[jboss-user] [JBoss Seam] - Re: binding attribute doesnt work with Seam?

2007-10-13 Thread mnrz
I really stuck View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094844#4094844 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094844 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: binding attribute doesnt work with Seam?

2007-10-09 Thread mnrz
anybody can help me please? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092845#4092845 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092845 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: binding attribute doesnt work with Seam?

2007-10-09 Thread swd847
Can you post the xhtml and the backing bean? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092857#4092857 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092857 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: binding attribute doesnt work with Seam?

2007-10-09 Thread mnrz
the xhtml is already posted at first thread above and here is the backing bean: | @Stateful | @Name(userRegister) | @Scope(ScopeType.SESSION) | @Restrict(#{s:hasRole('Admin')}) | public class UserRegisterAction implements UserRegister { | | private Log logger =

[jboss-user] [JBoss Seam] - Re: binding attribute doesnt work with Seam?

2007-10-08 Thread mnrz
Hi friends, there is something strange! I have 6 text box in my page username, password, password verify, phone no, address, mobile no astonishingly, when I press Save button to update changes, at server-side only changes to last text box is being seen and others remained intact and when I

[jboss-user] [JBoss Seam] - Re: binding attribute doesnt work with Seam?

2007-10-07 Thread mnrz
thanks matt, but I couldn't see any question regarding binding a component, in both link, and also the second link is for 2 version of the Seam I am using 1.1.6 and at the moment I can't upgrade to version 2. thanks anyway View the original post :

[jboss-user] [JBoss Seam] - Re: binding attribute doesnt work with Seam?

2007-10-07 Thread [EMAIL PROTECTED]
You can't bind to a CONVERSATION scoped backing component because the conversation context is not available in the RESTORE VIEW phase. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092325#4092325 Reply to the post :

[jboss-user] [JBoss Seam] - Re: binding attribute doesnt work with Seam?

2007-10-07 Thread mnrz
[EMAIL PROTECTED] wrote : You can't bind to a CONVERSATION scoped backing component because the conversation context is not available in the RESTORE VIEW phase. thanks christian, I put this as a FAQ in wiki page View the original post :

[jboss-user] [JBoss Seam] - Re: binding attribute doesnt work with Seam?

2007-10-07 Thread mnrz
now that binding exception has been gone but new problem is that at server-side I get no changes and no value by binded components I put following log at my backing bean | logger.debug(contactNo.getLocalValue()+ - +contactNo.getSubmittedValue()+ - +contactNo.getValue()); | but two first

[jboss-user] [JBoss Seam] - Re: binding attribute doesnt work with Seam?

2007-10-06 Thread matt.drees
Your issue is described in both the faq and the documentation. http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ http://docs.jboss.com/seam/2.0.0.CR1/reference/en/html_single/#d0e5034 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092316#4092316 Reply