Re: Dynamic pages

2006-03-10 Thread Barry Books
To pass values change the DynamicComponents to This is a block that came from the repository! And on you page - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Dynamic pages

2006-03-09 Thread Sebastiaan van Erk
rch 02, 2006 11:13 AM To: Tapestry users; tapestry-user@jakarta.apache.org Subject: RE: Re: Dynamic pages Sounds like portlets... -Original Message- From: news on behalf of Raul Raja Martinez Sent: Thu 3/2/2006 5:32 AM To: tapestry-user@jakarta.apache.org Subject: Re: Dynamic pages

Re: Dynamic pages

2006-03-02 Thread Raul Raja Martinez
7. Use the block in your page: -Original Message- From: Mark Stang [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 11:13 AM To: Tapestry users; tapestry-user@jakarta.apache.org Subject: RE: Re: Dynamic pages Sounds like portlets... -Original Message- From: news on behalf of Ra

RE: Re: Dynamic pages

2006-03-02 Thread James Carman
ROTECTED] Sent: Thursday, March 02, 2006 11:13 AM To: Tapestry users; tapestry-user@jakarta.apache.org Subject: RE: Re: Dynamic pages Sounds like portlets... -Original Message- From: news on behalf of Raul Raja Martinez Sent: Thu 3/2/2006 5:32 AM To: tapestry-user@jakarta.apache.or

RE: Re: Dynamic pages

2006-03-02 Thread Mark Stang
Sounds like portlets... -Original Message- From: news on behalf of Raul Raja Martinez Sent: Thu 3/2/2006 5:32 AM To: tapestry-user@jakarta.apache.org Subject: Re: Dynamic pages You should also know that it is not possible to add components dynamically at runtime. There have been many

RE: Dynamic pages

2006-03-02 Thread Raphaƫl Jean
rystal clear. I'm usually better at writing code than English. ;) Raphael Jean EntropySoft > -Original Message- > From: James Carman [mailto:[EMAIL PROTECTED] > Sent: jeudi 2 mars 2006 13:44 > To: 'Tapestry users' > Subject: RE: Dynamic pages > > The blo

RE: Dynamic pages

2006-03-02 Thread James Carman
AM To: tapestry-user@jakarta.apache.org Subject: Re: Dynamic pages You should also know that it is not possible to add components dynamically at runtime. There have been many discussions about this in this list. I'm trying to build a CMS in Tapestry and I having a hard time with this too. I wou

Re: Dynamic pages

2006-03-02 Thread Raul Raja Martinez
lock to display (show the checkboxEditor for boolean properties). -Original Message- From: Rudolf Baloun [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 5:22 AM To: Tapestry users Subject: Re: Dynamic pages Hi Peter, here is the easiest solution: http://jakarta.apache.org/tapestry/ta

RE: Dynamic pages

2006-03-02 Thread James Carman
type, we choose which block to display (show the checkboxEditor for boolean properties). -Original Message- From: Rudolf Baloun [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 5:22 AM To: Tapestry users Subject: Re: Dynamic pages Hi Peter, here is the easiest solution: http://jak

Re: Dynamic pages

2006-03-02 Thread Rudolf Baloun
Hi Peter, here is the easiest solution: http://jakarta.apache.org/tapestry/tapestry/ComponentReference/If.html put in your page something like this: Now you got to implement the "isTheConditon()" in your java-code (in the Page). Dynamic number of components: http://jakarta.apache