[jboss-user] [JBoss Seam] - Booking Example EL #{hotelBooking.selectHotel(hot)} not work

antispart do-not-reply at jboss.com
Wed Nov 1 12:16:47 EST 2006


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#3982417

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982417



More information about the jboss-user mailing list