Re: struts 2 validation if use with spring

2013-03-11 Thread Lukasz Lenart
2013/3/9 john lee : > 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 > > > /example/Login.jsp > Welcome > > > *

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

2013-03-11 Thread Lukasz Lenart
2013/3/11 john lee : > 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 jackson-core-asl-1.9.2.jar

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 wrote: > 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 manu

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 Strut

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 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 [mailto:paulus.benedic...@gmail.com] On

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 Subject:

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 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 > > processor

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 Below is the dtd configured in tiles.xml http://tiles.apache.org/dtds/tiles-config_2_0.dtd";> I have the tiles2.2.2 relate

Re: struts 2 presentation layer

2013-03-11 Thread Łukasz Lenart
11 mar 2013 18:41, "john lee" napisał(a): > what is the presentation layer it support? also Velocity, Google pages (gxp) > thanks > > john > > > > > From: Martin Gainty > To: Struts Users Mailing List > Sent: Monday, March 11, 2013 5:33 AM > Subject: RE: strut

Re: struts 2 presentation layer

2013-03-11 Thread Dave Newton
Uh... no. On Mar 11, 2013 1:41 PM, "john lee" 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 > To: Struts

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 To: Struts Users Mailing List Sent: Monday, March 11, 2013 5:33 AM Subject: RE: struts 2 star

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 u