Re: T5.1 submit not working

2009-10-06 Thread formpost
= toBeDeleted; } @Override public boolean equals(Object obj) { return EqualsBuilder.reflectionEquals(this, obj); } @Override public int hashCode() { return HashCodeBuilder.reflectionHashCode(this); } } -- View this message in context: http://www.nabble.com/T5.1-submit-not-working

T5.1 submit not working

2009-10-05 Thread formpost
in context: http://www.nabble.com/T5.1-submit-not-working-tp25751968p25751968.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Re: T5.1 submit not working

2009-10-05 Thread Thiago H. de Paula Figueiredo
Em Mon, 05 Oct 2009 11:35:24 -0300, formpost formp...@hotmail.com escreveu: The problem is that the submit button doesn't fire an event. Your form does not need the Submit component, just an ordinary input type=submit HTML tag. There seems to be no client error. but it seems to stop

Re: T5.1 submit not working

2009-10-05 Thread Martin Strand
On Mon, 05 Oct 2009 23:24:38 +0200, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: Em Mon, 05 Oct 2009 11:35:24 -0300, formpost formp...@hotmail.com escreveu: public void onSubmit() { for(Item i : items) { System.out.println(onSubmit:+ i.isToBeDeleted()); } }