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-project>mvn -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 o

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 ex

[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 unsubscribe

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

Re: t5 - snapshot inside project

2007-03-09 Thread Davor Hrg
sorry, but my expirience with maven is limited, I suppose the problem is probably with the testing plugin what can I do to resolve this ? "suiteXmlFiles is configured, but there is no TestNG dependency" I picked the source from repo, people are working with the code on daily basis. There ha

Re: [T5] pages in a component library

2007-03-09 Thread Howard Lewis Ship
That's the goal! When you add in the library, you'll map it to a folder, say "ifactory" and then pages inside it are referenced as "ifactory/MyPage". On 3/9/07, Dan Adams <[EMAIL PROTECTED]> wrote: It seems like you can put pages in a component library in T5 and reference them just like any oth

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 if

[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

[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

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/) djConfig = {"isDebug":false,"debugContainerId":"debug","baseRelativePath":"/assets/static/dojo/","preventBackButtonFix":fal

Re: Tap 4.0.3 HttpSession and WebSession

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 to

DatePicker Validation

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 w

Why is IE6 freezing?

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 b

Re: serve html from packaged component?

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. H

Re: t5 - snapshot inside project

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: T5 - Changing Locale

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 PROTECT

Re: T5 - Changing Locale

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 PROTE

Re: t5 - snapshot inside project

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 sub

Re: t5 - snapshot inside project

thnx, I tried building it but build fails: E:\_work\java\lib_src\tapestry5\tapestry-component-report>mvn install [INFO] Scanning for projects... [INFO] [INFO] Building Tapestry Component Parameters Report [INFO]task

Re: T5 - Changing Locale

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 cooki

T4.1.1 - Portlet problem

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 por

Re: T5 - Changing Locale

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

Re: t5 - snapshot inside project

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 tapestry

T5 - Changing Locale

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 C

Re: T5 - Changing Locale

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

Re: t5 - snapshot inside project

when I add testng dependancy to all failng subprojects manualy mvn install fails fails stating that some tests failed, but I see no test errors Davor Hrg On 3/9/07, Davor Hrg <[EMAIL PROTECTED]> wrote: i tried it with: maven 2.0.4 nad 2.0.5 the same rror happens when running the mnv install f

Re: t5 - snapshot inside project

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 <[EM

Re: T5 Upload component?

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" i

Re: T5 Upload component?

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]persist="client" ?

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.

Re: [T5]persist="client" ?

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 - snapshot inside project

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 t

t5 - snapshot inside project

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 in

Re: Tapestry 4.1 to send email

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 fr

Re: Library error - component in component

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:

Shell output

Is it possible to remove: from shell component output? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]