fea jabi wrote:
One of the requirement in my application is that I should not use the
client side javascript as the browsers the user use might not have the
javascript enabled in their browsers.
In my jsp there are 2 radio buttons. one of which is enable by default.
When the user clicks on either of those he/she should be promted with
some message depending on which radio button they pressed Yes/No.
Using DynaValidatorForm.
Can I do this in struts validator xml? if so how to do this?
No, validator can check if a form is valid but it doesn't provide a way
to generate arbitrary prompts and dialogs. Assuming you want something
like an 'Are you sure you want to change this option? yes/no' prompt,
you'll need to do that as a separate page.
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]