Hi all,

I have a <s:select> and <s:submit> in the jsp. When <s:submit> is clicked a
list is put below (<s:textbox> list) according to the value in the
<s:select>. The values in the <s:textboxes> are all have to be not-null so
there is validation for this object. 

Here is the problem, when the validation fails, as expected the action
cannot be reached so the 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-when-validation-fails-tf3726002.html#a10427495
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to