You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by mi...@sonynetservices.com on 2002/07/22 14:14:52 UTC

xml-forms

Hello,

   i have a new problem:)
   In my FormAction I want to send back a request parameter with my page to
use
  this parameter in a xsl-stylesheet.
  Therefore I tried the following:
       if(view == first)
      if(cmd == next)
            request.setAttribute("show", "no");
                                return(NEXT_PAGE);


Then I would like to use this parameter in the stylesheet for NEXT_PAGE.
Am I doing here something completely wrong?

Thanks for any help,

miHam


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>