[JBoss-user] [JBoss Seam] - Re: selectBooleanCheckbox with a dataTable

2006-07-10 Thread trouby
Hey, Nothing, no errors in h:messages/, nothing at the backend (server logs), but as I said, it's for sure related to the checkboxes, no clue what... any way to debug such a situation? i'm clueless... thanks for answering :) Asaf. View the original post :

[JBoss-user] [JBoss Seam] - Re: selectBooleanCheckbox with a dataTable

2006-07-10 Thread [EMAIL PROTECTED]
Check the Seam startup log, to make sure that all your components are actually getting installed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956679#3956679 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956679

[JBoss-user] [JBoss Seam] - Re: selectBooleanCheckbox with a dataTable

2006-07-10 Thread trouby
Hey, I dont think this is the problem, the stateless bean is accessible ( I use a DataModel to display the dataTable where each of its rows is a checkbox ) and the methods are accessible, the problem -ONLY- occures when I use a 'selectBooleanCheckbox' where its value is an array! when the

[JBoss-user] [JBoss Seam] - Re: selectBooleanCheckbox with a dataTable

2006-07-10 Thread [EMAIL PROTECTED]
So then it sounds like a pure-jsf problem, nothing to do with Seam, right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956688#3956688 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956688

[JBoss-user] [JBoss Seam] - Re: selectBooleanCheckbox with a dataTable

2006-07-10 Thread trouby
I'm not sure, but probably... Is there any way to see if the Map i'm trying to set is really outjected? Seems like JSF fails before the invoke-application phase if the property is not available... This is the property in the Statless bean: | @Out(scope=ScopeType.EVENT,required=false) |

[JBoss-user] [JBoss Seam] - Re: selectBooleanCheckbox with a dataTable

2006-07-08 Thread petemuir
Often when an action method seems not to be called it is because an error occured in the JSF lifecycle BEFORE the INVOKE_APPLICATION phase (which is when the action method is called). Do you see in any errors (probably related to model update) in h:messages /? View the original post :