Hi,
I've made some progress towards getting Pluto run within a Struts app.
The container starts up and the JSP tag can render the portlet.
Problem is related to URLs - url patterns for filter and servlets and co-existing with the *.do mappings.
Question: Do I only need the PortletDriverFilter to make this happen?
If so how can the URLs from the portlet be such that the I still get the requests passing thru the Struts servlet? URL pattern matching is very basic so I can't map *.do/* to the PortletDriverFilter.
ANy ideas?
Thanks
Michael