If you want the JavaScript to cancel the submit, you need to return
false somewhere.

Struts can also watch for these in the Action, either using the
isCancel() method, or by looking at the label of the button pressed. 

Struts doesn't write the HTML for tables, and could not affect the sizes
of your table rows, except to the extent that the browser adjusts the
row sizes to fit the instant data. 

The Struts custom tags (like all others) simply substitute standard HTML
for the custom tags on their way to the browser, and leaves everything
else alone. You can view the source to see what the browser sees. Struts
isn't otherwise involved in how your page renders. 

-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 737-3463.
-- http://www.husted.com/about/struts/

Reply via email to