Re: Struts 2.3.13 ready to test

2013-03-26 Thread Lukasz Lenart
Could you check against 2.3.12? The related code was never changed (as I can recall) so you should see the same with the previous versions. Velocity is an optional engine to render tags but deprecated right now. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/3/26 Christian Gr

Jenkins build is back to normal : Struts2-JDK6 #681

2013-03-26 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Jenkins build is back to stable : Struts2-JDK6 » Struts 2 Core #681

2013-03-26 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Re: Struts 2.3.13 ready to test

2013-03-26 Thread Christian Grobmeier
Hi, I just used 2.3.13 in my build and there was one excpetion which popped up. It might be the case it was there before (with 2.3.12), i can check it if necessary. I am not using Velocity, so I was a bit surprised by it. Should I open an issue for it? cheers 2013-03-26 14:29:12,515 DEBUG [Commo

Re: Start a new branch for Commons OGNL Integration

2013-03-26 Thread Lukasz Lenart
2013/3/26 Maurizio Cucchiara : > I am a bit concerned about using the trunk. > Commons OGNL has not yet been released, hence we would have to use > snapshot version, and this will drive Jenkins mad. > Furthermore, introducing the OGNL dependency to the trunk, the release > of Struts 2.5 (3, or what

Re: Start a new branch for Commons OGNL Integration

2013-03-26 Thread Christian Grobmeier
On Tue, Mar 26, 2013 at 12:05 PM, Maurizio Cucchiara wrote: > I am a bit concerned about using the trunk. > Commons OGNL has not yet been released, hence we would have to use > snapshot version, and this will drive Jenkins mad. > Furthermore, introducing the OGNL dependency to the trunk, the relea

Re: Start a new branch for Commons OGNL Integration

2013-03-26 Thread Maurizio Cucchiara
I am a bit concerned about using the trunk. Commons OGNL has not yet been released, hence we would have to use snapshot version, and this will drive Jenkins mad. Furthermore, introducing the OGNL dependency to the trunk, the release of Struts 2.5 (3, or whatever) will depend on the OGNL release dat

Re: Start a new branch for Commons OGNL Integration

2013-03-26 Thread Rene Gielen
Am 26.03.13 11:20, schrieb Lukasz Lenart: > 2013/3/26 Maurizio Cucchiara : >> Hi guys, >> we are trying to release the first version of Commons OGNL, and as you >> know, Struts is the first consumer of OGNL :). >> >> As an OGNL developer I think that it could be useful to know what is >> the impact

Re: Start a new branch for Commons OGNL Integration

2013-03-26 Thread Lukasz Lenart
https://issues.apache.org/jira/browse/WW-4027 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Re: Start a new branch for Commons OGNL Integration

2013-03-26 Thread Lukasz Lenart
2013/3/26 Maurizio Cucchiara : > Hi guys, > we are trying to release the first version of Commons OGNL, and as you > know, Struts is the first consumer of OGNL :). > > As an OGNL developer I think that it could be useful to know what is > the impact of the integration. > As a Struts developer I thi

Re: Start a new branch for Commons OGNL Integration

2013-03-26 Thread Rene Gielen
Sounds good. I would love to see us using commons-ognl as soon as possible, and branching looks like a proper way to get started without breaking stuff in the first place. - René Am 26.03.13 10:34, schrieb Maurizio Cucchiara: > Hi guys, > we are trying to release the first version of Commons OGNL

Start a new branch for Commons OGNL Integration

2013-03-26 Thread Maurizio Cucchiara
Hi guys, we are trying to release the first version of Commons OGNL, and as you know, Struts is the first consumer of OGNL :). As an OGNL developer I think that it could be useful to know what is the impact of the integration. As a Struts developer I think that first or later we should update to t

Re: How to redirect ?

2013-03-26 Thread priyapratheep
Hi friends, I am using IPC call for inter portlet communication. In portlet A "> ">MGM Portlet In portlet B where struts is used... in portlet.xml ViewPage /apse-projectmgmt-portlet/portlet_action/apse-projectmgmt-po

How to redirect ?

2013-03-26 Thread priyapratheep
Hi friends I am using Lifray portlet and struts. I am redirection from one portlet to another portlet Below is my code >From Portlet "> ">link to document library In Portlet 2,I am using struts My code is In struts-config.xml file