Re: Does T5.0.3 support chinese??

2007-04-16 Thread Donyee
Thank you Nick! and I set in the *.html file。 2007/4/16, Nick Westgate <[EMAIL PROTECTED]>: > /*contributing a HttpServletRequestFilter */ ... > doesn't work! > Maybe something wrong! I didn't check to see why it doesn't work, but I've been looking into this issue too - for displaying Japanes

Re: [OT] mailing-list problems with GMail

2007-04-16 Thread Donyee
I got one lastnight! 2007/4/15, Jesse Kuhnert <[EMAIL PROTECTED]>: Not sure, but if I were a spam blocking program I'd view your all numeric email address as highly suspect. On 4/15/07, Koka Kiknadze <[EMAIL PROTECTED]> wrote: > > Occasionally when trying to post reply I recieve > > Delivery to

RE: Tap 4.1.1: Unable to add clientId() method

2007-04-16 Thread Robert J. Walker
Figured out why it's happening. Any page that has a form on it and a method called getOrg() will crash. Details in JIRA: https://issues.apache.org/jira/browse/TAPESTRY-1415. Robert J. Walker -Original Message- From: Robert J. Walker [mailto:[EMAIL PROTECTED] Sent: Monday, April 16, 2007

Re: Home page of application

2007-04-16 Thread Howard Lewis Ship
In T4: Get the "home" engine service, and have it provide you with the ILink. In t5: the URL is just the context path. On 4/15/07, soir <[EMAIL PROTECTED]> wrote: Hello, Could you tell me please, how do I make a link to home page of application, I mean the page assigned to "org.apache.tapes

Re: T5 block rendering

2007-04-16 Thread Howard Lewis Ship
Not quite following you there. I may have created a component as part of the test suite, kind of like T4's RenderBlock. On 4/16/07, Bill Holloway <[EMAIL PROTECTED]> wrote: I know that Foo! will work (and so will If...etc.). Am I just imagining or did I see somewhat a component? Bil

Re: "Could not find a strategy instance for class RubricSelectionModel" when working with PropertySelection component

2007-04-16 Thread nobody
#mypost3265 pre { font-size: 140%; border-style: outset; border-color: red; } I'm sure this post is useless for you, but I figured I should correct this anyway for others' reference. To be serializable, you should implement these 2 methods: private void writeObject(java.io.ObjectO

Tap 4.1.1: Unable to add clientId() method

2007-04-16 Thread Robert J. Walker
I've just created a new page and was trying it out and I got a bizarre error when calling cycle.getPage() to get a reference to the new page: org.apache.hivemind.ApplicationRuntimeException: Error at context:/WEB-INF/PasswordUpdate.page, line 3, column 69: Error adding property clientId to clas

RE: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Ben Dotte
Well we don't use the actual Tacos library right now. I just pulled enough of the Autocompleter out of Tacos to make it work on its own as a workaround for all these problems but I still can't get it to work in a loop. I don't think it would be worth posting the code and modifications to hivemodule

Re: Autocompleter -- javascript syntax error

2007-04-16 Thread Daniel Jue
Just to add some closure to this thread, I read in EWDT 2.1 that this is a bug in the dojo library. (Page 315) It can be disabled from printing on your page by using in the parent page. This is probably one of those things that are fixed in 4.1.2, or an updated dojo. I am using 4.1.1, because I

Re: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Chris Chiappone
I didn't see the tacos autocompeleter as a component in the Tacos 4.1.0 SNAPSHOT. Is it included? On 4/16/07, Ben Dotte <[EMAIL PROTECTED]> wrote: We too have had a lot of problems with the dojo-based Autocompleter that have led us to use the one from Tacos whenever possible. http://article.gm

RE: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Ben Dotte
We too have had a lot of problems with the dojo-based Autocompleter that have led us to use the one from Tacos whenever possible. http://article.gmane.org/gmane.comp.java.tapestry.user/45240/ http://issues.apache.org/jira/browse/TAPESTRY-1244 Ben -Original Message- From: Chris Chiappone

Re: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Chris Chiappone
I wouldn't mind finding out myself how to submit the value if its not highlighted, that used to be possible with the tacos:Autocompleter. On 4/16/07, Daniel Leffel <[EMAIL PROTECTED]> wrote: Unfortunately for me, sounds like that won't work for me. There are multiple items on the form and focus

Re: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Daniel Leffel
Unfortunately for me, sounds like that won't work for me. There are multiple items on the form and focus won't be on the AutoCompleter at the time of submit. On 4/16/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: I've done something similiar here. In my autoCompleteModel I basically return the

