-
Dec 21st, 2010, 09:56 PM
#1
How to include String Array during initial page view ?
Hi, I'm new to Webflow and having difficulty populating String Array during initial rendering of the page. My form object looks like below :
String[] ips;
public String[] getIps() {
return ips;
}
public void setIps(String[] ips) {
this.ips = ips;
}
During initial rendering of the page, I am populating my ips[] with valid values but ips does not have any values when it renders the page. I'm not doing anything special with values, just printing them out in the page.
I'm not using spring form tags instead using JSTL tags, however using springbind and it seems to work with all other elements except for this one.
Does I need to use Custom Converter here to populate the list ? or anything special that I'm not aware of.
Any help would be appreciated.
Thanks
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules