You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/06/14 07:11:26 UTC

DO NOT REPLY [Bug 29536] - Add script generator and JSP taglib

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29536>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29536

Add script generator and JSP taglib

mrdon@twdata.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Add Javascript validator    |Add script generator and JSP
                   |taglib                      |taglib



------- Additional Comments From mrdon@twdata.org  2004-06-14 05:11 -------
I agree, tying everything to Javascript is too limiting when considering the 
validator is used outside webapps.  In keeping with the more generic script 
direction, I refactored the taglib, extracting the code that actually creates 
static and dynamic scripts into its own class, JavascriptGenerator, 
implementing ScriptGenerator.  As such, I modified the summary to be a better 
reflection of the proposed additions. 
 
This change should make it much easier to use Javascript validation generation 
in other templating technologies outside JSP.  For example, I've been wanting 
to support validator in stxx, an XML transformation Struts extension, and this 
would make it pretty easy.  
 
Unfortunately, the Javascript is still written with HTML DOM in mind, so 
non-web environments will still be without a solution.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org