[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools.jsf] Asking jsf semantics validator for ISymbol created from jsf tag attribute

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!