Gavin,
JSF RI 1.2.03
Facelets 1.1.11
JBoss AS 4.0.5
JBoss Seam-1.1.0.BETA1
Also, I noticed that the bookings example has:
<a:support event="onkeyup" actionListener="#{hotelSearch.find}"
reRender="searchResults" />
but, the HotelSearching interface only has:
public String find();
but wouldn't the actionListener call find with an ActionEvent argument as well,
and therefore need the following to be exposed as well:
public String find(ActionEvent event);
Thanks again.
------------
faces-config.xml:
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
....
<el-resolver>org.jboss.seam.jsf.SeamELResolver</el-resolver>
I copied much of the bookings example web.xml too.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982422#3982422
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982422
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user