I think the file should be in:

./src/main/webapp/WEB-INF/pages/pentaho.jsp

I was going to try and check on the syntax of your struts.xml file for you. But the documentation for this project is .. uh... let's just say it isn't very helpful yet ;)

Nathan

nmall wrote:
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 ?

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

Reply via email to