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
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
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
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
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
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
-