Gregg
On 10/12/05, Benjamin Shrom <[EMAIL PROTECTED]> wrote:
Or you can use:
http://jsftutorials.net/htmLib/
There is a slight performance hit, but hell - it's
perfect html :-) and it allows you to use static id's
if you need them for stylesheets or anything else...
--- Gregg D Bolinger <[EMAIL PROTECTED]> wrote:
> Ugh! That is horrible. But understandable. Thanks
> for the information.
>
> Gregg
>
> On 10/9/05, Simon Kitching <[EMAIL PROTECTED]>
> wrote:
> >
> > Gregg D Bolinger wrote:
> > > I just started using Tiles on a project.
> Everything was working fine as
> > > for as layout is concerned when I had my
> template and then my content
> > > page(s) had their own f:view. Problem with that
> I learned is it didn't
> > > allow form submissions to work. So I moved the
> f:view tag into the
> > > template and made the tiles:includes children of
> a subview for each
> > > include. After I did that, the layout of my page
> is all messed up. If
> > > I change it back, the layout is fine.
> >
> > Yep, this is a known problem when combining JSF
> 1.1 and JSP 2.0.
> >
> > The upcoming JSF1.2/JSP2.1 specs address this
> issue but in the meantime
> > there's no solution except to ensure that *all*
> data in included pages
> > is output by JSF tags. If you really want to
> output plain HTML or text
> > then you have to wrap them in JSF tags (f:verbatim
> or h:outputText).
> >
> > Or change to using facelets for the presentation
> layout instead of JSP.
> >
> > Regards,
> >
> > Simon
> >
>
__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/

