Re: Invoking action method from javascript

2008-02-29 Thread Paranoid_Fabio
> > } > > > is it possible? thank you very much > > > -- View this message in context: http://www.nabble.com/Invoking-action-method-from-javascript-tp15759459p15761284.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Invoking action method from javascript

2008-02-29 Thread Dave Newton
--- Paranoid_Fabio <[EMAIL PROTECTED]> wrote: > I don't want to invoke a removeAction for every click...but I think it's > the only way..isn't it? You could keep a JavaScript variable containing a comma- (or whatever-) separated list of IDs to remove and submit that value on submission, parse the

Re: Invoking action method from javascript

2008-02-29 Thread Paranoid_Fabio
myCurrentAction.addItemToRemove(id) > > >} > > > is it possible? thank you very much > > > -- View this message in context: http://www.nabble.com/Invoking-action-method-from-javascript-tp15759459p1576091

Re: Invoking action method from javascript

2008-02-29 Thread Richard Sayre
myCurrentAction.addItemToRemove(id) > > > } > > > is it possible? thank you very much > > > -- > View this message in context: > http://www.nabble.com/Invoking-action-method-from-javascript-tp15759459p15759459.html > Sent from

Invoking action method from javascript

2008-02-29 Thread Paranoid_Fabio
: function addToRemoveList(id){ myCurrentAction.addItemToRemove(id) } is it possible? thank you very much -- View this message in context: http://www.nabble.com/Invoking-action-method-from-javascript-tp15759459p15759459.html Sent from the