[jboss-user] [JBoss Tools (users)] - datatable: var placeholder cannot be resolved
Alfredo
do-not-reply at jboss.com
Tue Apr 29 12:50:12 EDT 2008
Hi all,
I use Eclipse 3.3.2 with WTP and JBossTools 2.0.1.GA plugin.
I have problem resolving "var" placeholder inside datatable.
| <h:dataTable value="#{Bean.items}" var="item">
| <h:outputText value="#{item}" />
| </h:dataTable>
|
The text "#{item}" is suggested by the environment but the item's attributes was not resolved when I try to do ctrl+spacebar after #{item.}
Thanx
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147588#4147588
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147588
More information about the jboss-user
mailing list