Im using an entity Employee and inside that a list of UserMaster is defined public class EmployeeMaster{
I\'ve been adding to an existing application by generating with seam-gen and adjusting from there.One problem I keep having is that I have to spend a great deal of time editing the xhtml files to refl
I have to upload an excel file in a JBossSeam application. I am using poi3.6 jar. The excel upload is successful in application server JBoss5.1. But I got the an exception when I used JBoss6. How coul
I am using jboss s开发者_开发问答eam 2.2.1 final, rich-faces (not sure about its version) and primefaces 1.1 in my web project. The project is deployed as an EAR file. When I add the primefaces.jar in
In our Seam app, we have a polling section that keeps the conversations active for as long as a page is kept open in a browser window/tab, to allow the user to work with multiple object instances at t
I would like to use @Restrict in seam application. One of my scenario contains a series of 开发者_运维问答actions. Do i need to restrict each and every action or only the starting action? All the acti
I have a seam component where I put a message using standard seam annotation: @In private StatusMessages statusMessages;
I am planning to learn a new Java framework for developing enterprise applications in a much easier way. I have heard of ZK ajax framework and Jboss Seam.
Im using JBOSS Seam 2.2.1 and I am trying to work with application server Jboss6 .In some of the pages, I get HTTP 404 error page while performing actions like search, that would rerender some compone
I have been trying to read a database in my JSF webapp. I am using the code given from BalusC Code blog: