Hi David,
I'm new of Cocoon2 and I try to work with!
but I've a little problem...
I've  a xsp page (user interface) where you can insert some data
   with  input fields, when you click on the "submit" button, then you
go
  in a other xsp page where the data you entered before goes into a
"database" made with a "select options" ... anyway,
  after that I want to return in the first page refreshed with new data!

I've already done that but with JSP and I made the forward with a simple

jsp tag like this:
<jsp:forward page="myFirstPage">
    something
 </jsp:forward>
that's work fine...but now, I've transformed my application from JSP
to XSP... and now I don't know how can I do that in XSP!

     ...if you've some idea...
kind regards
luke





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

Reply via email to