Re: Conditional Validation

2006-07-29 Thread Paul Benedict
If you do not use client-side validation (I never do), you can do this: Override getValidationKey() in your ActionForm and come up with a different key that the validator should use. You might want to look for a certain request parameter (like the close button) and either totally ignore validati

Conditional Validation

2006-07-29 Thread Caroline Jen
I am using the Struts validation.xml to check if clients leave any of the required text fields in the form blank. I prepared two action mappings for this web page. The 'validate'attribute is set to "false" for the first action mapping because when I have the web page displayed in the browserat th

Re: Javadoc download

2006-07-29 Thread Wendy Smoak
On 7/29/06, Franklin Phan <[EMAIL PROTECTED]> wrote: Where in the archive is the javadoc? There's a lib, a src (which is all xml files), and another one that contains tag lib descriptors. Where's the Javadoc? Please point me to it. It's in the 'full' distribution, but somewhat hidden. Do

RE: Javadoc download

2006-07-29 Thread Franklin Phan
Yes, Wendy, I know about the online one, but I need one locally. Where in the archive is the javadoc? There's a lib, a src (which is all xml files), and another one that contains tag lib descriptors. Where's the Javadoc? Please point me to it. Thanks. -Original Message- From: Wendy

Re: Javadoc download

2006-07-29 Thread Wendy Smoak
On 7/29/06, Franklin Phan <[EMAIL PROTECTED]> wrote: I use struts 1.1. Where in the world is the Javadoc for downloading? Please help. It's available online, here: http://struts.apache.org/1.1/api/index.html Or you can download the distribution from the archives: http://archive.apache.org/d

Javadoc download

2006-07-29 Thread Franklin Phan
I use struts 1.1. Where in the world is the Javadoc for downloading? Please help. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Session Tracking

2006-07-29 Thread purushottam hegde
Hi, I ma not good at struts , but it seems u dont have to write a filter class or a listener calss for this. there is an api support for this. request.isResuistedSessionIDValid() or similar to this. u can check this action in your common contrler svlt or even in a filter. hope this helps PH On 7

Re: mailreader question

2006-07-29 Thread Henning Schild
On Fri, 28 Jul 2006 13:46:33 -0700 Christopher Goldman <[EMAIL PROTECTED]> wrote: > Ah, well, I didn't know what "tour" you were looking at. > > So I googled for "struts tour editregistration" and found this as the > first hit: > > http://struts.application-servers.com/struts-layout/tour.htm >