Hello Daniel-
the 'type' attribute will display the exact package/class of the class 
identified to handle the action as in this example
  <!-- Edit user registration -->
    <action    path="/editRegistration"
               type="org.apache.struts.webapp.example.EditRegistrationAction"
          attribute="registrationForm"
              scope="request"
           validate="false">
      <forward name="success"              path="/registration.faces"/>
    </action>
Anyone else?
M-
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: "Paul Benedict" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Saturday, September 23, 2006 6:02 PM
Subject: Re: Get real path of an action


> What do you mean by the "real path" ?
> 
> Daniel Chacón Sánchez wrote:
>> Hi all, can anyone tell me how I can get the real path of an action??
>> 
>> Thanks
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to