@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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...