Shell output

2007-03-09 Thread Tomić Mirko
Is it possible to remove: !-- Application: Components -- !-- Page: layoutlib:Home -- !-- Generated: Fri Mar 09 08:29:30 CET 2007 -- from shell component output? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Library error - component in component

2007-03-09 Thread Tomic Mirko
Ok, I added references in .library file, and everything seems fine. Thank you. Peter Schröder [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] i am doing this too without any problem. did you reference the nested library in your library-specification? i have something like this: -

Re: Tapestry 4.1 to send email

2007-03-09 Thread Stephane Decleire
Has anybody already used this solution ? It's a bit clumsy to me ... I'm not shure where this code should go ... Is it in a kind of generic page which should then be subclassed by pages that need to send mail ? And what should the EmailResponseBuilder look like ? Moreover, i've seen a comment

t5 - snapshot inside project

2007-03-09 Thread Davor Hrg
hi, I have a small project I'd like to use to test t5, the project is being written in php, but I'd like to develop it in paralel in t5, not that I'm aiming to replace the php version (there is a chance... ) I'd just like to use the t5 and supply some feedback, report bug ... etc, also compare

Re: t5 - snapshot inside project

2007-03-09 Thread Pablo Ruggia
You have to get the source from svn. Create a directory and chekout every single module (not all at the same time) Then get into the tapestry-project directory and type mvn install (you have to intall maven first). This will create all .jar now with version 5.0.3-SNAPHOT. Make your project use

Re: [T5]persist=client ?

2007-03-09 Thread Pablo Ruggia
I think it's not implemented yet. On 3/9/07, Jun Tsai [EMAIL PROTECTED] wrote: hi How to persist data on client? Thanks Jun Tsai -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net

Re: [T5]persist=client ?

2007-03-09 Thread Pablo Ruggia
http://tapestry.apache.org/tapestry5/tapestry-core/guide/persist.html Currently, only the default value, session, is supported. Other implementations, that store the value on the client, are forthcoming. On 3/9/07, Pablo Ruggia [EMAIL PROTECTED] wrote: I think it's not implemented yet. On

Re: T5 Upload component?

2007-03-09 Thread Hugo Palma
I can't see any upload component here http://tapestry.apache.org/tapestry5/tapestry-core/component-parameters.html so i guess that means it's still not implemented. Peter Beshai wrote: How do we use input type=file in T5? Is this functionality implemented yet?

Re: T5 Upload component?

2007-03-09 Thread Howard Lewis Ship
Yep, not yet implemented. On 3/9/07, Hugo Palma [EMAIL PROTECTED] wrote: I can't see any upload component here http://tapestry.apache.org/tapestry5/tapestry-core/component-parameters.html so i guess that means it's still not implemented. Peter Beshai wrote: How do we use input type=file in

Re: t5 - snapshot inside project

2007-03-09 Thread Pablo Ruggia
suiteXmlFiles is declared in the parent pom (tapestry-project/pom.xml), so this error is reasonable because tapestry-component-report doesn't have a testng.xml file. The rare thing is that it works in my machine. What version of maven are you using and in wich platform ? On 3/9/07, Davor Hrg

Re: T5 - Changing Locale

2007-03-09 Thread Hugo Palma
Take a look at the bottom of this page http://tapestry.apache.org/tapestry5/tapestry-core/guide/localization.html. /Tapestry does not yet support changing the locale, but that will be available shortly./ Bogdan Calmac wrote: Is it possible in Tapestry 5 to programatically change the locale

T5 - Changing Locale

2007-03-09 Thread Bogdan Calmac
Is it possible in Tapestry 5 to programatically change the locale for a sesison similar to IEngine.setLocale() from Tapestry 4? In my case I want to set the locale after the login into the application (locale is stored in the user profile) and not rely on the browser locale. Thank you, Bogdan

Re: t5 - snapshot inside project

2007-03-09 Thread Davor Hrg
i tried it with: maven 2.0.4 nad 2.0.5 the same rror happens when running the mnv install from tapestry-project :( Davor Hrg On 3/9/07, Pablo Ruggia [EMAIL PROTECTED] wrote: suiteXmlFiles is declared in the parent pom (tapestry-project/pom.xml), so this error is reasonable because

Re: T5 - Changing Locale

2007-03-09 Thread Pablo Ruggia
http://tapestry.apache.org/tapestry5/tapestry-core/guide/localization.html Tapestry does not yet support changing the locale, but that will be available shortly. The intent is to mimic Tapestry 4 behavior: store a cookie on the client to provide the default for the locale on the next visit, and

T4.1.1 - Portlet problem

2007-03-09 Thread Martin Petras
Hi, I am trying to port my portlet application from tapestry 4.0.2 to tapestry 4.1.1. I have just replaced the libraries and got these exceptions (see below). I am using Tomcat 5.5.12, Jetspeed 2.0, Hivemind 1.1.1. Have really no idea how to resolve the problem. The problem occurs in all my

Re: T5 - Changing Locale

2007-03-09 Thread Hugo Palma
hey, did you copy my reply or did i copy yours ? :o) Pablo Ruggia wrote: http://tapestry.apache.org/tapestry5/tapestry-core/guide/localization.html Tapestry does not yet support changing the locale, but that will be available shortly. The intent is to mimic Tapestry 4 behavior: store a

