[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

lawrieg do-not-reply at jboss.com
Mon Feb 19 08:32:50 EST 2007


@ehstowa

I believe that in order to pass parameters to your EL action listener method you need to be using Seam's enhanced expression language (and from your stack trace it doesn't look like you've got this configured).

>From the Seam reference manual (Chapter 23):

anonymous wrote : To use this feature in Facelets, you will need to declare a special view handler, SeamFaceletViewHandler in
  | faces-config.xml.
  | 
  | <faces-config>
  |   |     <application>
  |   |         <view-handler>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</view-handler>
  |   |     </application>
  |   | </faces-config>

Hope this helps,

Lawrie

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018811#4018811

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



More information about the jboss-user mailing list