Re: Question about prerenderer?

2006-11-06 Thread Sean Schofield
Johnathan, You've stumbled across what most people find is the single biggest annoyance with JSF (at least in version 1.1). Please read this very important article by Hans Bergsten[1]. You may want to consider using Clay or Facelets or JSF 1.2. Sean [1] http://www.onjava.com/pub/a/onjava/2004

RE: Question about prerenderer?

2006-11-03 Thread hermod.opstvedt
-Original Message- From: Jonathan Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 10:46 PM To: user@shale.apache.org Subject: Re: Question about prerenderer? ok i using this code the tage get rendered at the bottom of the instead of at the top where i

Re: Question about prerenderer?

2006-11-02 Thread Jonathan Smith
ok i using this code the tage get rendered at the bottom of the instead of at the top where it belongs if i put the wrapping the whole div i get the h3 outside and below the div. what can i do to get the h3 to render before the datatable? <%@ taglib prefix="f" uri="http://java.sun.com/jsf

Re: Question about prerenderer?

2006-11-02 Thread Torsten Krah
gt; >To: user@shale.apache.org > >Subject: Re: Question about prerenderer? > >Date: Wed, 1 Nov 2006 18:23:31 -0800 (PST) > > > >If you use myfaces, it has alternative using > > > > > > . > > > > > > > >Popo > > > &

Re: Question about prerenderer?

2006-11-02 Thread Jonathan Smith
where is the from? From: Po Po <[EMAIL PROTECTED]> Reply-To: user@shale.apache.org To: user@shale.apache.org Subject: Re: Question about prerenderer? Date: Wed, 1 Nov 2006 18:23:31 -0800 (PST) If you use myfaces, it has alternative using . Popo --- Gary VanMatre &

Re: Question about prerenderer?

2006-11-01 Thread Po Po
t; > > > > > > > > > > > value="#{contact.extension}"/> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: Question about prerenderer?

2006-11-01 Thread Gary VanMatre
uot;#{contact.extension}"/> > > > > > > > > > > > > > > > > > > > > when it is rendered the data table is above the div and the h3 is inside the > div. > > > > > > > >From: "Cra

Re: Question about prerenderer?

2006-11-01 Thread Jonathan Smith
div and the h3 is inside the div. From: "Craig McClanahan" <[EMAIL PROTECTED]> Reply-To: user@shale.apache.org To: user@shale.apache.org Subject: Re: Question about prerenderer? Date: Wed, 1 Nov 2006 12:48:48 -0800 On 11/1/06, Jonathan Smith <[EMAIL PROTECTED]> wrote:

Re: Question about prerenderer?

2006-11-01 Thread Craig McClanahan
On 11/1/06, Jonathan Smith <[EMAIL PROTECTED]> wrote: I am having trouble where everytime i put something that is set by the prerender inside of a it always renders outside the . How do you get something that is set by a prerender such as a timestamp or a datatable that uses a prerendered list