RE: validation -- best practices

2005-06-08 Thread Suzanne Rizzo
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

Re: Charts with struts

2004-06-15 Thread Suzanne Rizzo
: was Suzanne Rizzo/MIS/THEA/SYNERTECH received by

Downloading a file from an Action class.

2004-06-11 Thread Suzanne Rizzo
: was Suzanne Rizzo/MIS/THEA/SYNERTECH received by

RE: Submit with a link

2004-05-06 Thread Suzanne Rizzo
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