Posted By:
Shuren_Wang
Posted On:
Saturday, November 29, 2008 12:02 AM
Hello,
I have a javax.faces.HtmlInputText on jsf page, how can I get the input value of javax.faces.HtmlInputText in code behind initialize() methods?
I tried following code, but get null.
javax.faces.component.html.HtmlInputText t = (javax.faces.component.html.HtmlInputText)findComponentInRoot("htmlInputText");
Regards,
Shuren