[jboss-user] [JBoss Seam] - Re: Don't support Chinese characters ?

2006-11-02 Thread EddieLee
I'm not display Chinese characters . it's reuqest form by . if I typed Chinese characters ?? ? but request value is :& # 26631;& # 39064; the demo of Hotel ?is also too. please see the screen http://www.vsoftware.com.cn/jt.jpg View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: Don't support Chinese characters ?

2006-10-31 Thread EddieLee
hi all. the problem is none by myself. add a filter in web.xml? public void doFilter ( ServletRequest arg0 , ServletResponse arg1 , FilterChain arg2 ) throws IOException , ServletException { arg0.setCharacterEncoding("utf-8"); arg2.

[jboss-user] [JBoss Seam] - Don't support Chinese characters ?

2006-10-31 Thread EddieLee
hi all , I'm Chinese, of course from China. I'm test seam that maybe don't support Chinese characters. is right ? how can I do , let seam support Chinese characters ? (seam myfaces + facelets) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982127#39

[jboss-user] [JBoss Seam] - Re: how do it ? about Chinese characters

2006-10-31 Thread EddieLee
myfaces and facelets View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982070#3982070 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982070 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - how do it ? about Chinese characters

2006-10-31 Thread EddieLee
hi all, i'm program used seam , the jsf page use , typed some Chinese characters. after click button and do action , in debug view , the value is like this 标题 why ?! how could I do that the value is Chinese characters ? btw, I'm English very pool , so sorry. View the original post : http:/

[jboss-user] [JBoss Seam] - how do it ? about Chinese characters??

2006-10-31 Thread EddieLee
hi all, i'm program used seam , the jsf page use , typed some Chinese characters. after click button and do action , in debug view , the value is like this & #26631;& #39064; why ?! how could I do that the value is Chinese characters ? btw, I'm English very pool , so sorry. View the original

[jboss-user] [JBoss Seam] - Re: how do it ? about Chinese characters

2006-10-31 Thread EddieLee
The value is : anonymous wrote : 标题 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982056#3982056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982056 ___ jboss-user mailin

[jboss-user] [JBoss Seam] - Re: how do it ? about Chinese characters

2006-10-31 Thread EddieLee
& # 26631;& # 39064; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982058#3982058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982058 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: how do it ? about Chinese characters

2006-10-31 Thread EddieLee
标题 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982057#3982057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982057 ___ jboss-user mailing list jboss-user@lists.jboss.org h

[jboss-user] [JBoss Seam] - How can I used seam in MVC ?

2006-10-28 Thread EddieLee
How can I used seam in MVC ? who have example ? thank you ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981502#3981502 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981502 ___

[jboss-user] [JBoss Seam] - Re: error : In attribute requires value for component , why

2006-10-27 Thread EddieLee
"monkeyden" wrote : @ In(required=false) | | private ContentDaoImpl contentDaoImpl; | | OR | | @In | | private ContentDaoImpl contentDaoImpl; | | | | @Factory("contentDaoImpl") | | public void loadContentDaoImpl(){ | | //create it | | //save it to some con

[jboss-user] [JBoss Seam] - Re: Trying to inject FacesContext generates

2006-10-27 Thread EddieLee
| @Stateless | @Name("login") | public class LoginAction implements Login { | @In FacesContext facesContext; | | | like this . it' s ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981492#3981492 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - error : In attribute requires value for component , why ?

2006-10-27 Thread EddieLee
Content.java | package com.vsoft.aixinweb.view ; | | import java.util.Date; | | import javax.ejb.Stateless; | import javax.faces.context.FacesContext; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Logger; |