1) something that skips the attention is the configuration settings which requires that
the below code be added to the application config
<view-handler>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</view-handler>
2) Secondly what i noticed while running a similar app is,
" #{accountMaintenanceAction.selectAccount(dto.accountNumber) } " this code
generates a URL, with query string
"actionMethod=example.xhtml:ccountMaintenanceAction.selectAccount(dto.accountNumber)"
whereas using #{accountMaintenanceAction.selectAccount('12345') } would
generate the query string as
"actionMethod=example.xhtml:ccountMaintenanceAction.selectAccount('12345')"
I think this proves that there is a problem either with the handler or any related config
issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064850#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...