But then I have to learn something new and I don't have time for that now... :)
BTJ
On Mon, 16 Oct 2006 09:02:32 -0600
"Andrew Robinson" <[EMAIL PROTECTED]> wrote:
> FYI, if you use facelets you can stop using verbatim tags. I *highly*
> recommend it over JSP.
>
> On 10/16/06, Pfiester, Jan <[EMAIL PROTECTED]> wrote:
> > Hello Bjørn,
> > Try to wrap <f:verbatim escape="#{test}"></f:verbatim> around the row of
> > interest.
> > Using <t:htmlTag value="tr" rendered="#{test}">
> > <t:htmlTag value="td" rendered="#{test}"></t:htmlTag>
> > </t:htmlTag>
> > migth also solve your problem.
> >
> > But in general you shouldn't mix up html and jsp code like you do...
> >
> > Hope I could help...
> >
> >
> >
> > -----Ursprüngliche Nachricht-----
> > Von: Bjørn T Johansen [mailto:[EMAIL PROTECTED]
> > Gesendet: Montag, 16. Oktober 2006 11:28
> > An: [email protected]
> > Betreff: Problem with mixing html and jsf tags?
> >
> > I have a table using the <table> tag and with x number of rows using <tr>
> > But I need to surround one <tr> with a
> > <h:panelGroup rendered="#{test}"> tag, which of course make this row print
> > before the table when it is rendered...
> >
> > What is the best way of solving this?
> >
> >
> > Regards,
> >
> > BTJ
> >
> > --
> > -----------------------------------------------------------------------------------------------
> > Bjørn T Johansen
> >
> > [EMAIL PROTECTED]
> > -----------------------------------------------------------------------------------------------
> > Someone wrote:
> > "I understand that if you play a Windows CD backwards you hear strange
> > Satanic messages"
> > To which someone replied:
> > "It's even worse than that; play it forwards and it installs Windows"
> > -----------------------------------------------------------------------------------------------
> >