3
votes
2answers
42 views
How do I prevent form resubmission in Seam?
I have a simple form that I don't want accidentally submitted multiple times.
I can easily block the user from multiple clicks when they first see the page, but I have no control …
0
votes
0answers
3 views
Jetty + Seam, playing nicely
Hi all,
I am having issues with Jetty and Seam playing nicely together. If I specify a webdefaults.xml file, no matter what request I make to the server, I get a 404.
In my webd …
0
votes
0answers
7 views
How to test that observer of org.jboss.seam.postInitialization works correctly
Hi
I've created SEAM component which checks that at least one user with global admin rights exists and creates one if no.
@Name("installer")
@Stateless
public class InstallerBean …
1
vote
1answer
18 views
customize format of #{currentDate} in seam?
Hi, I just got an answer to my seam question about displaying current date. Now I'm searching around to find the place to change the format for this feature. Is that possible?
T …
2
votes
2answers
44 views
How do I insert todays date in Seam?
I'm new to Seam and I've been searching the internet and the Seam in Action book for this, but I'm looking for way to insert today's date in a seam page (myReport.xhtml or myPdfRe …
1
vote
4answers
1k views
selectOneRadio with action immediately after click
Hi
This should be easy for a pro:
I am using JSF/Facelets/Seam and am trying to display radiobuttons. Then, after the user has clicked on one of the buttons, the value should be …
0
votes
2answers
227 views
Why is the WebBeans (JSR-299) Conversation Context tied to JSF?
I am reading through the Public Review Draft of the Web Beans specification (JSR-299) and I am wondering why it is so 'tightly coupled' to JSF?
Especially the Conversation Context …
2
votes
4answers
151 views
Seam auto login using credentials
Hi guys,
I succesfully created a project using seam credentials for authentication, but right now some requirements has change (as usual) and i need authenticate the user automati …
1
vote
2answers
44 views
jboss seam deployment error
I am using the JBoss Tools to deploy a seam application to a JBoss server from within eclipse. I am consistently seeing a strange behavior. Every time the .xhtml files are changed …
0
votes
3answers
255 views
Seam 2.2 and JBoss Tools 3.1, Why JBoss Tools doesnt work anymore?
Hello Stackoverflow,
I've downloaded the new Seam 2.2GA but it doesn't work with the current version of JBoss Tools 3.1.
Anyone had any luck making those work together again?
Is …
0
votes
1answer
26 views
SEAM 2 with CAS Client 3
Hi i wounder if anyone know of any guide for SEAM 2 and CAS client 3 or newer out there?
2
votes
1answer
69 views
How can i pass a form field as a action parameter by using Seam framework ?
Hi,
I do not know whether it is possible but i want something like
<f:view>
<h:form>
<div>
<label for="accountId">Type your account id&l …
1
vote
1answer
235 views
Accessing the value of a Richfaces calendar during validation.
I am trying to validate a field based on another field's value.
<h:form id="item">
<s:validateAll/>
<h:selectBooleanCheckbox id="selected" value="#{bean.selecte …
0
votes
1answer
30 views
Seam cache provider with ehcache null
Hi every one,
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
I put the ehcache.1.2 …
1
vote
2answers
44 views
WordPress url rewriting for Java
Hello stackoverflow,
I currently work with Java JBoss Seam.
I've been looking for some information on how to url rewriting, to accomplish something like what WordPress does.
In …