Re: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Chris Chiappone
I've done something similiar here. In my autoCompleteModel I basically return the search result in the getValues() method if no matches get returned. Seems to work the only problem is that if the user doesn't have the option highlighted it ends up being null, which happens if they use the mouse

Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Daniel Leffel
Sorry for what is likely an easy question. I'm having users use an AutoCompleter to select something (in this case wine). I've turned off the forceValid option with the intent of adding the input as a new value if it doesn't match the list. How do I access the value that a user input when it doe

T5 block rendering

2007-04-16 Thread Bill Holloway
I know that Foo! will work (and so will If...etc.). Am I just imagining or did I see somewhat a component? Bill -- "The future is here. It's just not evenly distributed yet." -- Traditional - To unsubscribe, e-ma

Tapestry jobs in the NYC area

2007-04-16 Thread Eric Schneider
Hi, Let me start saying I am not a recruiter, but a developer. My current company is interested in hiring developers with solid Tapestry experience (consulting or full-time). The positions are on site here in New York City and applicants must be U.S. citizens (sorry, I wish this wasn't the case

Re: Trouble reading a file with relative paths

2007-04-16 Thread Jesse Kuhnert
Upgrade to 4.1.2 where asset path resolutions are more deterministic. On 4/16/07, Peter Stavrinides <[EMAIL PROTECTED]> wrote: Hi Everyone, In my application (Tap 4.1.1) I am trying to implement a parser to parse an xml file, which works well enough with an absolute path, but when I retrieve t

Re: Does T5.0.3 support chinese??

2007-04-16 Thread Nick Westgate
> /*contributing a HttpServletRequestFilter */ ... > doesn't work! > Maybe something wrong! I didn't check to see why it doesn't work, but I've been looking into this issue too - for displaying Japanese. The HttpServletRequestFilter approach is not the best way to go about this, because it handl

Re: tapestry 4.0.2: How do I get a new page object?

2007-04-16 Thread Christian Haselbach
Quoting Karthik N <[EMAIL PROTECTED]>: I have a requirement however where I want newPage to be a different instance than this In that case you should probably rethink the requirement. Why do you want to have a different instance? The concept of the page is that you have an instance to render f

tapestry 4.0.2: How do I get a new page object?

2007-04-16 Thread Karthik N
Hi, While I am in a page "Page1" listener method and when I execute the following code: newPage = currentPage.getRequestCycle().getPage("Page1" ); I find that newPage and this page are both the same object i.e. System.out.println( newPage == this ); evals to true I have a req

http://wiki.apache.org/tapestry/Tapestry4Spring - JarekWoloszyn's solution for tapestry 4 on version 4.1.1

2007-04-16 Thread Gareth
Hi, Following instructions on the Wiki seemed a good way to get my GUI interfacing onto hibernate instead of "inMemory" collections that I have been using to build it so far, but I've run into a problem with I believe hivemind with which I'd be grateful of a little help. Many Thanks. The sol

Re: Event bubbling in IE doesn't work

2007-04-16 Thread Diego
On 4/13/07, Kristian Marinkovic <[EMAIL PROTECTED]> wrote: ... maybe ff and ie handle this scenario differently... i'll test it and report my results on monday :) another solution would be to have a small script in place (onclick) that checks the incoming events on the div node and triggers th

Trouble reading a file with relative paths

2007-04-16 Thread Peter Stavrinides
Hi Everyone, In my application (Tap 4.1.1) I am trying to implement a parser to parse an xml file, which works well enough with an absolute path, but when I retrieve the file using a relative path Tapestry returns an empty java.io.ByteArrayInputStream. If the path is specified incorrectly an

Re: T5: Question for ApplicationState.

2007-04-16 Thread Sabine K.
Ups, already found the answer in another thread. Next time i use the search :) Sabine K. wrote: > > In the core is written: "Any other component or page that declares a field > of the same type, regardless of name, and marks it with the > ApplicationState annotation will share the same value.

T5: Question for ApplicationState.

2007-04-16 Thread Sabine K.
In the core is written: "Any other component or page that declares a field of the same type, regardless of name, and marks it with the ApplicationState annotation will share the same value. It's that simple." Does that means that these both: @ApplicationState private String currentPage; @Applic

Re: Tapestry 5 Redirects

2007-04-16 Thread Massimo Lusetti
On 4/15/07, kranga <[EMAIL PROTECTED]> wrote: Why do you need numbers to understand that an extra redirect adds to rendering delay? I can understand that but i would like to have an evidence that that is causing performance problems. On storing values in session, why should I be forced to us

Home page of application

2007-04-16 Thread soir
Hello, Could you tell me please, how do I make a link to home page of application, I mean the page assigned to "org.apache.tapestry.home-page" variable. Thank you in advice, Igor -- View this message in context: http://www.nabble.com/Home-page-of-application-tf3582700.html#a10011122 Sent from