Hi,
I tried following the hotel booking example (nightly) to create a table with paging. I get
an facelets EL evaluation error with the following though:
<s:link value="Select"
action="#{visitManager.selectPlayer(player)}"/>
The example source has:
<s:link value="View Hotel"
action="#{hotelBooking.selectHotel(hot)}"/>
The error is:
com.sun.facelets.tag.TagAttributeException: /players/list.xhtml @61,84
action="#{visitManager.selectPlayer(player)}" Error Parsing:
#{visitManager.selectPlayer(player)}
Which is actually what I'd expect. Unless Seam adds a new way of parsing the EL?
Note: I read on an unrelated post earlier on this forum to add the following to my
faces-config.xml so I did =):
....
<el-resolver>org.jboss.seam.jsf.SeamELResolver</el-resolver>
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982417#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...