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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21409

document how to use html:link in html:error text

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2003-07-14 17:31 -------
we fixed it ourselves by writing a new tag 
<my:showErrors name="errors" />

in WEB-INF/tlds, we put "our.tld"
<shortname>mytaglib</shortname>
<tag>
<name>showErrors</name>
<tagclass>com.domain.project.control.taglib.ShowErrorsWithLinksTag</tagclass>

in our build.xml, we use http://sourceforge.net/projects/fmpp 
        <target name="fmppFtd" depends="setEnv" description="fmppFtd">
          <fmpp expert="true"
                sourceroot="${basedir}/fmpp"
                outputroot="${basedir}/fmpp"
                includes="*.ftd"
                logfile="${ftl_log_file}"
                skipUnchanged="none"
                quiet="true"
            >
            <data expandProperties="true">
                lastGenerated: now({pattern:'EEE, MMM d, yyyy HH:mm:ss z'}) +
                antProperties(CodeDebug)
            </data>
          </fmpp>
          <move file="${ftl_dir}/ErrorConstants.java"
             tofile="${src.util.dir}/ErrorConstants.java" />
          <move file="${ftl_dir}/ShowErrorsWithLinksTag.java"
             todir="${src.taglib.dir}" />
        </target>

to create two java files out of the two files attached next.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to