Re: valueStack [n].parameterName -- is it still there?

2013-02-21 Thread Chris Mawata
Thanks for checking guys! Chris Yep, sure enough--interesting. I think I'll start spinning through the docs and updating some stuff; that was my claim to fame at one point--need to earn those stripes. Dave On Mon, Feb 18, 2013 at 12:46 PM, Maurizio Cucchiara wrote: Looking at the regex on

Re: Private setter method breaking application in Tomcat7

2013-02-21 Thread Lukasz Lenart
I would say, this is a bug in Ognl. The problem is in OgnlRuntime.__getSetMethod(). This method identified with setter to use base on matching number of parameters (!!!) and sometimes setId(long) is first and sometimes setId(Object) is on top. I think it should be rewritten to match on parameter ty

Re: Struts application

2013-02-21 Thread Harsh
I am not able to locate struts2 portlet example. can some one help me point to correct location. following link doesn't talk about web.xml file configuration http://struts.apache.org/release/2.0.x/docs/struts-2-portlet-tutorial.html On Thu, Feb 21, 2013 at 3:59 PM, Brajesh Patel wrote: > thanks