Re: Problem with struts2 iterator and ognl

2007-11-21 Thread Gary Affonso
sagarlotiya wrote: Hi, "not going through the action " means that, directly set on "Model bean" without going through action. I don't think you want to avoid "going through the action". You may not want the property to be a direct property of the action (and instead have it be a property of

Re: Problem with struts2 iterator and ognl

2007-11-20 Thread sagarlotiya
Hi, "not going through the action " means that, directly set on "Model bean" without going through action. Otherewise what happen, first we have to get the value in our action using reqest.getParameter() or through getter/setter using paramPrepareParamStack and then set these values on "Model" fro

Re: Problem with struts2 iterator and ognl

2007-11-20 Thread Dave Newton
What do you mean by "not going through the action"? d. --- sagarlotiya <[EMAIL PROTECTED]> wrote: > > Hi, > I have a iterator and i am loop through it in my jsp > file and iterator > contains textbox. > Problem occurs when i am try to set the values > directly on "Model" through > ognl. > any o