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
> Sent: Wednesday, December 19, 2007 4:10 PM > To: Tapestry users > Subject: Help needed with DirectLink and page parameters > (Was: Contrib:Table and page parameters) > > Dear list, > > In order to isolate the problem, I tried to do something much > simpler: showing

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

2007-12-19 Thread Kaspar Fischer
Dear list, In order to isolate the problem, I tried to do something much simpler: showing a DirectLink on one of my pages. The tapestry manual gives an example on how to use DirectLink with listeners: http://tapestry.apache.org/tapestry4/QuickStart/directlink.html http://tapestry.apac

Re: Contrib:Table and page parameters

2007-12-17 Thread Kaspar Fischer
Hm, I think my question was not well formulated. Apologies. I'll try once more! Suppose you want to implement an index that shows all files starting with "A", "B", etc. My page would show A B C D ... X Y Z and you can click on a letter to show the files starting with this letter in a so

Contrib:Table and page parameters

2007-12-16 Thread Kaspar Fischer
Hi list, How can I tell Contrib:Table to pass on page paremeters? When I click on a table column to sort it, the page that opens does not have the page parameters of the old page anymore! More precisely, my page "Page.html" uses a paremeter (nodeid) to know what content to display. So in Page.ja