> -----Original Message-----
> From: Galpin, Charles [mailto:[EMAIL PROTECTED]]
> Web.xml:
>
> <servlet-mapping>
> <servlet-name>action</servlet-name>
> <url-pattern>tiles/*</url-pattern>
> </servlet-mapping>
>
> Struts-config.xml:
>
> <action path="/tiles" type="com.us.view.web.GetTileAction">
>
> </action>
>
> Any ideas?
You can't use the servlet path ("/tiles") in an action mapping. Action
mappings out of the box only use path info.
Cheers,
Laird
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>