Re: t5 - snapshot inside project

2007-03-09 Thread Davor Hrg
thnx, I tried building it but build fails: E:\_work\java\lib_src\tapestry5\tapestry-component-reportmvn install [INFO] Scanning for projects... [INFO] [INFO] Building Tapestry Component Parameters Report [INFO]

Re: t5 - snapshot inside project

2007-03-09 Thread Davor Hrg
here is what it outputs with testng added to tapestry-component-report, tapestry-core, tapestry-project adding testng dependency may be cause of the last error if it counts no tests present as fail On 3/9/07, Davor Hrg [EMAIL PROTECTED] wrote: when I add testng dependancy to all failng

Re: T5 - Changing Locale

2007-03-09 Thread Bogdan Calmac
Thanks guys, I saw that, but there was no mention about the ability to change the locale at application level. So I can assume that for my use case I would inject a new service in my page and use it to change the locale programatically? Thanks, Bogdan Calmac. On 3/9/07, Hugo Palma [EMAIL

Re: T5 - Changing Locale

2007-03-09 Thread Howard Lewis Ship
I think that comment is out of date. You should be able to inject the ThreadLocale service and change the locale there. Tapestry will pick up on that and write out an updated cookie, which will cause the subsequent render request to be in the new locale. On 3/9/07, Bogdan Calmac [EMAIL

Re: t5 - snapshot inside project

2007-03-09 Thread Pablo Ruggia
Mmm, i think the problem is exactly the opposite. All projects have testing enabled because they inherit it from it's parent (tapestry-project). The original problem was that tapestry-component-report inherited an xml location and doesn't have it. On 3/9/07, Davor Hrg [EMAIL PROTECTED] wrote:

Re: serve html from packaged component?

2007-03-09 Thread Julian Wood
Thanks Andreas, Remember that I'm dealing with some compressed, obfuscated javascript which loads these resources (ie I can't change very much in how it loads these resources - just the dir in which too look for them, and the name of the file). I cannot use a PageLink in this situation.

Why is IE6 freezing?

2007-03-09 Thread Andreas Pardeike
Hi, just released our site and now people call in angry telling me that IE6 freezes on our site. I've tested the site on my local computer using tomcat and the wonderful Web Project plugin and it works just fine. When deployed, it does not. I'm using 4.1.1 and I tried to use the latest dojo.js

DatePicker Validation

2007-03-09 Thread Marcos Chicote
Hello! I'm using Tapestry 4.0 to develop a page with 2 DatePickers. I want to check, in the client, if one of the date's is previous to the other. Can anybody help me on how to do this?? Do I need to write a function in javascript to parse the date and then compare? Isn't there any other nicer

Re: Tap 4.0.3 HttpSession and WebSession

2007-03-09 Thread Miguel Angel Hernández
Hi, Petter: Seems I've mistaken the version number is 4.0.2, sorry for that! :P Renat, It seems to be that it was a problem of our app-server (Geronimo 1.1.1) after all. We were using the default authentication method, but when we switched to a custom login page using j_security_check servlet

Re: Why is IE6 freezing?

2007-03-09 Thread Martin Strand
Looks like certain dojo files can't be found, you should see some 404s in your logs. You seem to be using two different dojo urls (/assets/dojo/ and /js/dojo/) script type=text/javascriptdjConfig =

[T5] Is ComponentClassResolver configurable?

2007-03-09 Thread Dan Adams
I'm looking at the t5 sources and trying to see if it's possible to configure a different implementation of ComponentClassResolver than the default and it doesn't look like it. Is this correct? I'm currently planning a library/framework built on t5 and one of the things that it *might* need to be

[T5] pages in a component library

2007-03-09 Thread Dan Adams
It seems like you can put pages in a component library in T5 and reference them just like any other page. Is this correct? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL

Re: [T5] Is ComponentClassResolver configurable?

2007-03-09 Thread Howard Lewis Ship
Generally speaking, stuff in the internal module is private and not directly extensible. There are interfaces that are likely to change quite a bit and I'm trying to keep a lid on them. They may eventually move into the public side, or there may be extension points added that are public, even

Re: t5 - snapshot inside project

2007-03-09 Thread Howard Lewis Ship
It doesn't cost you anything to paste a transcript into an e-mail message, and it just might buy you a solution. On 3/9/07, Davor Hrg [EMAIL PROTECTED] wrote: sorry, but my expirience with maven is limited, I suppose the problem is probably with the testing plugin what can I do to resolve

[T5 ioc] unique contributions?

2007-03-09 Thread Dan Adams
In the t5 ioc is there a set way to require exactly one contribution for a configuration (other than checking the collection that you get)? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To

Re: [T5 ioc] unique contributions?

2007-03-09 Thread Howard Lewis Ship
No, there isn't. There's a couple of places in T5 where I do something similar, and I use @Inject combined with a symbol ( ${xyz} ), so that users can contribute a symbol value to ApplicationDefaults. On 3/9/07, Dan Adams [EMAIL PROTECTED] wrote: In the t5 ioc is there a set way to require

Re: t5 - snapshot inside project

2007-03-09 Thread Davor Hrg
sory, I sent it as an attachment earieler, E:\_work\java\lib_src\tapestry5\tapestry-projectmvn -e install + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Tapestry 5 Project [INFO] Tapestry Test Utilities [INFO] Tapestry Inversion