Adam,

Should say that the monkey example's not the mos simple example. It's 
more of a "what's possible" than a learners tool.

I just posted the link to the tute's and primer. The Tute's walk through 
from a plain, non-nested bean, to the initial nesting, to the lists, and 
lists within lists... I'd recommend going that way. For convenience, 
that link again...

    http://www.keyboardmonkey.com/next

A couple of people have had a stumbling start because they found the 
monkey example first and love to hack that than take the walking tour. 
I'm considering removing it from the nesting-newbie eye.

If you have any more issues or questiong, you know where we are...


Arron.


[EMAIL PROTECTED] wrote:

>Hi All,
>I am trying to save a list created with the nested:iterate tag (from an
>object array in my form bean). I've written my code by following the
>SaveMonkey example from Arron Bates' KeyboardMonkey site (kudos to you,
>capt'n) - but the object array doesn't get recreated on a submit!
>
>Can I use a nested:iterate tag on an array straight out of the form
>bean? That seems to be the only difference I can see between mine and
>the SaveMonkey demo.
>
>The setList(Object[] newList) isn't working. Struts or Tomcat isn't
>recognising it as a normal javabean property setter I guess. Here's what
>the HTML looks like:
>
><form name="operationForm" method="POST"
>action="/apla/operationList.do">
>  <input type="hidden" name="list[0].opIdString" value="31">
>  <input type="text" name="list[0].packageName" value="Pack1">          
>
>
>Should I keep looking for a bug that's stopping the setList() method
>from being recognised as a setter method?
>
>Thanks if you can help,
>Adam
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to