[JBoss-user] [JBoss Seam] - Re: Problem using conversation scope with JSP

2006-07-03 Thread tomasg
I had mystriously missed out on the Seam redirect filter. Anyhow, I'm back to the Facelet/xhtml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955099#3955099 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955099 Usi

[JBoss-user] [JBoss Seam] - Re: Problem displaying pages in UTF-8

2006-07-02 Thread tomasg
Yes, it works with the latest facelets jars! Thank you all. Cheers, Tomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954876#3954876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954876 Using Tomcat but need to d

[JBoss-user] [JBoss Seam] - Re: Problem displaying pages in UTF-8

2006-07-01 Thread tomasg
Ah great. Looking forward to see it. Seam is a pleasure to work with (apart from that small issue that kept me busy a couple of hours :-). Thank you Gavin! /Tomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954833#3954833 Reply to the post : http://www.

[JBoss-user] [JBoss Seam] - Re: Problem displaying pages in UTF-8

2006-07-01 Thread tomasg
I have the http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954827#3954827 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954827 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated t

[JBoss-user] [JBoss Seam] - Problem displaying pages in UTF-8

2006-07-01 Thread tomasg
Hi (again), Using plain JSP I can get the browser to use UTF-8 encoding using: <%@ page contentType="text/html; charset=UTF-8" %> Using xhtml however that does not work, so the browser uses ISO-8859-1 encoding. It is the HTTP header that is the problem, since both Firefox and Mozilla ignores t

[JBoss-user] [JBoss Seam] - Problem using conversation scope with JSP

2006-07-01 Thread tomasg
Hi, I am developing a small Seam application using regular JavaBeans and Hibernate. I succesfully used the "@Scope(CONVERSATION), using facelets and xhtml. For another reason I converted the application to use old JSP, and now the CONVERSATION doesn't work. I have a button that creates a @DataM