I am dynamically generating a series of forms

I have my ftl with my form code looking like

[code]
<form action="nextPage.jsp" method="post">
  <input type="text" name="paramOne" value="${varOne}"/>
  <input type="text" name="paramTwo" value="${varTwo}"/>
  <input type="submit" value="next"/>
</form>
[/code]

It does redirect me to the expected page, however the data is lost.

I suppose this is happening because of the 
[url=http://documentation.magnolia-cms.com/technical-guide/request-processing-and-filters.html]Request
 processing and filters[/url] but I am quite lost regarding how to approach 
this problem.

I feel like I miss the big picture & might need some guidance. Help greatly 
appreciated, thanks in advance.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=b8a09f88-416d-4b0c-956a-5f7fde9544ba


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to