Re: Need Help : DispatchAction and html:image without javascript.

2003-08-26 Thread R Balaji
Help : DispatchAction and html:image without javascript. Shashank, look for ImageButtonDispatchAction.java in the archives of 'struts-user'. The image buttons get submitted as property.x and property.y. Even if you didn't use the above named file that one of struts' users created, you can

RE: Need Help : DispatchAction and html:image without javascript.

2003-08-26 Thread Robert Taylor
Users Mailing List Sent: Thursday, July 24, 2003 12:51 PM Subject: Re: Need Help : DispatchAction and html:image without javascript. Shashank, look for ImageButtonDispatchAction.java in the archives of 'struts-user'. The image buttons get submitted as property.x

Need Help : DispatchAction and html:image without javascript.

2003-07-24 Thread Shashank Dixit
Hello All, I request you to suggest solution for the following problem. I want to use LookupDispatchAction or DispatchAction class so that the framework can call my action class methods when user preses any button in the JSP page. If I use html:submit buttons the value (which is equal to

Re: Need Help : DispatchAction and html:image without javascript.

2003-07-24 Thread Martin Naskovski
Shashank, look for ImageButtonDispatchAction.java in the archives of 'struts-user'. The image buttons get submitted as property.x and property.y. Even if you didn't use the above named file that one of struts' users created, you can easily extend the DispatchAction (look at the source code for

Re: Need Help : DispatchAction and html:image without javascript.

2003-07-24 Thread Shashank Dixit
To: Shashank Dixit Cc: Struts Users Mailing List Sent: Thursday, July 24, 2003 12:51 PM Subject: Re: Need Help : DispatchAction and html:image without javascript. Shashank, look for ImageButtonDispatchAction.java in the archives of 'struts-user'. The image buttons get submitted as property.x