Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Content-assist not working in var attribute of p:datatable (PrimeFaces datatable)(Unable to have content-assist for var attribute in h:datatable in jsf page)
Content-assist not working in var attribute of p:datatable (PrimeFaces datatable) [message #1131186] Thu, 10 October 2013 09:19 Go to next message
Stef Stef is currently offline Stef StefFriend
Messages: 1
Registered: October 2013
Junior Member
Hello,

10/14 : I do more tests so I modify my first message Rolling Eyes .

With Eclipse Kepler SR1 the content-assist not working with a declared var in a datatable primefaces :

<p:dataTable value="#{testManagedBean.listAllDomaines()}" var="pRow" >
  <p:column>
    <h:outputText value="#{pRow.}" />
  </p:column>
</p:dataTable>

The #{pRow.} + CTRL space show enithing.

While with a classic datatable it's ok :

<h:dataTable value="#{testManagedBean.lstdDomaines}" var="stdRow">
  <h:column>
    <h:outputText value="#{stdRow.iddom}" />
  </h:column>
</h:dataTable>

Any ideas ?

Regards,

Stef

[Updated on: Mon, 14 October 2013 11:31]

Report message to a moderator

Re: Content-assist not working in var attribute of p:datatable (PrimeFaces datatable) [message #1740377 is a reply to message #1131186] Fri, 12 August 2016 12:34 Go to previous message
Candido Tominaga is currently offline Candido TominagaFriend
Messages: 1
Registered: August 2016
Junior Member
I have same question.

I tested in Eclipse Neon. Yet, not working.
Previous Topic:Glassfish hot deployment for JSF/CSS files
Next Topic:integrating Birt report into Oracle ADF
Goto Forum:
  


Current Time: Thu Apr 25 00:21:45 GMT 2024

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

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

Back to the top