Re: Tapestry 5 Problems with client-side validation

2008-10-26 Thread andrethiago
o unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Tapestry-5-Problems-with-client-side-validation-tp20165551p20172902.html Sent from the Tapestry - User mailing list archive at Na

Re: Tapestry 5 Problems with client-side validation

2008-10-25 Thread Thiago H. de Paula Figueiredo
Em Sat, 25 Oct 2008 15:10:41 -0300, andrethiago <[EMAIL PROTECTED]> escreveu: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Are your sure you have a tag surrounding your HTML? You could also try to put all tags in lowercase. By the way, welcome to the list. :) One more Brazilian

Re: Tapestry 5 Problems with client-side validation

2008-10-25 Thread andrethiago
m.tiquestoes.dao.OrganizadoraDAO; >> import br.com.tiquestoes.dominio.Organizadora; >> >> /** >> * @author André Thiago >> * >> */ >> public class PaginaIncluirOrganizadora { >> >>

Re: Tapestry 5 Problems with client-side validation

2008-10-25 Thread Howard Lewis Ship
ta; > >private Integer id; > >public void onActivate(Integer id){ >this.id = id; > organizadora = new Organizadora(); >} > >public Object onPassivate() { >return id; >

Tapestry 5 Problems with client-side validation

2008-10-25 Thread andrethiago
} } But, as I said, when I click in the submit button, the client-side validation is not performed. Did I forget anything? André Thiago -- View this message in context: http://www.nabble.com/Tapestry-5-Problems-with-client-side-validation-tp20165551p20165551.html Sent f