Error
  • JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING

Hi,

 

 

I am trying to retrive input text of the textboxes from a jsf page but nothing returns. what is wrong with the code?

 

<h:form id="myForm">

<h:inputText size="10" id="txtName"/>

 

    public void printValue() {

        HttpServletRequest request = (HttpServletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest();

        String txtName = request.getParameter("myForm:txtName");

        System.out.println(txtName);

    }

 

ayha

FacebookTwitterLinkedin
Pin It
Joomla Tutorials for Beginners