for (...) { UserList userList = (UserList) Component.getInstance(Use开发者_如何学CrList.class, ScopeType.METHOD);
I have many problem to installed jboss-seam 2.2.0 on weblogic 10.3. I want to deploy the exemple furnish by jboss but I get the following error:
The following link passes query parameters as f:param and they get substituted in Users.page.xml, and these parameters appear as query parameters in the browse URL which we would like to not show to t
We\'re developing a Java web app that utilizes JSF (Richfaces through Seam) for its UI.I\'ve read several articles that indicate that using the \"rendered=\" attribute on UI components results in a pr
I would like to print the stack trace for the exception that was caught by pages.xml, but I only want to do so if the most granular logging level is more granular than warn. This way, testers can copy
Is there an equivalent of @Startup annotat开发者_C百科ion in Seam which I could use in components.xml?Per http://www.jboss.com/products/seam/components-2.2.xsd you can use startup=true|false
I am migrating my Seam 2 powered application to CDI and one of the things that is critical for me to retain is the error handling.In Seam 2, I simply replaced the default exception handler with my own
I\'ve got a situation where I would like to perform nested iterations on a series of options and display the results using JSF.As an example, think of a discussion board.Each comment may contain a par
Does Seam support multiple persistence units in its configuration?Also, when would you want to have or need multiple persistence units?
I have a problem with the way sessions and conversations are handled in Seam. We have some rather long forms where most of the time you start filling in the first screen and then some actions are exec