I have a huge application and at some point, when a redirect is involved i received this strange error:
I\'ve got a unit test for a Seam component that should fail if a value isn\'t provided in the context before the backing bean is created. I\'ve been able to test this manually but would like to cover
I am using Seam 2.1.2 and RichFaces 3.3.2.SR1. <a4j:form> <rich:tabPanel switchType=\"ajax\">
When i try to create a new user, the following fields (loginId which is an inputText) and (password which is an inputSecret) come with pre-loaded values开发者_运维问答. How do we clear these fields wh
I would like to read the selected role information on form submit (a role is selected for a user from a list of roles). How do I read the selected radio button value in my EntityHome interface (Note:
How do I use CSS to define a text input area where digits and 开发者_开发百科non-digits are rendered with different formats (bold/italic/color)?
I have been using Seam-gen with a small sample database to help me learn the Seam framework.Now I am going to build a more complex application.Are there disadvantages or things that I sho开发者_Python
I am using RichFaces with seam and EJB3.开发者_StackOverflow社区Specifically I am using the rich:tree component.The problem I am worried about is the tight coupling between the UI and my EJB3 session
A question regarding the scopes of Seam out params. Suppose I have @Out(required = false, scope = ScopeType.APPLICATION)
I am u开发者_如何转开发sing seam with EJB3 + JSF and I would like to add a tree view component to the UI.The tree view must allow sorting of the nodes (preferably drag and drop) and must allow selecti