Hi,

 I am trying to add some simple action classes to the struts.xml that exists
in appfuse 2.-0 M4 basic struts. I added a simple action which replaced the
uploadFile that was there earlier

 <action name="uploadFile" >
            <result>/WEB-INF/pages/pentaho.jsp</result>
        </action>
        
        <action name = "pentaho" >
            <result>/WEB-INF/pages/pentaho.jsp</result>
        </action>

And pentaho.jsp resides in WEB-INF/pages in the following locations

 ./target/aclproject-1.0-SNAPSHOT/WEB-INF/pages/pentaho.jsp
./target/war/work/appfuse-struts-2.0-m4/WEB-INF/pages/pentaho.jsp
./target/work/webapp/WEB-INF/pages/pentaho.jsp
It is a simple jsp - 

<html>
  <head>

    <title>Pentaho BI Platform</title>

    <META HTTP-EQUIV="refresh" CONTENT="0;URL=./Home">
  </head>
  <body>
  </body>
</html>

However, I get "Page not found"  and error.jsp .  What other locations
should this be available in.

 Thanks for any pointers! What are the basic steps to adding an action class
to a ui button other than this ?
 
-- 
View this message in context: 
http://www.nabble.com/struts2-and-appfuse-tf3640905s2369.html#a10168326
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to