That's what I thought but why does tags need stack when I am not accessing any of the values. It just has sx:head. So my question is am I right in saying that struts should be able to render struts tags as it does jstl tags without worrying abt any stack. If stack is null, it should treat it as an empty stack rather than throwing null pointer.
Thanks -----Original Message----- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31, 2008 1:33 PM To: Struts Users Mailing List Subject: Re: Struts tags and Filter Dispatcher Url Pattern-struts 2.1.1 --- Sanjeev Vijapurapu <[EMAIL PROTECTED]> wrote: > So does this mean that if my jsp is using struts tags, it has to go > through filter dispatcher? The filter is what puts the stack into scope so the tags have data to access (more or less). Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]