You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "Howard M. Lewis Ship" <hl...@attbi.com> on 2003/03/24 18:53:06 UTC

RE: Dynamic page layout

You can use Conditional components around the form-element components, even
inside the Form.  Have to be createful to make sure the rewind will match
the render, but its all doable.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/proposals/tapestry



> -----Original Message-----
> From: Andreas Boeyer [mailto:aboeyer@yahoo.de] 
> Sent: Wednesday, February 12, 2003 9:17 AM
> To: tapestry-user@jakarta.apache.org
> Subject: Dynamic page layout
> 
> 
> Hi,
> I am looking for a dynamic form layout.
> Is that possible with tapestry?
> Depending on my elements in my list, I want to insert
> different components.
> For example my object list is:
> 1 - String
> 2 - Boolean
> 3 - String
> 4 - BaseComponent
> 
> Is there a way to insert for the 
> object 1 the element TextField,
> object 2 the element CheckBox,
> object 3 the element Insert
> object 4 the list element
> 
> mfg
> Andreas 
> 
> __________________________________________________________________
> 
> Gesendet von Yahoo! Mail - http://mail.yahoo.de
> Bis zu 100 MB Speicher bei http://premiummail.yahoo.de
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>