Re: How to multi select in Struts/JSP

2011-06-11 Thread Lukasz Lenart
Please try to use OptionTransferSelect tag [1] [1] http://struts.apache.org/2.x/docs/optiontransferselect.html Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ 2011/6/11 spt : > I am new to struts. > > > How do I create a mu

Re: set struts.devMode programatically?

2011-06-11 Thread Lukasz Lenart
2011/6/11 Mitch Claborn : > Is it possible to set struts.devMode programatically, rather than hard coded > in struts.properties or struts.xml? If so, how? I don't think so, it's injected at startup, it would be hard to change that. What is the problem with having devMode in external file ? Regar

set struts.devMode programatically?

2011-06-11 Thread Mitch Claborn
Is it possible to set struts.devMode programatically, rather than hard coded in struts.properties or struts.xml? If so, how? Mitch

Struts 2.0.11 Critical Production issues

2011-06-11 Thread Rajesh
Hello Sir, We are using Struts2.0.11 version for one of our project and we have seen critical issues happening every often. See the below. Looks the thread is locked oftenly and user's are seeing 500 errors. What would be the reason. Is this a know issue with struts 2.0.11 version?, Please

Re: struts.custom.properties not working

2011-06-11 Thread Jeff Black
Hey Mitch. FWIW I tried to access the properties file from a sample without success. I found the following in my copy of WebWork In Action: The webwork.custom.properties file is intended for the following: Other properties files to load in addition to webwork.properties. Useful if you’re mak