Hi once again and to clarify

>  <default-class-ref>

is used when you did not specified the class for you action like below:

<action name="index">
  <result type="index">/index.jsp</result>
</action>

>  and
>  <default-action-ref>

is used when Struts could not find the action name for given http request, e.g

http://localhost/struts2/


Regards
-- 
Lukasz

http://www.linkedin.com/in/lukaszlenart

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

Reply via email to