aspose file tools
The moose likes JSF and the fly likes Value initialization in a input Text field Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Value initialization in a input Text field" Watch "Value initialization in a input Text field" New topic
Author

Value initialization in a input Text field

S Majumder
Ranch Hand

Joined: Jun 03, 2009
Posts: 241
Hi every body ,
Is there any way out to initialization ArrayList data in the inputText field ?

Here is the jsf code :



I have create one ArrayList<SitesBean> in my backing bean.Let's say the size of that ArrayList is 10 .
The SitesBean has one property of name .

Now my question is :
How could I initialization the first bean's name property .

Thanks,
S
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14491
    
    7



Customer surveys are for companies who didn't pay proper attention to begin with.
S Majumder
Ranch Hand

Joined: Jun 03, 2009
Posts: 241
Thanks for your reply
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Value initialization in a input Text field
 
Similar Threads
html: options collection in Struts
Retrieving indexed property of form-bean
How to iterate result in AJAX
Iterate tag - only the first value of the form variable received when submitted.
validation in nested:tags