Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » JSF tools M5 - EL Syntax checking
JSF tools M5 - EL Syntax checking [message #596600] Mon, 20 March 2006 09:36
Lumir Vanek is currently offline Lumir VanekFriend
Messages: 32
Registered: July 2009
Member
At first - many thanks for this release, new features are impressive !

Here is one missfeature, that I found when switch my existing project to
it: EL Syntax checking not works for following cases:

1. Variable introduced by <x:yyy var="myvariable">

For example:
<f:loadBundle basename="resources.MessageBundles" var="bundle" />
<h:outputLabel value="#{bundle.prompt}" />

Syntax checking says: bundle cannot be resolved

Or:
<h:dataTable ... var="row" >
....
....
<h:outputText value="#{row.columnname}" />

Syntax checking says: row cannot be resolved

2. Managed bean property or method is in parent class
Example:
<h:commandLink action="#{myBean.backAction}" />
Syntax checking says: backAction is cannot be resolved as a property of
the bean myBean

backAction is method declared in ParentBean (class MyBean extends
ParentBean).

Bye,
Lumir Vanek
Previous Topic:JSF Tools Project M5 development build + tutorial posted..
Next Topic:JSF tools M5 - EL Syntax checking
Goto Forum:
  


Current Time: Thu Apr 25 16:45:32 GMT 2024

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

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

Back to the top