Re: Feedback wanted on IoC documentation

2007-11-12 Thread Jiri Mares
Hi, the documentation is really getting better, more understandable. But I would like to print it and read offline (from paper), is there any way how to show all documentation as one HTML page or PDF to print it easily? Jirka Howard Lewis Ship napsal(a): I've been working on new

Re: [T5] how to Eager Loading PERTHREAD_SCOPE service?

2007-08-20 Thread Jiri Mares
Hi, try AOP ... (e.g. AspectJ) Jirka Jun Tsai napsal(a): 2007/8/19, Ben Tomasini [EMAIL PROTECTED]: It seems to me that the normal eager load behavior would be irrelevant for a perthread service because a perthread service must be bound to a thread which is using the registry, and the

Re: T5 - syntax for css background images?

2007-06-24 Thread Jiri Mares
type. However, there's a couple of road blocks in the current code base, such as the fact that there's no outer-wrapper element for HTML (an template root element that does not render an element into the output stream), and no way to remap the file extension. On 6/22/07, Jiri Mares [EMAIL

Re: T5 - syntax for css background images?

2007-06-24 Thread Jiri Mares
no outer-wrapper element for HTML (an template root element that does not render an element into the output stream), and no way to remap the file extension. On 6/22/07, Jiri Mares [EMAIL PROTECTED] wrote: Hi ... or can I create page that is going to serve CSS instead of HTML?? Jirka

Re: T5 Invoke ValidationTracker recordError with elementName instead of Field

2007-06-14 Thread Jiri Mares
Hi, Yeah, but what to do when the test fails then? Rewrite creation of dummy fields to whatever, or pull all fields for the whole application in page classes. Unit tests help to detect the problem then, but do not solve it basically ;) And I'm still interested, why the interface

Re: T5 Invoke ValidationTracker recordError with elementName instead of Field

2007-06-14 Thread Jiri Mares
you have to encapsulate to code into one method to be able to change it easilly, nothing more ... Sorry, but I don't understand what you want to say with this... The code adding the field error have to be on one place, not spread through whole application to be easilly changed when the

Re: T5 Invoke ValidationTracker recordError with elementName instead of Field

2007-06-14 Thread Jiri Mares
you have to encapsulate to code into one method to be able to change it easilly, nothing more ... Sorry, but I don't understand what you want to say with this... The code adding the field error have to be on one place, not spread through whole application to be easilly changed when the

Re: T5 Invoke ValidationTracker recordError with elementName instead of Field

2007-06-13 Thread Jiri Mares
Hi Martin, why not to implement your own Field and fill it with the name and pass it into recordError? Jirka Martin Grotzke napsal(a): Yes, I totally understand and it's of course very important that you do not change the API each time a user asks for it. The question in this case is

Re: T5 Invoke ValidationTracker recordError with elementName instead of Field

2007-06-13 Thread Jiri Mares
property of Field would be used or e.g. the hashCode or equals methods would be used, our application would be broken. That's why I ask for a modification of the interface. Cheers, Martin On Wed, 2007-06-13 at 09:26 +0200, Jiri Mares wrote: Hi Martin, why not to implement your own Field

Re: How can I use javascript in html template with TP5.0.4

2007-06-11 Thread Jiri Mares
Hi, why not to use CDATA section: script ![CDATA[ function pr_single_select(id, reset_all) { alert(OK); if (reset_all == true) { for ( i = 0; i document.forms.frmProducts.length; i++) { if (document.forms.frmProducts.elements[i].type == 'checkbox') {

Re: Lehky_SPAM: Re: T5 Decoupling a Template From its Component Class

2007-05-31 Thread Jiri Mares
Hi Howard, I would like to ask, whether there is still possibility to have localized templates? eg. org/example/myapp/components/CClamp.html org/example/myapp/components/CClamp_en.html org/example/myapp/components/CClamp_en_US.html org/example/myapp/components/CClamp_de.html Thanks Howard

Re: T5: Cobertura?

2007-05-25 Thread Jiri Mares
Hi Joel, is there any problem with mine request? Thanks Jiri Mares napsal(a): Hi Joel, yes, the best way would be send me (can be directly to email) the source file, class file, instrumented class file by tapestry, instrumented file by cobertura and instrumented file by cobertura

Re: T5: Cobertura?

2007-05-25 Thread Jiri Mares
it by just not covering the classes involved when I run Cobertura. I'm subscribed to the cobertura-devel list as well. If it springs up again I'll post to that list. Cheers, Joel -Original Message- From: Jiri Mares [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 7:09 AM

Re: T5: Cobertura?

2007-05-21 Thread Jiri Mares
Hi Howard, I'm developing cobertura ... can you, please, give more information where the problem is to solve it ... or show me the way how to investigate, where it is ... Thanks Jirka Howard Lewis Ship napsal(a): Sorry if I was inexact; I'm shifting gears too constantly. On 5/17/07, Joel

Re: T5: Cobertura?

2007-05-21 Thread Jiri Mares
you and Howard work out. If you need a sample class file please let me know and I can provide one to you (both). Cheers! Joel -Original Message- From: Jiri Mares [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 2:12 AM To: Tapestry users Subject: Re: T5: Cobertura

Re: T5 - Context parameters and style sheets links

2007-03-20 Thread Jiri Mares
Hi all, this problem is very nice solved in c:url JSP tag. When the URL is absolute (starting with /) then the context is added before (request.getContextPath()) otherwise the URL is relative and leaved the same as it was. I think it shouldn't be problem to create component solving this

Re: T5 binding problem

2007-03-06 Thread Jiri Mares
Hi Howard, 2) OGNL isn't supported in T5. OGNL won't be supported or not yet. -- Jiří Mareš (mailto:[EMAIL PROTECTED]) ČSAD SVT Praha, s.r.o. (http://www.svt.cz) Czech Republic - To unsubscribe, e-mail: [EMAIL PROTECTED]

T5 BeanEditForm screencast

2007-02-21 Thread Jiri Mares
Hi Howard, T5 looks very good. I would like to ask about the screencast #4 where you presented BeanEditForm component. For validation there is the annotation, which causes me problems. I don't want to annotade my business objects with tapestry annotation (they start to depend on tapestry). At

Re: Tapestry Bamboo Site

2007-02-19 Thread Jiri Mares
Hi Howard, that's great, but if you try to view tests for Tapestry4 you get OutOfMemory exception :-( Howard Lewis Ship napsal(a): Thanks to the great folks at Formos, Tapestry now has continuous integration. Surf on over to http://tapestry.formos.com/bamboo/ to see the current status