RE: Two Struts actions in one jsp

2007-01-11 Thread mano dasanayake
As I know, it's possible... As you have mentioned I suppose you are using hyperlinks to initiate those Actions. So that you can prepare your action URL's as to initiate relevant actions. Thanks & Regards, Mano -Original Message- From: Krishna, Hari (FTT-CInternet) [mailto:[EMAIL PROTECTED

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?