Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Asking jsf semantics validator for ISymbol created from jsf tag attribute
Asking jsf semantics validator for ISymbol created from jsf tag attribute [message #617501] Fri, 14 March 2008 12:42
Vadim Dmitriev is currently offline Vadim DmitrievFriend
Messages: 74
Registered: July 2009
Member
Hi.

Is there a way to request wtp.jsf framework from some ContextSymbolFactory
for a result of symbol resolution process for a specific JSP tag attribute?
Just thought that there are cases when ISymbol for/from some attribute
created by ContextSymbolFactory can be reused by other factories/attribute
types.
For example, tr:table. Its 'var' attribute symbol can be re-used for
'current' property of 'varStatus' and 'sortProperty' of every nested
tr:column (and maybe somewhere else). Validation/symbol creation for every
of these attributes requires almost identical information to be calculated
multiple times. It will speed up validation a little if there is a
possibility just to ask jsp semantics validator for a symbol (if any) of
some jsp tag attribute.
And if there is none, is there a way to create listener for some 'JSP
semantics validation started' event?

Thanks!
Previous Topic:Loop through the Mbeans in Session Scope
Next Topic:Trinidad installation
Goto Forum:
  


Current Time: Thu Apr 25 10:16:26 GMT 2024

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

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

Back to the top