> -----Original Message----- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Actually, there is a standard action that would let you simulate this: > > <action path="/tiles" > type="org.apache.struts.actions.ForwardAction" > parameters="/path/to/tiles/servlet"/> > > Now, a request to "/tiles.do" (if you're using extension mapping for the > controller servlet) will get forwarded to your servlet. > > > Cheers, > > Laird > > > > Craig
Maybe I don't understand, but this isn't any better than just having a servlet mapping to my current servlet (with no involvement from struts). The servlet method works fine. What I want to do is convert the servlet to an action to take advantage of other features we have built into our ActionServlet and Action class heirarchies. Thanks charles

