AUTO : Gilles Bruno est absent(e)

2011-09-19 Thread Gilles Bruno
Je suis absent(e) entre Lun 19/09/2011 et Ven 23/09/2011. Remarque : ceci est une réponse automatique à votre message "Re: struts2 properties file reload on modification" envoyé le 19/9/11 7:15:56. C'est la seule notification que vous recevrez pendant l'absence de cette personne. _

Re: XSL in JSP

2004-11-23 Thread gilles
have a look at the xtag library (it's well documented) : http://jakarta.apache.org/taglibs/doc/xtags-doc/index.html Le Mardi 23 Novembre 2004 06:41, Nishant a écrit : > hi to all, > i am using tomcat apache with struts... > in my java beans i am storing the xml information in String. > now i ha

Re: Condition display of a part of jsp by the presence of errors ??

2004-10-13 Thread gilles
you can also try the struts-html tag : cf. http://struts.apache.org/userGuide/struts-html.html#errors Gilles Le Mercredi 13 Octobre 2004 14:40, Jeff Beal a écrit : > logic:messagesPresent and/or logic:messagesNotPresent > > [EMAIL PROTECTED] wrote: > > Hi all, > > > &

Re: customizing reset() and validate() methods

2004-10-13 Thread gilles
= "" ; if (needsCustom) { modulePrefix= "/custom" ; } ModuleUtils.getInstance().selectModule(modulePrefix,request,application) ; %> (...) (...) (...) And this works fine ! Gilles Le Mardi 5 Octobre 2004 11:15, gilles a écrit : > Hi, > > Is it possible to ass

customizing reset() and validate() methods

2004-10-05 Thread gilles
ROTECTED]&msgNo=118628 ) Thanks Gilles - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

altering module configuration during run-time

2004-09-29 Thread gilles
g instance stored in the servlet context at the right moment, but the modification of the configuration are not taken into account : the old form-bean definition is used by the application to instanciate the ActionForm subclass associated. Is this the right way to proceed ? Than