On Mon, 25 Feb 2002, Niket Anand wrote: > Hello SweeHeng, > I am having 3 buttons in Xsp and I donot want to do it as you mentioned > here. I want to do minimum use of javascript, I actually get all target page > uri (on click of buttons) in seperate class that will be invoked on click of > any button.I am setting nextPage variable in this class and give it to > sitemap through > sitemapParams.put("nextPage", sum.xsp); > So now please suggest me .
You are on the right path man... just get current CVS version ;) In the scratchpad is even an AbstractMethodAction plus an example MultiAction.java. You might want to have a look into those... > > hi, > > > > did you put your input tag inside the form tag: > > > > <form action="cocoon-action.xsp"> > > //some code ... > > <input type="image" src="images/submit.gif" name="cocoon-action" > > value="Submit"/> > > </form> > > > > hope this help... Please note: that's deprecated syntax -- Torsten --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>