Re: Mapped back UI and #status.index driven names

2009-06-17 Thread stanlick
://www.nabble.com/Mapped-back-UI-and--status.index-driven-names-tp24057659p24071797.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional

Mapped back UI and #status.index driven names

2009-06-16 Thread stanlick
/ /s:form Bean: public class Thing { private String name; get/set } -- View this message in context: http://www.nabble.com/Mapped-back-UI-and--status.index-driven-names-tp24057659p24057659.html Sent from the Struts - User mailing list archive at Nabble.com

RE: Mapped back UI and #status.index driven names

2009-06-16 Thread Martin Gainty
From: stanl...@gmail.com To: user@struts.apache.org Subject: Mapped back UI and #status.index driven names How is that for a subject line? I always wonder what I would search for myself :working: I had a guy tell me that a struts web tag was generating an absurd number of method calls

RE: Mapped back UI and #status.index driven names

2009-06-16 Thread stanlick
accepter aucune responsabilité pour le contenu fourni. Date: Tue, 16 Jun 2009 09:10:10 -0700 From: stanl...@gmail.com To: user@struts.apache.org Subject: Mapped back UI and #status.index driven names How is that for a subject line? I always wonder what I would search for myself

Re: Mapped back UI and #status.index driven names

2009-06-16 Thread Dave Newton
stanlick wrote: s:textfield name=things[%{#status.index}].name value=%{name} / I'd assume something like getThings().put(index, name). OGNL has to get the map in order to put something into it. Dave - To unsubscribe,