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. _

Is it possible to redirect after a Stream result action has completed?

2011-09-19 Thread roger
Hi I have a .jsp page that contains a link. When the link is clicked an action is called that uses the stream result to download a data file to the client pc. When the action is complete and all the browser generated download dialogs have been cleared, the original .jsp that contains the download

Example for optgroup doesn't work

2011-09-19 Thread struts . rgm
Regarding: http://struts.apache.org/2.2.3/struts2-core/apidocs/org/apache/struts2/components/OptGroup.html and http://struts.apache.org/2.2.3.1/docs/optgroup.html The example given at the bottom, when translated in to Freemarker tag syntax, doesn't work. Here's my FM version: <@s.select label=

Re: Getting continuous error in Tomcat log [Struts 1.3.8]

2011-09-19 Thread Dave Newton
Seriously? In any case, do you have a self-referential Tile/forward definition? Dave On Mon, Sep 19, 2011 at 12:52 PM, Anjib Mulepati wrote: > When I run my web application I am getting following error continuously. I > couldn't figure out so please help. > > java.lang.StackOverflowError >

Re: Problem with checkbox's tooltip when overriding the css_xhtml template

2011-09-19 Thread Arnaud Thimel
up ! Does any one know what I'm doing wrong ? Regards, Arnaud. On 14/09/2011 22:18, Arnaud Thimel wrote: > Hi all, > > When I copy the checkbox.ftl file from [1] to my webapp's classpath, the > tooltip does not display. > > According to [2], I have nothing more to do, but it does not work. >

Re: Problem with checkbox's tooltip when overriding the css_xhtml template

2011-09-19 Thread Steven Yang
I am not completely sure here but if I am not wrong the default struts theme is xhtml. so try to remove "struts.ui.theme=css_xhtml" because some how I remember the theme name is "xhtml" instead of "css_xhtml" even though the folder name is constructed otherwise. On Tue, Sep 20, 2011 at 3:59 AM, Ar