inputText « Bean « JSF Q&A





1. Basic question about JSF inputText and about Sessions in jsf managed bean    stackoverflow.com

First of all i would like to say that i got so much help in java in last few days, and would like to thanks everybody for their help. Now to my ...

2. h:inputText value not set in bean    stackoverflow.com

The <h:inputText> value is not been set in a request scoped bean. If the value is preserved from DB, it works fine. view:

<h:inputText id="receipient" size="90" styleClass="text" readonly="#{!bean.enable}" value="#{bean.recipient}" />
bean:
public class Bean {
 ...

3. JSF2 h:inputText bean Default Value    stackoverflow.com

Simple question really. I have a form with a number of h:inputText fields and I require them to have a default value, but I am not sure how this is done ...

4. How to save a list/map/set in JSF with h:inputText + managed bean    stackoverflow.com

What I'm trying to achieve is very similar to the one posted in the following link. How to save an array in JSF with ui:repeat + h:inputText + managed bean I'm ...

5. Getting null value in managed bean when readonly=true is given for h:inputText    coderanch.com

Hi When I am making as readonly by giving readonly attribute as true, In Managed bean I am getting null value,I have also tried by making it as disable for this also it is giving as null. How to overcome this, is there any other alternative? Thanks in Advance Praveen. [ August 01, 2007: Message edited by: PRAVEEN KUSUMA ] ...

7. readonly inputtext could get bean property, while non-readonly(readonly=false) one could not. why?    coderanch.com

one managed bean, 2 properties myBean(prop1, prop2) 2 s (i use oracle adf faces) two inputText are placed on popup window() everything is ok when popup window startup at first time, while the second inputtext could not get the value of myBean.prop2, at the second time startup nothing changed during this whole process, but just got ...





10. Value inputtext can't bind to bean?    coderanch.com