Hi, I have a form with two fields, when one is null the other is required, so
I need to check one against the other. I´ve done the config below, but
nothing happens:
test
((codigo == null) or (*this* != null))
mask ${alfa}
test
((nome == null) or (*this* != null))
mask ${numInst}
Hi,
Any ideas?
acastanheira2001 wrote:
>
> Hi,
>
> I have to server-side validate user input data in a production system.
>
> Here are some code snippets:
>
> struts-config.xml
>
>
>
> type="MyClassAction"
>
Hi,
I have to server-side validate user input data in a production system.
Here are some code snippets:
struts-config.xml
As far as I know, when the user clicks
http://localh
3 matches
Mail list logo