John Nicholas wrote:

> Yes, you want to have all page access go through the controller
> even when it seems like it's not doing anything. There is a
> default Action for this.
>
> 	<action path="/mypath"
>                 type="com.aapromo.RestrictedForewardAction" >
>             <forward name="success" path="/defs/tilesdefsample" />
>         </action>

I'm sorry if this is a dumb question, but where does
com.aapromo.RestrictedForewardAction come from?  I
don't see it in the Struts classes.  Is this an action
that you've written?  If so, does it do anything
special (I'm wondering what the "Restricted" part is
about)?

Thanks,
Paul


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

Reply via email to