> What is FormButton.java? Is that new? No it's not new. Its the parent of Submit, abstracting the code generating the type of button i guess.
> Why are we rendering random numbers? Why not something more predictable, such > as > a sequence that starts at zero on every page load? This is due to [code] <ww:form id="formId"> <ww:submit value="Submit 1" /> <ww:submit value="Submit 2" /> </ww:form> [/code] would generate both submit button having id of "formId_". I guess having a sequential number would be a better alternatives. thoughts? rgds --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=40158&messageID=79819#79819 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]