Bean Utils - Help needed

2002-10-22 Thread Podhigai Thendral
Hi all, I see a commons-beanutils.jar file that comes with struts. I would like to know the functionalities offered by this package. I read somewhere that this is the one that helps in auto population of the form beans. Is it right ? Please help. Thanks in advance. -Thendral -- To unsubscr

Struts Features

2002-10-21 Thread Podhigai Thendral
Can anyone send me a link to the list of features provided by Struts framework ? I have searched for it in the apache site but could not find one. -Thendral -- To unsubscribe, e-mail: For additional commands, e-mail:

'On the fly' action settings

2002-10-18 Thread Podhigai Thendral
Hi all, I read in Onjava.com that on the fly action settings can be mapped using struts. Is the struts-config.xml file parsed once during the server startup (Tomcat 4.0.1) Or is it parsed for every request ? Thanks in advance. -Thendral -- To unsubscribe, e-mail:

Changing focus in case of errors

2002-10-17 Thread Podhigai Thendral
Hi all, In case of errors in form validation, I am able to get them displayed using . Is there a possibility to highlight those error fields (say with a red color) ? Is it possible to move the focus to the first field with error on that page ? Thanks in advance -Thendral -- To u

Re: Re: Newbie - problem with validator

2002-10-15 Thread Podhigai Thendral
Hi, I am working with that documentation example only... I am working with tomcat 4.0.1 and I am getting too many errors and exceptions. I am solely dependent on this group to keep going :) ! Hope I would get adequate help ! Thanks a lot -Thendral On Tue, 15 Oct 2002 Emmanuel Boudrant wrote

Re: Re: Newbie - problem with validator

2002-10-15 Thread Podhigai Thendral
t; >it's equivalent to > ><% > if ( >application.getAttribute("org.apache.struts.action.MESSAGE") == >null ) { >%> > > ERROR: Application resources not loaded -- check servlet >container logs for error messages. > ><% > } &g

Newbie - problem with validator

2002-10-15 Thread Podhigai Thendral
Hi All, I have the following logic:notPresent tags in my index.html. ERROR: Application resources not loaded -- check servlet container logs for error messages. ERROR: Validator resources not loaded -- check Commons Logging logs for error messages. Wha