Re: Upgrade pains 5.0.15

2008-09-23 Thread Howard Lewis Ship
Previously, this was a warning but warnings just get ignored. I'm gradually switching a lot of logged warnings over to errors (thrown exceptions). And yes, @Environmental does not make sense combined with @Persist. On Mon, Sep 22, 2008 at 9:32 AM, Filip S. Adamsen <[EMAIL PROTECTED]> wrote: > Hi

RE: T4.1:Event connect strangness

2008-09-23 Thread Craig Spry
Thanks for that. It wasn't included, it is now and all is working. Craig -Original Message- From: Andreas Andreou [mailto:[EMAIL PROTECTED] Sent: Wednesday, 24 September 2008 3:18 PM To: Tapestry users Subject: Re: T4.1:Event connect strangness is the above script included in the ajax r

Re: T4.1:Event connect strangness

2008-09-23 Thread Andreas Andreou
is the above script included in the ajax response? Since the form is submitted and the new form markup replaces the old one, the (new) taskSelect will not be monitored for changes On Wed, Sep 24, 2008 at 7:32 AM, Craig Spry <[EMAIL PROTECTED]> wrote: > Hello List, > > I have a form with a @Proper

T5 howto access an instance of Autocompleter

2008-09-23 Thread Joosts Mailing lists
Hi, I'm trying to get my hands on an instance of the Autocompleter object but without any luck. Maybe I'm missing something but wouldn't it be nice if taptesty added the actual Autocompleter to the field as a variable. Currently it does: new Ajax.Autocompleter('myFieldId'}); Can we not do so

T4.1:Event connect strangness

2008-09-23 Thread Craig Spry
Hello List, I have a form with a @PropertySelection component in it, when this changes some elements on the page change. The HTML looks like this: This is being listed to by a method like this: @EventLis

Re: t4 put .html .page in other folder

2008-09-23 Thread Andreas Andreou
Define it in your .application, see: http://tapestry.apache.org/tapestry4/UsersGuide/spec.html#spec.page Also take a look at the wiki, esp. http://wiki.apache.org/tapestry/HowTos On Tue, Sep 23, 2008 at 1:26 PM, michael lim <[EMAIL PROTECTED]> wrote: > on my tapestry 4, normally i will put .html

Autocomplete Submit On Select [T5]

2008-09-23 Thread daniel_jones
Hi, I am using Tapestry 5.0.14 I have an AutoComplete component which is working fine, although I would like the form to be submitted when the user selects a value from the list with the mouse, I want hitting the enter key to work in the same way! Any help is much appreciated, Cheers, Dan --

t5.0.15 datefield

