----- Original Message ----
> From: Wes Wannemacher <w...@wantii.com>
> To: Struts Users Mailing List <user@struts.apache.org>
> Sent: Thursday, September 3, 2009 7:58:47 AM
> Subject: Re: possible bug in v2.1.6 ??
> 
> On Thu, Sep 3, 2009 at 10:35 AM, Tommy Phamwrote:
> >
> > 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

Hi Wes,

I assume you mean Apache's Tiles?  I did look at earlier and follow the basic 
tutorial/guide for version 2.1.3.  My understanding is that the structure is 
not much more different than the includes.  With includes, I can later add more 
complexity (dynamically including/excluding sections) to my site navigation as 
I originally planned for but not yet implemented.  That said, I rather not add 
more complexity than I'd have to ATM.  This project of mine started with MVC 
Servlet+JSP.  I considered form validation methods, both client & server side, 
which how Struts come into play (no sense reinventing wheel :).  As for RIA, 
can't really be w/o AJAX that's where jQuery/Spry comes in.  I have looked & 
considered JSF 1.2 (both Apache's MyFaces and Sun's Visual JSF) too but didn't 
quite provide what I was looking for.  Also, there's memory usage consideration 
for added libraries where I may not needed it.  This is just my intro phase to 
java :D  Once I've
 understand more about Java itself, I'd like to work a on another much BIGGER 
project I have in mind. Using reporting, graphics, threads, etc...

Regards,
Tommy

> -- 
> 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


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

Reply via email to