Re: actiondispatch or javascript

2006-09-24 Thread Li
as both do the same job, i will use actiondispatcher, javascript can be disabled or hacked On 9/25/06, Paul Benedict <[EMAIL PROTECTED]> wrote: Use EventActionDispatcher or EventDispatchAction part of Struts 1.2.9+ http://struts.apache.org/1.2.x/api/org/apache/struts/actions/EventActionDispat

Re: actiondispatch or javascript

2006-09-24 Thread Paul Benedict
Use EventActionDispatcher or EventDispatchAction part of Struts 1.2.9+ http://struts.apache.org/1.2.x/api/org/apache/struts/actions/EventActionDispatcher.html http://struts.apache.org/1.2.x/api/org/apache/struts/actions/EventDispatchAction.html Paul Tom Jerry wrote: which is better to use ?