Struts

2007-02-23 Thread Dilep
I don't know why my Action class is not getting ecexuted when i use . Code : JSP : Click Me struts-config.xml : Action class : public class TurnoverRequestAction extends DispatchAction { public ActionForward getTurnoverRequestDetails( ActionMapping mapping, ActionForm form, HttpServl

Re: Struts

2007-02-23 Thread Dilep
Thanks for reply. I included all my tag libraries in my JSP. As it is huge file, i did'nt copy all those. I am not getting any error, is just calling the JSP what i specified in my action tag, with out calling Action class. - P

Re: Struts

2007-02-26 Thread Dilep
I got the solution for this. The issue I am getting is OnClick on a Hyper Link from Search Result page to launch the "update" page. B'caz even for "update", I am using the same FormBean which i have used for "Add". So It is calling the validate() method where I am doing lots of Form validation

Extra parameter value for DispatchAction.

2007-02-26 Thread Dilep
Hi, Is there a way to pass a extra paramameter for DispatchAction apart from parameter=method.. Onclick on a link() from Search Results, I wanna to pass the primary key value. I can't use hidden values as it is not a form. I have one solution. But i don't know its proper approach. I tryig to set

dev@struts.apache.org

2007-03-01 Thread Dilep
Hi I have a form with 2 radio buttons Yes and No. By default in Add mode i want to set to 'No'. I am doing this in my form bean and its fine. But when it comes to update page, how do i set back to the selected one based on my database value 'Yes' or 'No'. Tough it looks generic requirement, i a

Re:

2007-03-01 Thread Dilep
Sorry about that.. i looked in to that and i did'nt find Struts User list. Do you mean Web Work users ?? Thanks - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=68065&messageID=128795#128795 -