As far as I understand, magnolia forms work that way: a Magnolia form is submitted via POST method to the same url as the page is it on. In my case the form on "nextPage.jsp" submit itself via POST method to "nextPage.jsp". Magnolia "knows" that any submission via POST to that page must trigger the form processing. Hence if I submit my custom form (see code in first comment) via POST method to that "nextPage.jsp" url, Magnolia will trigger the form processing.
Correct me if I'm wrong. Conclusion: my solution was probably twisted from the start (form passing data via POST method to another form). I found a much nicer work around where get the relevant jcr data to my "nextPage.jsp" form page using the uuid of the relevant node that I have passed via GET in a simple <a> link. -- 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]> ----------------------------------------------------------------
