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 documentati

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, a

Re: T5 - syntax for css background images?

2007-06-24 Thread Jiri Mares
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 PROTECTED]> wrote: >> >> Hi ... >>

Re: T5 - syntax for css background images?

2007-06-24 Thread Jiri Mares
tput 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?? >> > >> > Jir

Re: T5 - syntax for css background images?

2007-06-22 Thread Jiri Mares
Hi ... or can I create page that is going to serve CSS instead of HTML?? Jirka Howard Lewis Ship napsal(a): > > You can use expansions inside a block, just as you can > elsewhere in an HTML template. However, you have to eliminate the > HTML comments when you do so, or the expansions will no

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 change

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
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-13 Thread Jiri Mares
nother 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 Ma

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: 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:

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 Le

Re: T5: Cobertura?

2007-05-25 Thread Jiri Mares
'm > working around 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---

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

Re: T5: Cobertura?

2007-05-21 Thread Jiri Mares
nstrumentation issue which I will let 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: M

Re: T5: Cobertura?

2007-05-20 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, Jo

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 proble

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] Fo

Re: T5 BeanEditForm screencast

2007-02-21 Thread Jiri Mares
s still very alpha (in flux). > > On 2/21/07, Jiri Mares <[EMAIL PROTECTED]> wrote: >> >> 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

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 > st

Re: Tapestrz 5: screencast #3

2007-02-01 Thread Jiri Mares
Hi Howard, thanks for your answer, it looks like it is weel done, that's great :-) Jirka > Expansions, the ${...} mechanism, will automatically filter the text, > converting diallowed characters into XML/HTML entities. > > Tapestry 5 renders to a DOM-like tree, then streams the output. I > ha