I have created a color picker RDC that I would like to submit to the Jakarta Taglib project. This is a very simple component which I created whilst learning how to produce my own RDCs; however it may be found useful by the wider community. The Zip file containing the file diffs is attached to this report. 0) Description Component that allows a color to be specified by a user. 1) List of new files ( -> and descriptions) /jakarta-taglibs-sandbox/rdc/src/META-INF/tags/rdc/color.tag -> Tag implementation for the component. /jakarta-taglibs-sandbox/rdc/src/META-INF/tags/rdc/color.rdc -> rdc configuration and parameter data. /jakarta-taglibs-sandbox/rdc/src/META-INF/tags/rdc/config/color.xml -> configuration data for the component /jakarta-taglibs-sandbox/rdc/src/org/apache/taglibs/rdc/Color.java -> private data model for the component /jakarta-taglibs-sandbox/rdc/src/.grammar/color.grxml -> SRGF grammar for use with the component, containing all allowable colors. /jakarta-taglibs-sandbox/rdc/examples/web/color-test.jsp -> Example file for testing the component 2) List of modified files /jakarta-taglibs-sandbox/rdc/xml/rdc.xml -> Included description of the new component.
Created attachment 15134 [details] Zip file containing file diffs
Created attachment 15138 [details] Updated zip after testing against 5/23/05 sources Tested new RDC on sandbox source from 5/23. Attached new zip wherein new files appear as-is and mods to existing files appear as diffs.
Thanks Mitch, I've applied the patch with minor modifications. You may test it out from the nightlies (please give it a day to be picked up) and close this bugzilla ticket. If I do not hear from you in a couple of weeks, I will close this ticket.
Minor changes to summary, closing bug report. Thanks again Mitch.