I\'ve created SEAM component which checks that at least one user with global admin rights exists and creates one if no.
I have a question about seam 2.1.2 I want to end a conversation when the user click in menu, but this must be done in menu.xhtml or pages.xml. I need this because i have the following problem:
I have a project using Jboss Seam + Richfaces and I want to use comet (ajax push). I\'ve been reading some stuff and found Icefaces ajax push really interesting.
I have such code in my JSF template: <h:form> <table id=\"users\" cellspacing=\"0\"> <a4j:repeat var=\"person\" value=\"#{personList}\">
I\'m learning Seam and JPA/Hibernate and while I could find some examples on how to build a DAO class with Hibernate I\'m a bit confused on how to do the same thing with Seam (or even if that is at al
could anybody tell me if it is possible to send email from localhost using JBoss AS-5.1 + Seam-2.2? I\'ve tryed launching mail example which goes with Seam, but the result is unsatisfactory.
I have a Seam application that have to use an external one to login. The logic is as follows: My app开发者_如何学编程 sends user to external SSO URL
I face the following problem, there are two pages (views) in my portlet, first with rich:tree of components and the second with create/edit form for this components.
I\'m trying to configure seam/ehcache following the tutorial from jboss page: http://docs.jboss.org/seam/2.1.2/reference/en-US/html/cache.html
In out project we are creating a pdf by using seam pdf and storing that pdf in the database. The user can then search up the pdf and view it in their pdf viewer. This is a small portion of the code t