Re: Help needed with DirectLink and page parameters (Was: Contrib:Table and page parameters)

2007-12-21 Thread Kaspar Fischer
On 21.12.2007, at 22:33, Marcus Schulte wrote: 2007/12/21, Kaspar Fischer <[EMAIL PROTECTED]>: On 20.12.2007, at 18:16, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: Does this mean that Tapestry will keep in its page pool an IExternalPage page for each article I have in the DB (once this p

Re: Help needed with DirectLink and page parameters (Was: Contrib:Table and page parameters)

2007-12-21 Thread Marcus Schulte
2007/12/21, Kaspar Fischer <[EMAIL PROTECTED]>: > > > On 20.12.2007, at 18:16, <[EMAIL PROTECTED]> > <[EMAIL PROTECTED]> wrote: > >> Does this mean that Tapestry will keep in its page pool an > >> IExternalPage page for each article I have in the DB (once > >> this page is visited)? > > > > Please

Re: Help needed with DirectLink and page parameters (Was: Contrib:Table and page parameters)

2007-12-21 Thread Kaspar Fischer
On 20.12.2007, at 18:16, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: Does this mean that Tapestry will keep in its page pool an IExternalPage page for each article I have in the DB (once this page is visited)? Please refer to http://tapestry.apache.org/tapestry4.1/usersguide/state.html T

RE: Help needed with DirectLink and page parameters (Was: Contrib:Table and page parameters)

2007-12-20 Thread Marcus.Schulte
> > I suppose your page implements IExternalPage? > > You mean that I create a single Tapestry class implementing > IExternalPage, right? All my (variably many) pages use this > class. Correct? Yes. > > > If you seed you page/app with external parameters which you > need later > > on, in s

Re: Help needed with DirectLink and page parameters (Was: Contrib:Table and page parameters)

2007-12-20 Thread Kaspar Fischer
Dear Marcus, First of all, thanks a lot for your reply! I am not sure whether I understand what you say. I have a variable (and huge) number of actual pages. (In fact, each is coming from a DB entry.) Because the number is variable, I chose to implement a *single* Tapestry page class for t

Re: Help needed with DirectLink and page parameters (Was: Contrib:Table and page parameters)

2007-12-20 Thread Kaspar Fischer
Hi Andreas, On 20.12.2007, at 11:36, Andreas Pursian wrote: How can I use a DirectLink on a page that depends on a parameter, for instance of, on a page like this http://my.org/app?page=Article&id=27 So if i got the point, you just want to create a link that refers to a special article wic

Re: Help needed with DirectLink and page parameters (Was: Contrib:Table and page parameters)

2007-12-20 Thread Andreas Pursian
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Kasper, > How can I use a DirectLink on a page that depends on a parameter, for > instance of, on a page like this > > http://my.org/app?page=Article&id=27 So if i got the point, you just want to create a link that refers to a special article w

RE: Help needed with DirectLink and page parameters (Was: Contrib:Table and page parameters)

2007-12-20 Thread Marcus.Schulte
I suppose your page implements IExternalPage? If you seed you page/app with external parameters which you need later on, in subsequent requests, store them in page/component properties marked as @Persist-ent. > -Original Message- > From: Kaspar Fischer [mailto:[EMAIL PROTECTED] > Sent: We