I have a page which contains a form that has been handled according which
link has clicked.
In another word if some click on edit, the form action attribute will have
to be inside XSL as (for example)
<FORM action= "edit.xml" method="post">
if the user click on display , the form action attribute would look like
this (using the same XSL):
<FORM action= "display.xml" method="post">
Can any tell me how to do such task in Cocoon.
Thanx in advance.
Bobo
---------------------------------------------------------------------
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]>