How does your orderform bean look? What are the method signatures for the
items property?
Thanks,
Chandan Kulkarni wrote: I have this working now... Here's how I got this working.... I'm including my BeanUtils.java.Here's how my jsp looks (the <form:text> does not work as expected...I had to use the input tag...)<TABLE WIDTH=100% border=1>The name is the nested and indexed name. The value field needs to be explicitly set to get the value from the bean. The changes I made to BeanUtils.java is.... I commented out this code inpublic static void populate(Object bean, String prefix, String suffix, HttpServletRequest request) /* CK: |
- Help: <logic:iterate> and form input fields Chandan Kulkarni
- Re: Help: <logic:iterate> and form input field... Ted Husted
- Re: Help: <logic:iterate> and form input field... Chandan Kulkarni
- Re: Help: <logic:iterate> and form input field... Chandan Kulkarni
- Re: Help: <logic:iterate> and form input field... Chandan Kulkarni
- Re: Help: <logic:iterate> and form input f... Mishkin Berteig
- Re: Help: <logic:iterate> and form input field... Chandan Kulkarni
- Re: Help: <logic:iterate> and form input f... Mishkin Berteig
- Re: Help: <logic:iterate> and form input field... Chandan Kulkarni