2008-09-23 Thread Luca Menegus
Hi all, don't know if this has been already reported but the new datefield component's not working for me. The problem seems to lie in the onParse methos of the org.apache.tapestry5.corelib.components.DateField class which reads: JSONObject onParse() { String input = request.getPara

Re: UploadedFile causes JVM to Terminate

2008-09-23 Thread Keith Bottner
I don't have one available to me at the moment. I thought I would try to see if anyone else was having the problem to try to determine my next direction. Keith On Sep 23, 2008, at 3:45 PM, Filip S. Adamsen wrote: Ouch... well, I've got no idea what that could be to be honest. Have you tri

Re: UploadedFile causes JVM to Terminate

2008-09-23 Thread Filip S. Adamsen
Ouch... well, I've got no idea what that could be to be honest. Have you tried running the code on another system? -Filip On 2008-09-23 22:16, Keith Bottner wrote: Don't know that it will help but here is the OS Report Process: java [2673] Path: /System/Library/Frameworks/

Re: UploadedFile causes JVM to Terminate

2008-09-23 Thread Keith Bottner
Don't know that it will help but here is the OS Report Process: java [2673] Path:/System/Library/Frameworks/JavaVM.framework/Versions/ 1.5.0/Home/bin/java Identifier: java Version: ??? (???) Code Type: X86 (Native) Parent Process: eclipse [341] Date/Time

Re: Overriding a render phase method

2008-09-23 Thread Filip S. Adamsen
Well... You could try this: ; ${value} That's what I use. -Filip On 2008-09-23 21:58, Blower, Andy wrote: Thanks Filip, I'll try and raise an enhancement request when I get a spare 10 mins. I've just been trying to do this using composition. I keep getting errors with render

RE: Overriding a render phase method

2008-09-23 Thread Blower, Andy
Thanks Filip, I'll try and raise an enhancement request when I get a spare 10 mins. I've just been trying to do this using composition. I keep getting errors with render variables, and I really don't have time to track this down. It's pretty silly that I've spent probably two hours trying to us

Re: Overriding a render phase method

2008-09-23 Thread Filip S. Adamsen
Hi Andy, I totally agree on first and last parameters. As it is now, I'm using if-else components pretty much everywhere. =/ You'd have my vote on a JIRA issue. -Filip On 2008-09-23 21:12, Blower, Andy wrote: To be honest I think the standard loop component would benefit from first & last

Re: UploadedFile causes JVM to Terminate

2008-09-23 Thread Filip S. Adamsen
Oops, forgot about that... well, any information you have would be useful. It's just weird. I can't see why this would crash the JVM... -Filip On 2008-09-23 20:57, Keith Bottner wrote: I do not get a Java stack dump since it exits the JVM it kills Tomcat and all logging so nothing is recorded.

Re: UploadedFile causes JVM to Terminate

2008-09-23 Thread Keith Bottner
I do not get a Java stack dump since it exits the JVM it kills Tomcat and all logging so nothing is recorded. I do get a window on Mac OS X with low level information if that is what you are looking for? Keith On Sep 23, 2008, at 1:33 PM, Filip S. Adamsen wrote: Hi Keith, That sounds weir

RE: Overriding a render phase method

2008-09-23 Thread Blower, Andy
Thank you Jonathan, that's very helpful - I must have seen the bug before as I've voted on it already, but I can't recall it. I hadn't even considered trying a mixin. Composition I'd discounted early because I was adding a single new parameter and never reconsidered after being unable to extend.

Re: UploadedFile causes JVM to Terminate

2008-09-23 Thread Filip S. Adamsen
Hi Keith, That sounds weird. Do you have a stack trace? -Filip On 2008-09-23 20:00, Keith Bottner wrote: Using Tapestry 5.0.14 Using Tomcat 6.0.13 Using Mac OS X 10.5.5, with JVM 1.5.0_13 I want to upload an image so I am using the UploadFile support that comes with Tapestry 5; however, afte

UploadedFile causes JVM to Terminate

2008-09-23 Thread Keith Bottner
Using Tapestry 5.0.14 Using Tomcat 6.0.13 Using Mac OS X 10.5.5, with JVM 1.5.0_13 I want to upload an image so I am using the UploadFile support that comes with Tapestry 5; however, after the file has been selected and the form submitted, and after the onValidateForm event occurs a severe

RE: Overriding a render phase method

2008-09-23 Thread Jonathan Barker
First, have a look at: https://issues.apache.org/jira/browse/TAP5-173 and then vote for it. Sorry, no pearls of wisdom beyond that. > -Original Message- > From: Blower, Andy [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 23, 2008 12:44 > To: 'Tapestry users' > Subject: RE: Overri

RE: Overriding a render phase method

2008-09-23 Thread Blower, Andy
Sorry to 'bump' this, but I'd really like some guidance/opinions. > -Original Message- > From: Blower, Andy > Sent: 17 September 2008 11:30 > To: 'Tapestry users' > Subject: Overriding a render phase method > > From the T5 documentation: > > "When a sub-class overrides an render phase meth

RE: Problem with getPage of ComponentSource(5.0.15-SNAPSHOT)

2008-09-23 Thread Blower, Andy
Looks like TAP5-132 was raised and fixed in .16-SNAPSHOT, my team had this issue today when we tried going from .14 -> .15 > -Original Message- > From: faramos [mailto:[EMAIL PROTECTED] > Sent: 23 September 2008 05:57 > To: users@tapestry.apache.org > Subject: Problem with getPage of Comp

announce wiki article

2008-09-23 Thread Davor Hrg
I've made an wiki article after a long time http://wiki.apache.org/tapestry/Tapestry5HowToWorkQueue it is an another example of working with threads in tapestry any suggestions are welcome -- Davor Hrg

Re: Integration with GWT

2008-09-23 Thread Szemere Szemere
We integrated GWT in Tapestry in a basic but effective fashion. Tapestry does the "single click then display page" stuff and GWT does the interactive application functionality. We treat GWT and Tapestry as separate projects, so the integration is light. Tapestry has a template page wrapper around

Re: NPE when trying to contribute ServletContextSymbolProvider to SymbolSource (WAS: Re: Page pool hard limit and page instance usage)

2008-09-23 Thread Ulrich Stärk
I even removed the RequestFilter, AppligationGlobals.getServletContext() still returns null. Uli Am Di, 23.09.2008, 14:42, schrieb Peter Stavrinides: > This seems to be the same bug that existed a while bug, change your > RequestFilter to a Dispatcher and see if it works. > > - Original Messa

Re: Upgrade from T4 to T4.1: Javascript problem

2008-09-23 Thread Matt Brock
It doesn't sound like you're overriding the ajaxDelegate properly. In case you don't already know (and for posterity if anyone else decides to do this), you have to implement your own Ajax delegate factory (and config it correctly in hivemodule), then provide a javascript interface to the built-i

Re: [T5] - XHtml - wiki info outdated

2008-09-23 Thread Luther Baker
I didn't add it to the wiki ... my solution is in this forum. http://www.nabble.com/I%27d-like-to-generate-valid-XHTML-to19247190s302.html#a19247190 There are several branches in this thread, I'm referring to this one: Post: Luther Baker Sep 12, 2008; 01:21am Hth, -Luther On Tue, Sep 23, 2008

Re: [T5] - XHtml - wiki info outdated

2008-09-23 Thread Andy Pahne
Which page do you mean? A search for xhtml only produces the link I mentioned in my first post. And that page was edited the last time four months ago... Luther Baker schrieb: I've posted a solution based on the wiki last week sometime (based on 5.0.14). Did 5.0.15 obviate that solution?

Re: [T5] - XHtml - wiki info outdated

2008-09-23 Thread Luther Baker
I've posted a solution based on the wiki last week sometime (based on 5.0.14). Did 5.0.15 obviate that solution? or has anyone had problems with it? I wouldn't suggest it is complete as I am fairly new and there may be something I am missing - I just pulled a few resources together and it seemed t

[T5] - XHtml - wiki info outdated

2008-09-23 Thread Andy Pahne
How do I make T 5.0.15 emit XHTML? The Howto at http://wiki.apache.org/tapestry/Tapestry5HowToXhtml is outdated, because MarkupWriterFactory now has another method that is not mentioned in the wiki: public MarkupWriter newMarkupWriter(String pageName); I tried the very same implementa

Re: NPE when trying to contribute ServletContextSymbolProvider to SymbolSource (WAS: Re: Page pool hard limit and page instance usage)

2008-09-23 Thread Peter Stavrinides
This seems to be the same bug that existed a while bug, change your RequestFilter to a Dispatcher and see if it works. - Original Message - From: "Ulrich Stärk" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Tuesday, 23 September, 2008 2:15:18 PM GMT +02:00 Athens, Beirut, Bucharest, Is

tapestry5, GRID and pagelink javascript error in IE6

2008-09-23 Thread Argo Vilberg
hello If i use ie6 and tapestry5 grid with page navigation links and ie6 has vertical and horisontal navigation bars and if i move mouser over grid pagelink 1,2,3 then appers double vert-horisontal navigation bars and picture is completely messy. You can see this in my attachemt file. Any idea

Re: Call Javascript After Request Processing

2008-09-23 Thread Alexey Frishman
Hey, guys, nobody knows how to do this? I already see @OnEvent annotation, it has an ability to invoke callback Javascript function. But this can be applied to one value only, and I need to invoke Javascript after AJAX form processing. Is it possible? I think, it's very useful feature, strange th

Re: NPE when trying to contribute ServletContextSymbolProvider to SymbolSource (WAS: Re: Page pool hard limit and page instance usage)

2008-09-23 Thread Ulrich Stärk
Yes, I am. Uli Am Di, 23.09.2008, 13:00, schrieb Peter Stavrinides: > Ulrich are you using a RequestFilter? > > > - Original Message - > From: "Peter Stavrinides" <[EMAIL PROTECTED]> > To: "Tapestry users" > Sent: Tuesday, 23 September, 2008 1:45:49 PM GMT +02:00 Athens, Beirut, > Buchar

Re: NPE when trying to contribute ServletContextSymbolProvider to SymbolSource (WAS: Re: Page pool hard limit and page instance usage)

2008-09-23 Thread Peter Stavrinides
Ulrich are you using a RequestFilter? - Original Message - From: "Peter Stavrinides" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Tuesday, 23 September, 2008 1:45:49 PM GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: NPE when trying to contribute ServletContextSymbolProvid

Re: NPE when trying to contribute ServletContextSymbolProvider to SymbolSource (WAS: Re: Page pool hard limit and page instance usage)

2008-09-23 Thread Peter Stavrinides
I have looked at this a little more and it seems it is indeed a bug, I get a similar problem with code that works in the previous release. - Original Message - From: "Ulrich Stärk" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Tuesday, 23 September, 2008 11:22:30 AM GMT +02:00 Athens, B

t4 put .html .page in other folder

2008-09-23 Thread michael lim
on my tapestry 4, normally i will put .html .page in /web-inf/* folder. can i put in /web-inf/test/* or /web-inf/abc/* ? what files I need to configure ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: how to deploy vine toolkit with liferay ??

2008-09-23 Thread Ulrich Stärk
Wrong mailing list. This one is about the Tapestry web development framework (as the word Tapestry in the mailing list address might indicate). Uli Am Di, 23.09.2008, 12:10, schrieb shashik: > > hi friends, > > i want to install vine toolkit on liferay.and on the gridsphere web site > is > mantio

how to deploy vine toolkit with liferay ??

2008-09-23 Thread shashik
hi friends, i want to install vine toolkit on liferay.and on the gridsphere web site is mantion that vine is supported by liferay so please any one help me how can i deploy vine on lifaray. vine toolkit is available on this link:- http://www.gridsphere.org/gridsphere/gridsphere/guest/vine/r/ T

Re: Editing a collection

2008-09-23 Thread Grigoris Ioannou
Same problem here. I have a reservation form where the number of the guests is variable. So, in my CustomerDetails.tml I have inside a form: Name

Re: NPE when trying to contribute ServletContextSymbolProvider to SymbolSource (WAS: Re: Page pool hard limit and page instance usage)

2008-09-23 Thread Ulrich Stärk
I'm not sure if we are doing everything right. I hoped to hear something from Howard or someone else who knows the matter before opening an issue on this. Cheers, Uli Am Di, 23.09.2008, 07:47, schrieb 9902468: > > Should I add Jira about this? > > After all, it is pretty pointless to have this s

Re: Select components

2008-09-23 Thread Zlatko Kuvendziski
wow!! thanx a lot!! I think that this will work... I'll get beck to you to let you know... Marcelo Lotif wrote: It's possible if you use OnEvent mixin from t5components http://87.193.218.134:8080/t5c-demo/oneventpage there's a clue on how to do this in this thread http://www.nabble.com/T5: