http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2023 *** shadow/2023 Wed Jun 6 06:56:59 2001 --- shadow/2023.tmp.10559 Wed Jun 6 06:56:59 2001 *************** *** 0 **** --- 1,31 ---- + +============================================================================+ + | id and other attributes | + +----------------------------------------------------------------------------+ + | Bug #: 2023 Product: Velocity | + | Status: NEW Version: 1.0b3 | + | Resolution: Platform: All | + | Severity: Enhancement OS/Version: All | + | Priority: Other Component: Source | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + I a few cases the html:text or html:select does not support all the attributes + from the HTML spec. + An example is: + <label accesskey='L' for='fname'>Label</label> + <input name='fieldname' id='fname' type='text'>Default text</input> + Alt+L will allow jumping to the corresponding field. + If you could generate a default 'id' attribute or allow the user to specifiy + one that is passed through only. + + Maybe a generic taglib that can be nested inside any other tag and will add the + attributes to the generated tag. + <html:attr name='id'>value</html:attr> + + I found a similar situation with jsp:plugin which does not allow the id + attribute, not that you can do anything about this one. \ No newline at end of file
