invalidate « Seam « JSF Q&A





1. How to invalidate seam POJO session    stackoverflow.com

I am playing around with a little seam app that has session scope. The last method is sending as mail. How can I invalidate my session after having the mail sent? ...

2. How to invalidate a field in seam?    stackoverflow.com

I need to validate two user input fields against each other in seam. Field1 must be greater than Field2 for each row in a ui:repeat tag. As of now, i have ...