You can either call yourField.getValue() or get("yourField").getValue() - or the other get*Input methods.
-- Jeremy Thomerson http://www.wickettraining.com On Wed, Mar 10, 2010 at 8:31 AM, Gustavo Henrique <gustavo...@gmail.com>wrote: > How I get the hiddenfield value on Form's onError method? > > thanks! >