Could you post your web.xml? This sounds like it might be a problem with the Struts filter not being configured properly.
-Brian On Fri, Nov 27, 2009 at 12:06 AM, Nguyen Xuan Son <yama...@gmail.com> wrote: > dear all > in struts.xml i have > <action name="C0002_Home" class="com.baibai.action.C0002_HomeAction"> > <result name="success">C0002_Home.jsp</result> > </action> > > however no matter how hard i tried > public String execute() throws Exception { > System.out.println("you're now in C0002_Home page"); > return SUCCESS; > } > nothing is excuted > > please tell me where should i correct? > thank you very much > > -- > ======================================================================= > Ritsumeikan University, Asia JinZai Project > Master of Information Science > Nguyen Xuan Son > > Add : Japan, Shiga-Ken, Kusatsu-Shi, Kasayama 3choume 1-18 > ShiteiHaimu > Rien, Room 103 > Tel/Fax : 81-(0)90-3976 2246 > Email : nr000...@ed.ritsumei.ac.jp > Mobile : 81-(0)90-3976 2246 URL : http://www.ritsumei.jp > ======================================================================= >