Re: hook into T4's page creation process

2006-12-22 Thread RonPiterman
yes, workers are part of 4.0.2 - and the code is very clear, and one can learn alot from it - howard has a *very* nice programming style, so its worth taking a look. I would look at the wiki, but I don't know if there are any tutorials/docu around for this. It is quite advanced staff, but its

Re: Tapestry 4.1.1 MultipleFormSupport?

2006-12-22 Thread andyhot
Add this in your hivemodule.xml MultipleFormSupport works by prefixing all form elements id with "formId:" But if you use autocompleters (or perhaps some other components) you might experience http://issues.apache.org/jira/browse/TAPESTRY-1196 I was planning on working on those

Tapestry 4.1.1 MultipleFormSupport?

2006-12-22 Thread Chris Schroeder
Hello, We've recently upgraded to Tapestry 4.1.1. One of our pages has a @Form nested inside a @For loop, resulting in multiple forms on the page. Up until now, we had been using the direct="false" parameter of the form to force the entire page to rewind upon submission of any of the forms. H

PropertySelection unit test

2006-12-22 Thread Carlos.Fernandez
For an oddball reason I am hunting for the PropertySelection unit test and I can't seem to find it in the source bundles or in svn. Can someone point to the right file/path/url ? Thanks! Carlos - To unsubscribe, e-mail: [EMAIL

Re: Job Offer in Miami, US

2006-12-22 Thread jake123
Yes, we are trying to put together a good team here in Miami. We have some exciting stuff to do and we are going to do it with Tapestry, Spring and Hibernate Some training are allways welcome but can we afford you? ;) Cheers, Jacob -- View this message in context: http://www.nabble.com/J

Re: [poll] how do people feel about me changing that validation dialog in 4.1.1 ?

2006-12-22 Thread Jiří Mareš
Hi, for me is important to divide the part of error checking from the error presentation. Why?? For me is important to present the client and server side error the same way not to be able distinguish these 2 methods. The server side validation goes directly this way, the validation engine only

Re: dojo error

2006-12-22 Thread Roberto Ramírez Vique
Hello, I am getting the same exception with the official version 4.1.1, downloaded from here: http://tapestry.apache.org/download.html I've also downloaded the latest 4.1.2 version and having the same problem. I supose nobody is having the problem, but what do we do badly ??? Thanks in advanc

http://howardlewisship.com/repository/

2006-12-22 Thread Peter Schröder
hi, did the location move, or is server down? happy holidays, peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

VLib Synchronisation issue tap4

2006-12-22 Thread Numa Schmeder
Hello, Maybe someone can explain me something. In Tapestry 4 VLib example the BookQuerySource implementation has some of its methods synchronised. I don't understand why? Shouldn't it be unnecessary as the hivemind service is set to threaded. I thought a threaded service would be only

RE: hivemind create-instance and additionnal parameters

2006-12-22 Thread Firas Adiler
1) 2) Create a class that implements org.apache.tapestry.engine.state.StateObjectFactory with this signature: publ

Re: hook into T4's page creation process

2006-12-22 Thread karthik G
thanks Ron. Currently am with going the way (subclassing a securedpage) as suggested by Dennis. Its simple and works. But am interested in the workers that you mention. Is looking at the source code the only option at this point to write some workers?. Are there any docs somewhere? Btw are workers