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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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?
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.
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
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
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
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
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:
Is it possible to remove:
from shell component output?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
36 matches
Mail list logo