[jboss-user] [JBoss Seam] - Re: How to access seam components from a servlet filter?

2007-11-02 Thread akwatters
Thank you for your reply Shane. Do you have any pointers for creating the Seam context myself? This facility would be extremely useful for our application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101191#4101191 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - How to access seam components from a servlet filter?

2007-11-01 Thread akwatters
I understand how do do this using the context filter and a servlet but I haven't been able to do this from a servlet filter. Has anyone been able to do this please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101042#4101042 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Problems with contexts not being active

2007-10-31 Thread akwatters
I'm trying to invoke a SSB from a servlet filter using Seam 1.2.1 deployed on JBoss 4.2.1. >From the filter I'm calling the SSB using Component.getInstance("myService", >true). At first this failed on calling Component.getInstance throwing a >IllegalStateException with the message "No applicati

[jboss-user] [JBoss Seam] - How not to lose data in a partially completed form?

2007-09-04 Thread akwatters
What is the best way to prevent the fields in a partially completed form from being lost when you navigate to another page complete an action on the other page and then go back to the original page? The context is: When adding a new user the administrator chooses to add a new company, after add