Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » dynamic-attributes on TLDElementDeclaration
dynamic-attributes on TLDElementDeclaration [message #219635] Mon, 25 August 2008 21:45 Go to next message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
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] Tue, 26 August 2008 01:36 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

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


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: dynamic-attributes on TLDElementDeclaration [message #219674 is a reply to message #219650] Tue, 26 August 2008 17:07 Go to previous message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
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: Thu Apr 18 06:15:15 GMT 2024

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

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

Back to the top