Re: [S2]Dynamic List dissappears when validation fails

2007-05-15 Thread Laurie Harper
You didn't include your struts.xml action mappings so I'm guessing, but from the behaviour you describe it sounds like the 'input' result is pointing directly to a JSP, rather than to an action that knows how to do the data pre-fetch. L. Struts2 Fan wrote: Ok :) I will try to be more specific

Re: [S2]Dynamic List dissappears when validation fails

2007-05-11 Thread Struts2 Fan
in the prepare() method the value of the doesn't exist too. It gets null value. Dave I hope I explained it well this time. Thanks anyway. -- View this message in context: http://www.nabble.com/-S2-Dynamic-List-dissappears-when-validation-fails-tf3726002.html#a10435496 Sent from the S

Re: [S2]Dynamic List dissappears when validation fails

2007-05-11 Thread Struts2 Fan
} // assign subProperties again here return SUCCESS; } -- View this message in context: http://www.nabble.com/-S2-Dynamic-List-dissappears-when-validation-fails-tf3726002.html#a10434563 Sent from the Struts - User mailing list archive at Nabble.com

Re: [S2]Dynamic List dissappears when validation fails

2007-05-11 Thread Guillaume Carré
2007/5/11, Dave Newton <[EMAIL PROTECTED]>: Probably not. But your original message wasn't really specific enough. What do you mean, "dynamic list"? Ajax? Hidden div? How is it populated? How is it made visible? if he has the same issue that I have, here is what he probably means :-) ther is

Re: [S2]Dynamic List dissappears when validation fails

2007-05-11 Thread Dave Newton
--- Struts2 Fan <[EMAIL PROTECTED]> wrote: > I just wonder it is only me needs this kind of > dynamic stuff :) Probably not. But your original message wasn't really specific enough. What do you mean, "dynamic list"? Ajax? Hidden div? How is it populated? How is it made visible? d. __

Re: [S2]Dynamic List dissappears when validation fails

2007-05-11 Thread Struts2 Fan
I just wonder it is only me needs this kind of dynamic stuff :) -- View this message in context: http://www.nabble.com/-S2-Dynamic-List-dissappears-when-validation-fails-tf3726002.html#a10433917 Sent from the Struts - User mailing list archive at Nabble.com

[S2]Dynamic List dissappears when validation fails

2007-05-11 Thread Struts2 Fan
error messages appear but the list is not displayed. I don't want the list to disappear. Do I have to write an interceptor that runs before validation or do I have to do something? Thanks in advance. -- View this message in context: http://www.nabble.com/-S2-Dynamic-List-dissappears