Re: struts2 s:url call action method

2014-06-27 Thread Dave Newton
On Fri, Jun 27, 2014 at 5:08 PM, john lee wrote: > How to verify ? > Check to see if you set ` struts.enable.DynamicMethodInvocation = true` anywhere, preferably in struts.xml (instead of struts.properties). -- e: davelnew...@gmail.com m: 908-380-8699 s: davelnewton_skype t: @dave_newton

Re: struts2 s:url call action method

2014-06-27 Thread john lee
Hi Dave, How to verify ? thanks in advance John On Friday, June 27, 2014 4:04 PM, Dave Newton wrote: Do you have dynamic method invocation turned on? On Fri, Jun 27, 2014 at 4:34 PM, john lee wrote: > > > I try to use s:url to call action's method, but not works, please advise >

Re: struts2 s:url call action method

2014-06-27 Thread Dave Newton
Do you have dynamic method invocation turned on? On Fri, Jun 27, 2014 at 4:34 PM, john lee wrote: > > > I try to use s:url to call action's method, but not works, please advise > > from the executed link, it shows > http://omega3.neucoinc.com/ecommerce/CartAction.action!additem?partid=1508, > b

Re: Problem with s:radio Struts2

2014-06-27 Thread Dave Newton
On Fri, Jun 27, 2014 at 3:39 PM, Amine BADID wrote: > listRoles Do you have an action method returning `listRoles`, e.g., `getListRoles`? -- e: davelnew...@gmail.com m: 908-380-8699 s: davelnewton_skype t: @dave_newton b: Bucky Bits

struts2 s:url call action method

2014-06-27 Thread john lee
I try to use s:url to call action's method, but not works, please advise from the executed link, it shows http://omega3.neucoinc.com/ecommerce/CartAction.action!additem?partid=1508, but logfile no method shows executed. i executed/tested manually by  http://localhost/CartAction.action!add?pa

Problem with s:radio Struts2

2014-06-27 Thread Amine BADID
Hi All Here is the code is mypage.jsp: I've this error when I call an action: juin 27, 2014 4:53:34 PM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [jsp] in context with path [/myApplicationName] threw exception [tag 'radio', field 'list': The req