On Tue, 2006-01-10 at 00:31, [EMAIL PROTECTED] wrote:
> How do I generate this in web.xml?
> 
> Thanks
> 
> <component>
>       <component-type>org.weblog.TabLabel</component-type>
>       <component-class>org.weblog.tag.UITabLabel</component-class>
> </component>

component?  Is that new to J2EE 1.5 or something?  I don't recall that
element being in the 2.2/2.3 DTD or 2.4 schema (though I don't have them
to hand at the moment to check).
Assuming it's a valid new element, chances are you can't generate it
with the existing templates as I'm not even sure 2.4 is fully supported,
never mind anything later.  There may be an existing merge point you can
make use of to add the new element with a custom xdt, else you'll have
to override the template yourself with a custom one.


Andrew.



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to