Dear Thompson
Here is the web.xml's content
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
</filter>

<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

I've try to use
void prepare() throws Exception {
System.out.println("you're now in C0002_Home page");
}
but it still doesnt work out
please tell me what should i correct
thank you very much


2009/11/27 Brian Thompson <elephant...@gmail.com>

> 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
> > =======================================================================
> >
>



-- 
=======================================================================
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
=======================================================================

Reply via email to