RE: PageLink with parameters?

2006-11-12 Thread Marcus.Schulte
Try ExternalLink ( http://tapestry.apache.org/tapestry4/tapestry/ComponentReference/Externa lLink.html ) From: Mark [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 8:44 AM To: Tapestry users Subject: PageLink with parame

PageLink with parameters?

2006-11-12 Thread Mark
Hello, I have a page that I want to call using a PageLink, but I need to pass in a parameter. How can I do that? What I want to do is have a page (lets call it DbTableDataPage) that displays the content of a certain database table. The page will be generic and work for any table in the databa

Re: Stale Link Issue

2006-11-12 Thread Peter Stavrinides
Hi David, A Stale Link Exception usually occurs when data changes between the rendering phase and form submission. In other words if any components in the page are modified dynamically for instance you might encounter this when you submit because the rewind has no recollection of those compone

Re: ForBean issues

2006-11-12 Thread Srinivas Yermal
Can some tapestry savvy guys look at this and help us out here. Would really appreciate the effort. This is quite a big blocker for me at present. Thanks, Srini. On 11/10/06, Srinivas Yermal <[EMAIL PROTECTED]> wrote: BTW We currently use version 4.0.2. and run it on tomcat. I would also apprec

Re: Reference non-tapestry files from within tapestry

2006-11-12 Thread Peter Dawn
i got it. instead of referencing it from the file system, reference it using the web app. so instead of c:\apache\tomcat\webapp\etc etc go http:\\localhost:8080\webapp\etc etc. thanks again nick. - To unsubscribe, e-mail: [EMAIL

Re: Reference non-tapestry files from within tapestry

2006-11-12 Thread Peter Dawn
thats cool. so what should i have within my js. i mean should i reference it from the file system something like c:\apache\etc etc. if its within my html then i can reference it as you have mentioned. thanks heaps. - To unsubsc

Re: Reference non-tapestry files from within tapestry

2006-11-12 Thread Nick Westgate
Hi Peter. I usually have "css", "html" and "images" directories inside "context" at the same level as "WEB-INF". Depending on how your web.xml is set up, Tomcat will then usually serve these files as e.g. http://localhost/tapestryappname/html/index.html That's assuming your Tapestry app is locat

Reference non-tapestry files from within tapestry

2006-11-12 Thread Peter Dawn
guys, we have diff depts working on diff files. the other dept has generated a bunch of plain vanilla html content files which i need to incorporate within my tap web app. now i have created a separate folder and have put all files within it. now within my web app, i am trying to incorporate, on

[announce] BeanForm 0.6

2006-11-12 Thread D&J Gredler
Hi all, The latest release of BeanForm, the single-line POJO editor component, is now available for download. Below is a list of changes since the last version. I made a special trip to Spain to get the Spanish translation strings (my wife thought it was a vacation), so I hope someone finds them

Re: Tap 4 Validator questions

2006-11-12 Thread Dennis Sinelnikov
Ahh, neat. Glad you figured it out and thanks for posting the code. Dennis Julian Sinai wrote: Dennis, thanks for your reply. Your hint and some experimentation made me realize that the right place to initialize the bean parameters is in the annotation. "validators=validators:" actually d

Re: use unique id's generated by tapestry

2006-11-12 Thread Robert Binna
Tanks a lot. That really helps. regards, Robert Jesse Kuhnert schrieb: Not anymore they don't. On 11/9/06, Robert Binna <[EMAIL PROTECTED]> wrote: Hi. Thanks, but I know about this method getClientId(), but each component looses its client id information after rendering is finished and so t

Re: use unique id's generated by tapestry

2006-11-12 Thread Jesse Kuhnert
Not anymore they don't. On 11/9/06, Robert Binna <[EMAIL PROTECTED]> wrote: Hi. Thanks, but I know about this method getClientId(), but each component looses its client id information after rendering is finished and so the parent component will never know. regards Robert Roberto Ram

Re: Re: tapestry-acegi questions

2006-11-12 Thread Robin Ericsson
On 11/10/06, James Carman <[EMAIL PROTECTED]> wrote: You could use a callback somehow to do that, I would think. But, you would probably have to implement the auto-redirect-to-login-page logic yourself, so that you could save the callback into the session or set it on the login page as a propert