Re: iteration with indexed properties

2006-04-24 Thread Adam Hardy
you need to have an instantiated array of wrapper[] that is big enough to take what your HTML submits. If your action form is in the request, then wrappers[] will be null unless you instantiate it. martin on 23/04/06 16:59, wrote: I've a problem with indexed properties inside an iteration. Som

Re: iteration with indexed properties

2006-04-23 Thread Rick Reumann
martin wrote: I've a problem with indexed properties inside an iteration. Some of the properties are rendered as a text-area and should be editable by the user. The rendering goes fine but if the user makes some changes, they are not committed to the form. You might want to look at using the

Re: iteration with indexed properties

2006-04-23 Thread ot 811
Interesting! How did tip.scoreHome render as tip.guessedScoreHome ? On 4/23/06, martin <[EMAIL PROTECTED]> wrote: > Hello > > I've a problem with indexed properties inside an iteration. Some of the > properties are rendered as a text-area and should be editable by the > user. The rendering goes f

iteration with indexed properties

2006-04-23 Thread martin
Hello I've a problem with indexed properties inside an iteration. Some of the properties are rendered as a text-area and should be editable by the user. The rendering goes fine but if the user makes some changes, they are not committed to the form. Please take a look at the jsp/html/java snippets