<snip>
> I was thinking that I would somehow capture CATALOG1 and CATALOG2
> and stick them into the request, but I'm not sure how to go about it.
> It this functionality that Struts already has, do I need to implement
> a filter, or should I subclass the main ActionServlet?
I think you could use a wildcard mapping like this:
<action path="/CATALOG*/..." ...>
<set-property property="catalogId" value="{1}"/>
</action>
But I'm not sure how to retrieve this property in an action. Actually,
I'm not even sure that this works. Maybe someone else can post more
info about this.
- Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]