Re: Call action method from 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 wrote: > 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, vi

Re: Call action method from 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 wrote: > 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 tag for calling ac

Call action method from 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 tag for calling action class method: I then pass it to tag: While accessing on browser the url is formed like this: localhost:8080/project/TeamFeedback!init.action Struts