Re: cause does not work

2010-05-14 Thread Emi Lu
Figure it out finally! (-MM-DD) date_example has to be String but cannot be type Date. Otherwise, Will not dispatch to method()! -- Lu Ying On 05/14/2010 11:27 AM, Emi Lu wrote: Good morning, This struts-dojo-tags causes s:submit does work anymore. Whenever is added, none s:

Re: cause does not work

2010-05-14 Thread Emi Lu
Good morning, This struts-dojo-tags causes s:submit does work anymore. Whenever is added, none s:submit works, could someone helps? How comes? public String execute() throws Exception { ... return "update"; } When click "submit" the execute() never being called! Thanks alo