Good morning all. I\'m developing a web application, using Seam. I have the following problem: I have my site with Locale set to \"en\".
The c:if test always fails for me and it never gets inside the loop. I am using the following namespaces
I haved generated simple CRUD application from seam-gen using seam generate-ui command, but the edit page for insert data into database was genated and orderd by name.
It seems a bug of Seam2.2.0GA or I missed something, here is the senario: use seam-gen generated the dummy project, change the AuthenticatorBean.java in the hot folder:
I\'m developing a web application in jboss, seam, richfaces. I\'m using a template(xhtml) as master page of all others and there i set two insert tags. <ui:insert name=\"head\"/>
Problem starting service jboss.j2ee:ear=registration-ear.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3
I am using Richfaces 3.3.0, Facelelts 1.1.14 and Seam 2.1.1. I havean issue my rich:dataTable component and sorting. I noticed a pattern... the very first click on the table on a column header has no
After clicking on an image, the user is redirected to a new page like: /viewPalermoUser.seam?accountId=100245
I need to implement quite big system in Seam. I\'m considering the way of designing the architecture. If it\'s good to use page controllers or application controllers or front controller or every each
I would like to observe when the application is about to shutdown.I thought this code block would work, but it never catches that event.