RE: struts 2 start problem struts2-gxp-plugin-2.3.7.jar

2013-03-11 Thread Martin Gainty
rename struts2-gxp-plugin-2.3.7.jar e.g. mv /var/apache-tomcat-7.0.34/webapps/ecommerce/WEB-INF/lib/struts2-gxp-plugin-2.3.7.jar /var/apache-tomcat-7.0.34/webapps/ecommerce/WEB-INF/lib/struts2-gxp-plugin-2.3.7.jar.old or delete struts2-gxp-plugin-2.3.7.jar stop your session and redeploy

struts 2 presentation layer

2013-03-11 Thread john lee
struts 2 presentation layer support JSP, freemaker  as i know. does it support PHP? what is the presentation layer it support? thanks john From: Martin Gainty mgai...@hotmail.com To: Struts Users Mailing List user@struts.apache.org Sent: Monday, March

Re: struts 2 presentation layer

2013-03-11 Thread Dave Newton
Uh... no. On Mar 11, 2013 1:41 PM, john lee sh_thorn_b...@yahoo.com wrote: struts 2 presentation layer support JSP, freemaker as i know. does it support PHP? what is the presentation layer it support? thanks john From: Martin Gainty

Re: struts 2 presentation layer

2013-03-11 Thread Łukasz Lenart
11 mar 2013 18:41, john lee sh_thorn_b...@yahoo.com napisał(a): what is the presentation layer it support? also Velocity, Google pages (gxp) thanks john From: Martin Gainty mgai...@hotmail.com To: Struts Users Mailing List user@struts.apache.org Sent:

Struts 1.1 and Tiles 2 compatability

2013-03-11 Thread Sekar, Sowmya
Hi, I am in the process of upgrading from Tiles 1 to Tiles 2.2.2 combined with Struts 1.1. I have the following configuration in struts-config.xml controller processorClass=org.apache.struts.tiles.TilesRequestProcessor/ plug-in className=org.apache.struts.tiles.TilesPlugin set-property

Re: Struts 1.1 and Tiles 2 compatability

2013-03-11 Thread Paul Benedict
Tiles 2 is not compatible with Struts 1. You must use Tiles 1. Paul On Mon, Mar 11, 2013 at 3:01 PM, Sekar, Sowmya sse...@ucsd.edu wrote: Hi, I am in the process of upgrading from Tiles 1 to Tiles 2.2.2 combined with Struts 1.1. I have the following configuration in struts-config.xml

RE: Struts 1.1 and Tiles 2 compatability

2013-03-11 Thread Sekar, Sowmya
Is any version of Struts 1 (example : Struts 1.4) compatible with Tiles 2.2.2.? Thanks, Sowmya -Original Message- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On Behalf Of Paul Benedict Sent: Monday, March 11, 2013 1:15 PM To: Struts Users Mailing List

Re: Struts 1.1 and Tiles 2 compatability

2013-03-11 Thread Paul Benedict
No, Struts 1 is not compatible. On Mon, Mar 11, 2013 at 3:34 PM, Sekar, Sowmya sse...@ucsd.edu wrote: Is any version of Struts 1 (example : Struts 1.4) compatible with Tiles 2.2.2.? Thanks, Sowmya -Original Message- From: paulus.benedic...@gmail.com

Re: Struts 1.1 and Tiles 2 compatability

2013-03-11 Thread Ken McWilliams
I don't know struts1 at all, but if you are afforded that ability to create a custom result type then you should be able to manually invoke tiles (at any version including version 3, which if you're going to put in the effort should be your target). Here is how something similar was done with

Re: Struts 1.1 and Tiles 2 compatability

2013-03-11 Thread Ken McWilliams
The link would be useful: http://stackoverflow.com/questions/13337938/how-to-integrate-struts-2-with-tiles-3 On Mon, Mar 11, 2013 at 3:29 PM, Ken McWilliams ken.mcwilli...@gmail.comwrote: I don't know struts1 at all, but if you are afforded that ability to create a custom result type then you

Re: struts 2 start problem struts2-gxp-plugin-2.3.7.jar

2013-03-11 Thread Lukasz Lenart
2013/3/11 john lee sh_thorn_b...@yahoo.com: alpha:/var/apache-tomcat-7.0.34/webapps/ecommerce/WEB-INF/lib # ls antlr-2.7.2.jar google-gxp-0.2.4-beta.jar spring-core-3.0.5.RELEASE.jarstruts2-oval-plugin-2.3.7.jar aopalliance-1.0.jar

Re: struts 2 validation if use with spring

2013-03-11 Thread Lukasz Lenart
2013/3/9 john lee sh_thorn_b...@yahoo.com: i just checked your demo, looks like the first tricky is to define proxy action name signin in struts.xml It isn't any trick, it's the normal why how to define many actions base on one action class. struts.xml action name=signin method=signin