DynaValidatorForm and DynaValidatorActionForm

2003-08-17 Thread Louise Pryor
What is the difference between DynaValidatorForm and DynaValidatorActionForm ? What would be the reasons for using one over the other? (And have I missed something obvious in the documentation here?) Thanks for any help! -- Louise Pryor http://www.louisepryor.com

DynaActionForms and html:text tags

2003-08-18 Thread Louise Pryor
form bean for values? Any help would be greatly appreciated. I am sure there is something basic I haven't done right, but I can't think what. -- Louise Pryor http://www.louisepryor.com - from struts-config.xml

Re: DynaActionForms and html:text tags

2003-08-18 Thread Louise Pryor
P>> has a value set, and the password tag has redisplay="false", so that LP>> neither of them are looking in the form bean for values? LP>> Any help would be greatly appreciated. I am sure there is something LP>> basic I haven't done right, but I can&#x

Re: DynaActionForms and html:text tags

2003-08-18 Thread Louise Pryor
should that action do, or what should its mapping contain, to make things work? -- Louise Pryor http://www.louisepryor.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Logging to application directory

2003-08-22 Thread Louise Pryor
lly I test on my own machine, I can't reproduce the environment exactly and there's always something that goes wrong. I have totally failed to get to grips with logging so far, so any help will be appreciated. Thanks Louise -- Louise Pryor http:/

Re: Icon?

2003-09-09 Thread Louise Pryor
have the disadvantage that you specify the file name, not the forward. -- Louise Pryor http://www.louisepryor.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: html:errors tag..

2003-09-15 Thread Louise Pryor
on errors if ( ! errors.isEmpty()) { saveErrors(request, errors); return (new ActionForward(mapping.getInput())); } // end of if () -- Louise Pryor http://www.louisepryor.com - To unsubscribe, e

Re: Google and Struts

2003-09-15 Thread Louise Pryor
d and CB> indexed as-is. Or the other way round. I'm not sure if CB> I really like this approach, but still. Suppressing the CB> 'jsessionid' thing on the top page didn't make any CB> difference yet. CB> What are your experiences? CB> -