[jboss-user] [JBoss Seam] - Re: Different logging pages

2007-12-02 Thread cedric.lamalle
You could install a customized version of org.jboss.seam.navigation.pages (inherit org.jboss.seam.navigation.Pages class) and override redirectToLoginView() or getLoginViewId(). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109624#4109624 Reply to the post

[jboss-user] [JBoss Seam] - Re: Problem with accented letters in jsf pages with seam 2.0

2007-11-30 Thread cedric.lamalle
You can change the content type in the f:view tag, use this to resolve the problem: | f:view contentType=text/html | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109446#4109446 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to deploy seam with oracle as ( or oc4j)?

2007-02-25 Thread cedric.lamalle
I bought Michael Yuan's Book from Rough Cuts and got useful informations. Deploying seam with ejb is easy using oc4j ejb stack, but you'll have to define jndi mappings in orion-ejb-jar.xml, which is really annoying. I had no success deploying a seam app using jboss ejb stack it's always stopping