RE: Two Struts actions in one jsp

2007-01-11 Thread mano dasanayake
[mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 2:21 PM To: user@struts.apache.org Subject: Two Struts actions in one jsp Hi i have a jsp where i put 2 forms and 2 actions which belong to two action classes.But i am getting does not contain specified method:java.lang.NoSuchMethodException:

Re: Two Struts actions in one jsp

2007-01-11 Thread uni
Hi > i have a jsp where i put 2 forms and 2 actions which belong to two action > classes.But i am getting does not contain specified > method:java.lang.NoSuchMethodException: > > Is it possible in one jsp to have 2 different actions and making switch over > based on the hyperlink we are clicking?

Two Struts actions in one jsp

2007-01-11 Thread Krishna, Hari \(FTT-CInternet\)
Hi i have a jsp where i put 2 forms and 2 actions which belong to two action classes.But i am getting does not contain specified method:java.lang.NoSuchMethodException: Is it possible in one jsp to have 2 different actions and making switch over based on the hyperlink we are clicking? Regard