Hi, Is there any way of creating a struts validation xml for a specific method or is the only way of doing through an Action method eg.
public String saveSomething() {
return SUCCESS;
}
public void validateSaveSomething() {
//
}
Thanks
Dave.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

