Call action method from s:url tag

2012-06-18 Thread vivek mishra
Hi Folks, I have different methods in my action class and I like to call specific one from a link. For this I am using s:url tag for calling action class method: s:url id=teamFbId action=TeamFeedback method=init /s:url I then pass it to s:a tag: s:a href=%{teamFbId} cssClass =idividual

Re: Call action method from s:url tag

2012-06-18 Thread Dave Newton
It *does* understand that URL, but you need to have dynamic method invocation turned on. Dave On Mon, Jun 18, 2012 at 11:35 AM, vivek mishra mishravive...@gmail.comwrote: Hi Folks, I have different methods in my action class and I like to call specific one from a link. For this I am using

Re: Call action method from s:url tag

2012-06-18 Thread vivek mishra
Thanks so much Dave.. Its working fine after turning on dynamic method invocation. You are a life saver.. :) Thanks! -- VM On 6/18/12, Dave Newton davelnew...@gmail.com wrote: It *does* understand that URL, but you need to have dynamic method invocation turned on. Dave On Mon, Jun 18, 2012