Re: struts buttons to invoke actions

2007-07-30 Thread Session A Mwamufiya
I knocked myself in the back of the head, because the issue was that the frameset tags I used to set the frames was referencing pages directly and not actions. It now works. Thanks for the help guys, Session > Your approach seems fine. > > See if you can access "CategoryEditor.action" direct

Re: struts buttons to invoke actions

2007-07-30 Thread Ravikanth BV
Hi, If you are getting the warning that the tag doesn't exists, please check whether you have included the tag library definition in jsp. Thanks, Ravikanth On 7/28/07, Session A Mwamufiya <[EMAIL PROTECTED]> wrote: > > Hi, > > I use the following code to display a list of buttons that are sup

Re: struts buttons to invoke actions

2007-07-29 Thread Jeromy Evans
Your approach seems fine. See if you can access "CategoryEditor.action" directly using the browser. If not, the action name is incorrect. Have you confirmed that its actually posting a request? Also the logging and debugging interceptor for more insight. Session A Mwamufiya wrote: Hi, I use

RE: struts buttons to invoke actions

2007-07-29 Thread Session A Mwamufiya
I tried that, but it doesn't change a thing, I still never get the actions called. I'm sure that someone must have already used a button to call a struts 2 action; could you please send me a jsp example of that so that I could do the same in my case. Thanks, Session > > hey to get things m

RE: struts buttons to invoke actions

2007-07-28 Thread Himanshu Ranavat
hey to get things moving u cud try to add the method attribute in the submit tags. u can try to fill in "execute" in that or just create a new method which does what execute does. this is more like bruteforce i think and i havent tried it either. Himanshu -Original Message- From: Ses