Hi,

You always need to include S2 FilterDispatcher as it is the front controller in S2. In those tiles example the authors assume that the reader is having basic usage knowledge of S2. Thats why they might have excluded the S2 filter config.

for ex, consider this...

   <filter>
       <filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
   </filter>

   <filter-mapping>
       <filter-name>struts2</filter-name>
       <url-pattern>/*</url-pattern>
   </filter-mapping>

   <listener>
<listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-class> </listener>

Regards,
ManiKanta


James Carr wrote:
In all the examples of tiles2+struts2 I find online, they only show
using the struts2-tiles-plugin listener in the web.xml (they always
omit the rest of the web.xml). Do I still need to include  the struts2
filter? When i deploy, it breaks. Claiming the filter is undefined,
and only does this in presence of the listener.  :(

Thanks,
James

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




********** DISCLAIMER **********
Information contained and transmitted by this E-MAIL is proprietary to Sify Limited and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If this is a forwarded message, the content of this E-MAIL may not have been sent with the authority of the Company. If you are not the intended recipient, an agent of the intended recipient or a person responsible for delivering the information to the named recipient, you are notified that any use, distribution, transmission, printing, copying or dissemination of this information in any way or in any manner is strictly prohibited. If you have received this communication in error, please delete this mail & notify us immediately at [EMAIL PROTECTED]

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

Reply via email to