ASM library issue when upgrading struts2.3.20 from struts2.3.16.3

2015-01-23 Thread Amol Ghotankar
Hi, I am using spring aop along with struts2 When using older version i.e struts2.3.16.3 my aop and project works properly Here is snapshot of my dependecy tree [INFO] +- org.apache.struts:struts2-convention-plugin:jar:2.3.16.3:compile [INFO] | +- org.apache.commons:commons-lang3:jar:3.1:compi

Using Struts2 Rest Plugin with deep cascading actions

2015-01-23 Thread Amol Ghotankar
hi, I was trying out struts2 rest plugin and found it really cool. But was just wondering how will this work with action cascading ? i.e So When using http://localhost/company it goes to companyAction and executes respective mapped methods But how do we organize work when we http://localhost/co