The Form Submit can't Work!

2008-11-30 Thread Gerry Chen
Hi Everyone: I'm a new Tapestry user. I'm interesting in developing Web Program with Tapestry Framwork.But I have some problem in my project. This question is the Form Submit Event can't be invoked When I click Export File Button in my Page. My Program looks like this:

Re: The Form Submit can't Work!

2008-11-30 Thread Gerry Chen
to me. Thanks! dalahoo wrote: Hi Gerry, Try to change you method name to : onSuccessFormDownloadFile or use Annotation : @OnEvent(value = submit, component = Btn_Down) StreamResponse onSubmitFormDownloadFile() { On Mon, Dec 1, 2008 at 2:55 AM, Gerry Chen [EMAIL

Re: The Form Submit can't Work!

2008-11-30 Thread Gerry Chen
Thank Everyone! My Problem is resolved by myself. Because the method name is error.The Form Submit Event use onSubmit+From+FormID. Note:There is From not Form:-/ The Form Submit Gerry Chen wrote: Hi Everyone: I'm a new Tapestry user. I'm interesting in developing Web Program