[jboss-user] [JBoss Seam] - Re: Action argument is null when it shouldn't be null

gayatri.ramamurthi do-not-reply at jboss.com
Tue Jul 17 03:01:36 EDT 2007


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

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



More information about the jboss-user mailing list