I want to use ajax submit buttons to refresh tabs, but when ajax theme is set, the buttons are wrapped in additional <tr> and <td> tags. This is doing interesting and unhelpful things to our page layout.
This submit tag: <s:submit name="save" value="Save" formId="stcSearchForm" targets="stcSightingsTab,stcSearchForm" action="NcrStcSightingSearchAction" showLoadingText="false" indicator="true" theme="ajax" cssClass="buttonClass" tabindex="10" type="input" /> generates the following HTML: <tr> <td colspan="2"><div align="right"> <input type="submit" dojoType="struts:Bind" event="onclick" value="Save" id="stcSearchForm_save" formId="stcSearchForm" tabindex="10" class="buttonClass" name="action:NcrStcSightingSearchAction" targets="stcSightingsTab,stcSearchForm" indicator="true" showLoading="false" /> </div></td> </tr> I'm hoping to remove the <tr>, <td> and <div> tags. Thanks for any help, kind regards Jason ----- Falun Dafa Truth - Compassion - Forbearance A mind & body practice under persecution in China http://www.faluninfo.net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]