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
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.
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
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
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:/
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
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
& # 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
标题
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
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
___
"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
| @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/
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;
|
13 matches
Mail list logo