Em Fri, 23 Oct 2009 05:13:04 -0200, Stephan Windmüller
<stephan.windmuel...@cs.tu-dortmund.de> escreveu:
Thiago H. de Paula Figueiredo wrote:
Hm, this does not work with forms. Is the POST data not part of the
Request?
It is the content of the request, as HTML is the content of a page
render
request.
What do you mean with "content"? How do I access this?
I was saying that, in a POST form submit, the field values aren't stored
in the URL, they are stored as the content of the HTTP request. You can
get any value by injecting Request and invoking its getParameterNames() to
get a List<String> of parameter (field) names and getParameter(String
name) or getParameters(String name) to get their value.
Was ComponentEventLinkEncoder the wrong choice for my needs?
It is the right choice to get the page and event context.
--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org