I don't know if this is a good practice or not, but my app uses two
entries in struts-config. One with validate="true" and one with
validate="false". When linking to the page for the first time, I link to
the action with the validation turned off. When submitting the form, I
submit to the ac
:
was Suzanne Rizzo/MIS/THEA/SYNERTECH
received
by
:
was Suzanne Rizzo/MIS/THEA/SYNERTECH
received
by
I use a text box (stylized to look like a link) when I run into this.
Unlike the link, the text box is ON the form, so I don't need to figure
out what the name or index of the form is.
where the javascript function is something like this:
function DoSubmit(frm)
{
frm.submit();
}
and the sty
4 matches
Mail list logo