Is it possible to submit a form to a bookmarkable page (with form input
as page parameters)?
What I want is a form with a submit button/link that leads to a page
with e.g. URl

     http://mysite.com/myapp/targetPage/param1/value1/param2/value2

Of course I mount the submit link#s target page class in
Application.init() { mountBookmarkablePage ("targetPage",
MyTargetPage.class); }

Any hint?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to