| <form action="/url_something"> | <input type="submit" name="do_rename:method" value="Rename"> | <input type="submit" name="index_html:method" value="Cancel"> | </form>
The webware code already has a built-in action mechanism, you use the name "_action_XXXX" where XXXX is the action to be run by the servlet. You also have to put XXXX in your actions list. Best, Clark _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
