I'm having a problem getting custom tag libraries to evaluate EL expressions in attributes (the tags receive the actual expression rather than the evaluated result) which I believe is a result of the fact that I'm not referencing the web-jsptaglibrary_2_0.dtd in my TLD file (which is XDoclet generated) for my custom tag library.

Surely others are using XDoclet and JSP 2.0...is there a workable solution that others have found to work around this?

Adding <%@ page isELIgnored="false" %> to my JSPs seems to work around the fact that I can't use servletspec="2.4" in the web.xml generation (although it's not a super clean solution), but I haven't found a similar solution for taglibs.

I've looked at XDoclet2, but support for data objects has apparently been removed and unfortunately, our EJB codebase relies on this heavily.


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to