Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » dynamic-attributes on TLDElementDeclaration
dynamic-attributes on TLDElementDeclaration [message #219635] Mon, 25 August 2008 17:45 Go to next message
Eclipse UserFriend
Is there a way to request the "dynamic-attributes" flag on a JSP tag
definition through TLDElementDeclaration or some other mechanism? I can't
find anything that returns boolean nor anything that seems the same.


--Cam
Re: dynamic-attributes on TLDElementDeclaration [message #219650 is a reply to message #219635] Mon, 25 August 2008 21:36 Go to previous messageGo to next message
Eclipse UserFriend
Cameron Bateman wrote:
> Is there a way to request the "dynamic-attributes" flag on a JSP tag
> definition through TLDElementDeclaration or some other mechanism? I
> can't find anything that returns boolean nor anything that seems the same.

No, looks like that one's only on the implementation class,
org.eclipse.jst.jsp.core.internal.contentmodel.tld.CMElement DeclarationImpl.getDynamicAttributes(),
and not as a boolean. You can open an RFE to add it to 3.1. We'll
have to discuss it further if you want it added to 3.0.x as well.

--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational
Re: dynamic-attributes on TLDElementDeclaration [message #219674 is a reply to message #219650] Tue, 26 August 2008 13:07 Go to previous message
Eclipse UserFriend
org.eclipse.jst.jsp.core.internal.contentmodel.tld.CMElement DeclarationImpl.getDynamicAttributes(),
> and not as a boolean. You can open an RFE to add it to 3.1. We'll
> have to discuss it further if you want it added to 3.0.x as well.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=245280


Thanks,

Cameron
Previous Topic:how to generate delta pack?`
Next Topic:Getting tag files from a TLDDocument
Goto Forum:
  


Current Time: Fri Jul 04 12:55:51 EDT 2025

Powered by FUDForum. Page generated in 0.13515 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top