Re: foreach within block only called once

2005-09-10 Thread Wouter De Vaal
I've tried the For component and it has the same behaviour. Anyone any idea's? Wouter On 9/9/05, Wouter De Vaal <[EMAIL PROTECTED]> wrote: > I'll try that. > A remark though: the apidoc doesn't show anything about Foreach being > deprecated. > > Wouter > > On 9/9/05, Ron Piterman <[EMAIL PROTE

Rollover requires rendering support??

2005-09-10 Thread lyo
HI friends: I want to use Rollover component in my html page. My html code is: It is in a Frame. But when I run it, Tomcat throws Exception: An exception has occurred. You may continue by restarting the session. org.apache.hivemind.ApplicationRuntimeException Component

Re: foreach within block only called once

2005-09-10 Thread Ron Piterman
Hi, I looked at your code - it seems you try to render the same block recursivley. This will work only in really stateless components. I will assume the For component is not stateless - you can not recusivley render it from within the component itself because it will get "confused". Its similar

RE: Rollover requires rendering support??

2005-09-10 Thread Muralidhar Y.
Hi location: context:/html/topFrame.html, line 5 1 2 3 4 5 6 7 8 in line 2 Body component is missinng. It is not showing that Body component has been declared. Make sure that body component has been declarewd in line in the tag of your html. Once again check your html code. Muralid

focus handling on custom formvalidation

2005-09-10 Thread Pete
if somebody could tell me if there's anything wrong in this form listener code I would appreciate :-) the problem is that the focus is not positioning on the password field as expected... public void onLogin() { // .. TextField passwordTextField = getPass

need documentation

2005-09-10 Thread Shalini Goel
Hi I need entire documentation for user guide on Tapestry in PDF form so that I can print it. But the links are missing on the website. Does someone has it? Or can someone send me the correct link? cheers, -shalini CAUTION - Disclaimer * This e-mail co

RE: need documentation

2005-09-10 Thread Muralidhar Y.
This is the link for documentation and is working fine for me. http://jakarta.apache.org/tapestry/3.0.3/doc.html Muralidhar Y Software Engineer, Adastrum technologies-Nikai groups, EmiratesGroup-I.T Division, Dubai, UAE. Mobile : 00971-50-2256149. http://www.adastrumtech.com http://www.mercato

RE: need documentation

2005-09-10 Thread Shalini Goel
Basically I want this one which is not working - http://jakarta.apache.org/tapestry/3.0.3/doc/TapestryUsersGuide/Tapestry UsersGuide.pdf cheers, -shalini -Original Message- From: Muralidhar Y. [mailto:[EMAIL PROTECTED] Sent: Saturday, September 10, 2005 3:48 PM To: 'Tapestry us

RE: need documentation

2005-09-10 Thread Muralidhar Y.
I had that document. I will mail it to you after my office hours. Muralidhar Y Software Engineer, Adastrum technologies-Nikai groups, EmiratesGroup-I.T Division, Dubai, UAE. Mobile : 00971-50-2256149. http://www.adastrumtech.com http://www.mercator.aero (Keep Smiling. Be happy All The Time.)

Re: foreach within block only called once

2005-09-10 Thread Wouter De Vaal
Ok, I'll take that approach then. Just for the record. This used to work in tapestry 3. Wouter On 9/10/05, Ron Piterman <[EMAIL PROTECTED]> wrote: > Hi, > I looked at your code - > it seems you try to render the same block recursivley. This will work > only in really stateless components. > I

Re: Newbie:What is ExternalLink for?

2005-09-10 Thread Nick Stuart
The external links are usually simple enough to construct yourself, and dont need to use JSP. Also, there is a way to get the actual link from with in Tapestry itself (cant remember it right now, but if you can look through the archives). JSP is not needed (thank god) at any point in tapestry. On

Re: Page Parameters

2005-09-10 Thread Nick Stuart
Thats a good idea leo, but at the current moment I dont think its easily doable.But, why not file a request enhancement for on the tapestry site? (bugzilla and wiki would be a good place to start) On 9/8/05, Leonardo Quijano Vincenzi <[EMAIL PROTECTED]> wrote: > Anyone? > > Leonardo Quijano Vince

Re: focus handling on custom formvalidation

2005-09-10 Thread Howard Lewis Ship
Tapestry will focus on the first field that's in error that renders. Invoking registerForFocus() from your listener will not accomplish anything; it has to occur during the render of the page. Also, you need to use the @Body component in order for any JavaScript to be generated. On 9/10/05, Pete

TreeTable

2005-09-10 Thread Robert Hannebauer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, i'm unable to use contrib:TreeTable with Tapestry Beta 6. I always get the error message: Error at classpath:/org/apache/tapestry/contrib/tree/components/table/TreeTableDataView.jwc, line 46, column 50: Error adding property tableColunms to cl

Can I embed a @ForEach inside a component that gets called within a @Foreach

2005-09-10 Thread Alan Chandler
I am suffering a strange error where hivemind is complaining that it can't convert one of my types (doesn't say what to/from!). I have followed this through, but as far as I can see everything ought to be of the same type. One thing that may cause this is that I have a Foreach embedded in a com

Re: Can I embed a @ForEach inside a component that gets called within a @Foreach

2005-09-10 Thread Mind Bridge
It is allowable, in fact it is used in a lot of places. Could you give some more infomation about your problem? e.g. what the type of object you pass to 'source' is? Giving some more information is necessary for us to be able to help. Alan Chandler wrote: I am suffering a strange error wher

Re: Can I embed a @ForEach inside a component that gets called within a @Foreach

2005-09-10 Thread Alan Chandler
On Saturday 10 September 2005 20:43, Mind Bridge wrote: > It is allowable, in fact it is used in a lot of places. > > Could you give some more infomation about your problem? e.g. what the > type of object you pass to 'source' is? Giving some more information is > necessary for us to be able to help

Re: How to write unit test for tapestry 4?

2005-09-10 Thread Marc Tremblay
The Grinder website makes it sound much more for load testing than either unit or integration testing. I think you'll have more luck with something like Selenium (http:// selenium.thoughtworks.com/), or Watir (http://wtr.rubyforge.org/) for integration testing. M. On 9-Sep-05, at 11:54 AM

Re: Page Parameters

2005-09-10 Thread Kevin Menard
On Sep 10, 2005, at 8:46 AM, Nick Stuart wrote: Thats a good idea leo, but at the current moment I dont think its easily doable.But, why not file a request enhancement for on the tapestry site? (bugzilla and wiki would be a good place to start) Tapestry uses JIRA for bugtracking. I think the

RE: Page Parameters

2005-09-10 Thread Muralidhar Y.
I am not too sure but just try to have a look at page service(engine service), Direct service which are in "Package org.apache.tapestry.engine" and also have a look at RequestContext class which is in "org.apache.tapestry.request.RequestContext". I hope some thing could help you out. Muralidh

Directlink listener not firing

2005-09-10 Thread Alan Chandler
I have a component with an embedded DirectLink in the template. The component's java class has the listener. (These are both given lower down this e-mail) Debugging this application, I put a breakpoint on the doShowDetails method, and try and see what happens. I have the component embedded (a