Re: Some Basic Form Handling

2007-05-03 Thread William Keller
From my understanding, T5 is much different in that there is an '@OnEvent' annotation e.g. class Page { @Component private Form form; @InjectPage NextPage nextPage; @OnEvent(value=submit) public Object submit() { return nextPage; } } and on your corresponding page:

Re: Some Basic Form Handling

2007-05-02 Thread Paul Stanton
http://tapestry.apache.org/tapestry4.1/components/form/form.html in html: form jwcid=@Form success=listener:doSubmit in java: public IPage doSubmit() {} Don Heninger wrote: I am a noob when it comes to tapestry but I am looking for some basic instruction on Form handling (not the