On Tue, 14 Sep 2010 04:44:29 -0300, Stephan Windmüller <stephan.windmuel...@tu-dortmund.de> wrote:

On 13.09.2010 17:01, Thiago H. de Paula Figueiredo wrote:

The line
         String submittedValue = request.getParameter(elementName);
produces "null" every time.
You'll have to generate the id and name of the HTML form fields in a way
that you can get them back when the form is submitted.

The added values inside the component are not stored in form fields but
in a mapped Java class with Flash Persistence. Is it possible to
retrieve these values, too?

In this case, your component does not represent a form field and then it shouldn't extend AbstractField. Could you post your component code and template?

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to