Re: Struts + Commons 500 error

2006-07-08 Thread Martin Gainty
from the doc- If by chance you are attempting to auto-populate using various datatypes instead of String copyProperties is used for populating using varying DataTypes populate method is used only for populating with all String DataType http://jakarta.apache.org/commons/beanutils/api/org/apache/co

[ANNOUNCE][SHALE] Apache Shale Top Level Project Is Now Up And Running

2006-07-08 Thread Craig McClanahan
You might have seen the recent announcement that Apache Shale, originally developed as part of the Apache Struts project, has been approved as an Apache top level project of its own. This message is an announcement that the project resources are now completely set up (thanks to the prompt attenti

Re: Operating System identification

2006-07-08 Thread Leon Rosenberg
try: if (System.getProperty("os.name").equals("Linux")){ leon On 7/8/06, Raghuveer <[EMAIL PROTECTED]> wrote: How to identify Operating System of my Application server. I have property file in my web application for Windows and Linus. I need to identify th Operating System and read spec

Re: Struts + Commons 500 error

2006-07-08 Thread Paul Benedict
You stated the problem well. Now what solution do you want? What kind of help are you looking for? Raghuveer <[EMAIL PROTECTED]> wrote: When session expires in my JSP i am getting following error. I am using Struts Nested tags and validator framework. I am always using the collection in my act

Re: Eclipse-Struts configuration.

2006-07-08 Thread Adam Hardy
Antonio Petrelli on 04/07/06 09:06, wrote: Anil Kumar T ha scritto: Hi, Thanks for the info, I already tried it and WTP does not support struts. Ok, I noticed that, besides webapp support, you need some extra support for Struts. You can try Strutsbox: http://www.strutsbox.de/ What are t

Re: Tiles W/JSP Sans Struts

2006-07-08 Thread Jeff Conrad
Thanks for all the feedback, I read through the responses yesterday but didn't have any time to do anything until the weekend. As we are currently using Spring+Tiles, I am going to try to stay abreast of the new Tiles 2.0. --- Greg Reddin <[EMAIL PROTECTED]> wrote: > Hi Jeff, I'd recommend taki

hosting

2006-07-08 Thread Abhimanyu Koul
hi all! can anyone tell me about a good and cheap struts(java) web hosting company preferrably in india or in other locations Regards, Abhimanyu Koul FinEng Solutions (P) Ltd. # +91 22 66950676 Extn. 212 DISCLAIMER This e-mail and any attachments are confidential and intended solelyfor the ad

Operating System identification

2006-07-08 Thread Raghuveer
How to identify Operating System of my Application server. I have property file in my web application for Windows and Linus. I need to identify th Operating System and read specific configuration file in my Struts Application .? Example: My Web application can be run on OC4J server,JBOSS on Win