>
> }
>
>
> 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]
--- 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
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
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
:
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
5 matches
Mail list logo