Re: Fw: Tacos:Autocompleter , problem with UTF-8 encoding for non latin characters

2007-04-23 Thread Inge Solvoll
Hi! We had this problem, and we solved it by setting the correct UriEncoding for tomcat: http://tomcat.apache.org/faq/connectors.html#utf8 Hope this helps! On 4/7/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I'm running on empty, but I think you play with the hivemind configuration point lo

Re: T5: Spring Integration Issue

2007-04-23 Thread Massimo Lusetti
On 4/24/07, Matt Welch <[EMAIL PROTECTED]> wrote: I'm sure I must be doing something wrong, but for lthe life of me, I can't figure out what it is. I'm not trying anything complicated. I've confirmed that my Spring beans are accessible in my webapp so I know the Spring part of my configuration

Re: T5: Spring Integration Issue

2007-04-23 Thread 蝈蝈龙
If you develop base on Tapestry 5.0.3 Please use @Inject("Spring:groupRepository") Instead of @Inject @SpringBean("groupRepository") 'groupRepository' is just your the bean id defined in your spring's configuration file. This is my first to answer question in mail list . I have never

Re: T5: Spring Integration Issue

2007-04-23 Thread Nick Westgate
Hmm, I'm not sure which way the docs are out of sync - future or past. http://tapestry.apache.org/tapestry5/tapestry-spring/ You'll see further down the page after the example it mentions "Spring:UserDAO". That's what I'm using with 5.0.3 SNAPSHOT and it works. Try @Inject("spring:groupRepos

Re: Specify where to find the HTML templates

2007-04-23 Thread Manri Offermann
Hi, how about ITemplateSourceDelegate: org.apache.tapestry. template-source-delegate or you could modify the specification resolver delegate like this example: http://wiki.apache.org/tapestry/SpeclessPagesInWEB-INF Regards, Manri mateamargo wrote: Manri Offermann-3 wrote: Hi, You can

T5: Spring Integration Issue

2007-04-23 Thread Matt Welch
I'm sure I must be doing something wrong, but for lthe life of me, I can't figure out what it is. I'm not trying anything complicated. I've confirmed that my Spring beans are accessible in my webapp so I know the Spring part of my configuration is correct. Here's how I'm trying to inject the Spri

Re: Hivemind eager loading of a service which references tapestry services is not possible

2007-04-23 Thread Paul Stanton
Thanks Howard, I've altered the 'contribution element to the following: configuration-id="tapestry.init.ApplicationSpecificationInitializer"> id="zzz" object="service:application.zzz"/> But now I get the error message: org.apache.hivemind.ApplicationRuntimeException: Error at context:/WE

Re: Tapestry Forum

2007-04-23 Thread Paul Stanton
Kalle, Each to their own I guess, if you aren't interested by all means ignore. I am not trying to spam the list, just trying to build on the tapestry community. Personally I think forums are a more usable medium that mailing lists for a number of reasons. eg: * It is easier for new users t

Re: Tapestry Forum

2007-04-23 Thread Kalle Korhonen
We have the mailing lists for questions, they are archived and searchable and we have the wiki which I regard as a much better place to store how-tos etc. and other more static information. What do we need the forums for? Kalle On 4/23/07, Paul Stanton <[EMAIL PROTECTED]> wrote: It would be gr

Tapestry Forum

2007-04-23 Thread Paul Stanton
It would be great to get a few of you over at http://www.tapestryforums.com/ I've signed up as a moderator to help out with the spam issues, but the place could really benefit from your knowledge. Paul. - To unsubscribe, e-

Re: T4: Request scoped ASO not possible?

2007-04-23 Thread Howard Lewis Ship
"request" is not implemented. You can achieve the same result by creating a HiveMind service with a "threaded" scope (i.e., one instance per thread). On 4/23/07, Kalle Korhonen <[EMAIL PROTECTED]> wrote: Hi all, when I tried: I get: Application object 'currentUser' references

T4: Request scoped ASO not possible?

2007-04-23 Thread Kalle Korhonen
Hi all, when I tried: I get: Application object 'currentUser' references uknown scope 'request' and has been ignored. Googling for state-object, some posts hint that request scope is there or could be easily implemented. You might ask why I'd want a request scope as the object isn't

Re: Anyone used Any Document Management System with Tapestry ?

2007-04-23 Thread sunilmanu
Thanks for the pointer.. I will definitely look into it !! - Sunil Robert Zeigler wrote: > > Have you looked at stitches? > http://stitches.authsum.org > > Robert > > On Apr 23, 2007, at 4/2310:25 AM , sunilmanu wrote: > >> >> Hi Everyone, >> >> Has anyone used any good opensource Document

Re: Tapestry 5 Component Inheritance and Performance

2007-04-23 Thread Howard Lewis Ship
Inheritance is often over-used in the Java world. The performance impact is quite minimal, nothing to be concerned about. Further, there are optimizations that can be made within framework code to further improve performance (at some point I'll see if they are necessary but I honestly think they

Tapestry 5 Component Inheritance and Performance

2007-04-23 Thread bjornharvold
Hi, This is a best practices question. What is the impact of component level inheritance as far as performance is concerned? Is the the best solution to keep components as flat as possible? Thanks bjorn -- View this message in context: http://www.nabble.com/Tapestry-5-Component-Inheritance-and

Taco Tree Tutorial/Sample ( working) developed based on a Table (ex: Employee Table)

2007-04-23 Thread tapuser
Hi, I am looking for a Taco Tree working sample to save some time. Could please provide a working sample if you have any. I tried to follow this example : http://tacoscomponents.jot.com/WikiHome/Tacos%20Tree%20Example Some of the details are not clear. Page implementation is given. Than

Re: Anyone used Any Document Management System with Tapestry ?

2007-04-23 Thread Robert Zeigler
Have you looked at stitches? http://stitches.authsum.org Robert On Apr 23, 2007, at 4/2310:25 AM , sunilmanu wrote: Hi Everyone, Has anyone used any good opensource Document Management System (DMS) integrated into Tapestry ? Some things to be accomplished with this are: - let the user uplo

Re: SOLUTION to BLOCKING: Tapestry-4.1.2-SNAPSHOT and ognl exp. parser

2007-04-23 Thread Andrea Chiumenti
done On 4/23/07, Andreas Andreou <[EMAIL PROTECTED]> wrote: jira ... a later ognl version may render this unneeded On 4/23/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: > > org/apache/tapestry/html/Relation.java > > line 113: > public abstract boolean getUseBody(); > must be > public abstrac

Re: SOLUTION to BLOCKING: Tapestry-4.1.2-SNAPSHOT and ognl exp. parser

2007-04-23 Thread Andreas Andreou
jira ... a later ognl version may render this unneeded On 4/23/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: org/apache/tapestry/html/Relation.java line 113: public abstract boolean getUseBody(); must be public abstract boolean isUseBody(); line 51: if (getUseBody() && getHref() == null) mu

SOLUTION to BLOCKING: Tapestry-4.1.2-SNAPSHOT and ognl exp. parser

2007-04-23 Thread Andrea Chiumenti
org/apache/tapestry/html/Relation.java line 113: public abstract boolean getUseBody(); must be public abstract boolean isUseBody(); line 51: if (getUseBody() && getHref() == null) must be if (isUseBody() && getHref() == null) do you want a jira with diff attached, or you can directly do the cha

Tapestry 4 Tutorial - the problem was fixed

2007-04-23 Thread Kolesnikov, Alexander GNI
DevShed were lightningly fast in fixing the problem, so here is the correct article for this week: http://www.devshed.com/c/a/Apache/Introducing-Simple-Components-in-Apach e-Tapestry/ Cheers, Alexander -- CONFIDENTIALI

Re: Tapestry-4.1.2-SNAPSHOT and ognl exp. parser

2007-04-23 Thread Andrea Chiumenti
when displaying the page this is the output: *type* Exception report *message* *description* *The server encountered an internal error () that prevented it from fulfilling this request.* *exception* javax.servlet.ServletException: org.apache.tapestry.services.impl.HiveMindExpressionCompiler.g

Anyone used Any Document Management System with Tapestry ?

2007-04-23 Thread sunilmanu
Hi Everyone, Has anyone used any good opensource Document Management System (DMS) integrated into Tapestry ? Some things to be accomplished with this are: - let the user upload documents (images, pdf, word document) and put notes about it - assign it to the department needed to work on - Classifi

Tapestry-4.1.2-SNAPSHOT and ognl exp. parser

2007-04-23 Thread Andrea Chiumenti
Hello, I've just upgraded to the latest snapshot: When running the demo I've this message: 23-apr-2007 16.53.47 org.apache.tapestry.error.RequestExceptionReporterImplreportRequestException AVVERTENZA: Unable to process client request: Unable to parse OGNL expression 'value': value org.apache.tape

Re: Specify where to find the HTML templates

2007-04-23 Thread mateamargo
Manri Offermann-3 wrote: > > Hi, > > You can use the ISpecificationResolverDelegate and specify where to find > the specs and htmls. Try something like this: > > http://wiki.apache.org/tapestry/PagesAndComponentsInWEB-INF > > Best regards, > > Manri > Hi, thanks for your answer. I'm look

Re: Hivemind eager loading of a service which references tapestry services is not possible

2007-04-23 Thread Howard Lewis Ship
What you do in this case, where you are reliant on information HiveMind doesn't have at Registry creation, is to hook into the ApplicationInitializers configuration point: http://tapestry.apache.org/tapestry4/tapestry/hivedocs/config/tapestry.init.ApplicationInitializers.html On 4/22/07, Paul St

Tapestry 4 Tutorial - issue 4 was published but messed up

2007-04-23 Thread Kolesnikov, Alexander GNI
For those who are following the tutorial: the fourth part of it was just published. But I have probably submitted too many articles as DevShed has published now the one that should have been published next. I am working with them now to overcome the problem. Anyway, here is the link to the new arti

Re: Does the form support utf-8? (T5)

2007-04-23 Thread Donyee
Thank you so much! Nick! I will try to dig the code! Cheers! 2007/4/23, Nick Westgate <[EMAIL PROTECTED]>: Hi Will. This isn't in T5 yet, but it can be added with a RequestFilter. In your AppModule.cpp add the code below. There may already be a "contributeRequestFilters" method, but it _must_

Re: Does the form support utf-8? (T5)

2007-04-23 Thread Nick Westgate
Hi Will. This isn't in T5 yet, but it can be added with a RequestFilter. In your AppModule.cpp add the code below. There may already be a "contributeRequestFilters" method, but it _must_ be renamed to "contributeRequestHandler". Note that the TimingFilter is optional - it is something already pr

LifeCycle annotation 4.0.1

2007-04-23 Thread Ken nashua
Can someone elaborate on this construct? It is poorly documented. Lifecycle.NONE Lifecycle.REQUEST Lifecycle.RENDER Lifecycle.PAGE Was this designed because the designer decided to invent sub life cycles to REQUEST? Here is a typical usage... @Bean(lifecycle = Lifecycle.REQUEST) public

Re: tapdoc execution

2007-04-23 Thread Andrea Chiumenti
oops dependency was missing into plugin, solved now ! On 4/23/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: this is a snippet of my pom: tapdoc site

Re: tapdoc execution

2007-04-23 Thread Andrea Chiumenti
this is a snippet of my pom: tapdoc site

Re: tapdoc execution

2007-04-23 Thread Andrea Chiumenti
yes, but I have this message /conf/tapdoc/build.xml:12: org.apache.hivemind.ApplicationRuntimeException: Could not parse specification classpath:/org/jfly/web/components/JFly.library but src/main/java/org/jfly/web/components/JFly.library is present the output message is: /home/kiuma/nbjfly/trun

Re: Upgrading Tapestry

2007-04-23 Thread James Sherwood
ring what people are using for Tapestry 4? Thanks, James - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] __ NOD32 2212 (20070423) Information __ This message was

getKeyProvider() not found in org.apache.tapestry.IDynamicInvoker

2007-04-23 Thread Borut Bolčina
In Friday my app worked, today I am getting a lot of errors. Maven pulled the latest tapestry 4.1.2 libs from the repos. javassist.compiler.CompileError getKeyProvider() not found in org.apache.tapestry.IDynamicInvoker Unable to parse OGNL expression 'async ? {keyProvider.getKey(value).toStrin

Upgrading Tapestry

2007-04-23 Thread James Sherwood
Hello, I am starting to upgrade to Tapestry 4 from 3 and noticed that spindle only supports 3. We use Eclipse/Spindle and I was wondering what people are using for Tapestry 4? Thanks, James - To unsubscribe, e-mail: [EM

Re: tapdoc execution

2007-04-23 Thread Andreas Andreou
http://tacos.svn.sourceforge.net/viewvc/tacos/tacos-4.1/trunk/tacos-core/pom.xml?view=markup in that way, mvn executes the related ant task On 4/23/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: Hello, how can I use tapdoc ? mvn thx, kiuma -- Andreas Andreou - [EMAIL PROTECTED] - h

tapdoc execution

2007-04-23 Thread Andrea Chiumenti
Hello, how can I use tapdoc ? mvn thx, kiuma

scope session help

2007-04-23 Thread Andrea Chiumenti
Hello, I've the following need I've a component that have a parameter that it's not necessarly bound to session scope. Is there a way to ma it bound to session whan managed by the component. i.e. I'd like this parameter to be boud to a property of the component that is session scoped. kiuma

Does the form support utf-8?

2007-04-23 Thread Donyee
Hey , may I ask another question? How to read a utf-8 char from the form? a TextField? I fill the form with a utf-8 char,then it couldn't display right! -- Chinese name:徐 依伟 English name: will

Re: Tapestry 5 and URL encoding

2007-04-23 Thread Hans Braxmeier
Hi Nick, Thanks, that was exactly what I was looking for. Hans On Mon, 23 Apr 2007, Nick Westgate wrote: > @Inject > private RequestGlobals _globals; > > Then you can use _globals.getHTTPServletRequest().getRequestURL() > and other methods from javax.servlet.http.HttpServletRequest.