Hello,

try to find you message in the Servlet-Container log file. I am not sure abot the target of system.out in the jee context, i suppose it would be the log file.

Regards
Eduard

Nguyen Xuan Son schrieb:
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



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to