Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » What is wrong on this EL expression ?
What is wrong on this EL expression ? [message #610962] Tue, 22 May 2007 05:50
Lumir Vanek is currently offline Lumir VanekFriend
Messages: 32
Registered: July 2009
Member
Hi,

I have done upgrade to WTP 2.0 RC0 and get many errors for my EL
expressions from validator:

<h:dataTable var="row" ...>
....
<hx:div styleClass="#{row.id == myBean.selectedRowId ? 'selected_row' :
''}">

....
</hx:div>


Expression "#{row.id == myBean.selectedRowId ? 'selected_row' : ''}"
have marked error: Could not make numeric conversion for equals operation


What is wrong on my EL expression ? Application works OK on server.
Lumir Vanek
Previous Topic:JSF EL RC0 performance improvement
Next Topic:What is wrong on this EL expression ?
Goto Forum:
  


Current Time: Fri Apr 26 22:30:45 GMT 2024

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

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

Back to the top