Hi, i have checked my struts-config and i noticed that the action mappings reads below.
Thus my classpath  is
struts-bbnpa/WEB-INF/classes/org/breconbeacons/it/class.java
struts-bbnpa the name of my webapp.

I have declared  package org.breaconbeacons.it ;    //  top of java classes page
 
 
 

    <!-- The standard administrative actions available with Struts -->
    <!-- These would be either omitted or protected by security -->
    <!-- in a real application deployment -->
    <action    path="/admin/addFormBean"
               type="org.apache.struts.actions.AddFormBeanAction"/>
    <action    path="/admin/addForward"
               type="org.apache.struts.actions.AddForwardAction"/>
    <action    path="/admin/addMapping"
               type="org.apache.struts.actions.AddMappingAction"/>
    <action    path="/admin/reload"
               type="org.apache.struts.actions.ReloadAction"/>
    <action    path="/admin/removeFormBean"
               type="org.apache.struts.actions.RemoveFormBeanAction"/>
    <action    path="/admin/removeForward"
               type="org.apache.struts.actions.RemoveForwardAction"/>
    <action    path="/admin/removeMapping"
               type="org.apache.struts.actions.RemoveMappingAction"/>
 

  </action-mappings>

<--
    <!-- Example of customForm

     <form-beans>
        <form-bean name="customForm"
        type="custom.CustomForm"/>
     </form-beans>
 
    <action-mappings>
        <action path="/custom"
                    type="custom.GroupAction">
                    name="customForm">
      <set-property property="group" value="Struts User" />
        <forward name="view" path="/display.jsp" />
        </action>
    </action-mappings>
Thus i believe that i must amend the .org.apache.struts.actions.javaClass
to org/breconbeacons/it/class.java is this correct procedure

--
The views expressed by the sender of this message don't
necessarily represent those of Brecon Beacons National Park
Authority. This message is intended for the addressee(s) only
and is sent in confidence; if you receive it in error, please can you
let us know (at [EMAIL PROTECTED]) and then destroy all copies.
Nid yw'r farn a fynegir gan anfonwr y neges hon o anghenraid yn
adlewyrchu barn Awdurdod Parc Cenedlaethol Bannau Brycheiniog.
Neges yw hon a fwriadwyd ar gyfer y derbynnydd/derbynyddion
yn unig ac fe'i hanfonir yn gyfrinachol; os ydych yn ei dderbyn
mewn camgymeriad, a fyddech gystal â rhoi gwybod i
ni (yn [EMAIL PROTECTED]) ac yna dilëwch bob copi.
 

Reply via email to