Erik,
I suggested Sunil try a javascript function on each of the buttons to invoke different paths configured in the struts-config file. A bootleg attempt to decouple the button actions from the <form/>
Would that work?
Sure, dynamically changing where the form gets submitted will work, no problem. The caveats are, of course, that JavaScript cannot be relied on in most situations and that the actions being called must be configured to deal with the same form bean that the <html:form> action was set up with.
More replies coming...
Erik
_______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
