/----------\
  |  Action  | populates list
  \----------/
       | 
       V
  /----------\
  | JSP/Tiles|
  \----------/
  
The list is not being populated when validation fails as framework is
throwing back request to JSP/Tiles without running the population
code. This is very well expected behavior.

A simple work-around can be assigning input to the action which is
generating the page. If you don't want to execute the population code
again and again, you gotta to hold it somewhere.

Cheers,
Sudhaker

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

Reply via email to