Thiago H. de Paula Figueiredo wrote: >> 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.
That worked, thank you! Regards Stephan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org