On Thu, Sep 3, 2009 at 10:35 AM, Tommy Pham<tommy...@yahoo.com> wrote:
>
> Hi Wes,
>
> Why then does it work with Servlet+JSP+JSTL1.2 on the same exact dev system?  
> I'd would agree with you if it fails with just the basics.
>
> Thanks,
> Tommy
>

To be honest I don't know, my guess is that since the original request
comes in through the jsp servlet, it "just works" whereas the struts
filter catches the request and eventually dispatches to the JSP. I'm
sure if I read the spec and mapped this out as a use-case, there is
probably a logical reason, but I just figured that if you can rename
the fragments, then you are better off... Another thought, instead of
using fragments, have you thought about using tag files? I quit using
includes as soon as the .tag files became available.

-Wes

-- 
Wes Wannemacher

Head Engineer, WanTii, Inc.
Need Training? Struts, Spring, Maven, Tomcat...
Ask me for a quote!

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to