Re: Event Handler Method

2011-04-25 Thread Howard Lewis Ship
You're better off looking at the framework's OnEventWorker class and seeing how that operates. On Sun, Apr 24, 2011 at 10:47 PM, Moritz Gmelin moritz.gme...@gmx.de wrote: Hi, If I have an event link for a request. I can find the target component (with its proper class) with the

Re: Tapestry 5: @Property object is null when using in onActivate

2011-04-25 Thread Taha Hafeez
Why would you return an object from onActivate. You only do that when you want to redirect to some other page instead of rendering the same page. Don't return any thing and it will work fine regards Taha On Mon, Apr 25, 2011 at 11:06 AM, cablepuff cablep...@gmail.com wrote: public Object

Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Massimo Lusetti
On Sun, Apr 24, 2011 at 9:20 PM, Joakim Olsson joa...@unbound.se wrote: It's not much but I hope it can be of use. OH it's nice... thanks. Just one question: Why do you choose to not declare your Module class in the manifest file? Cheers -- Massimo http://meridio.blogspot.com

Re: IOC Setter injection

2011-04-25 Thread Denis Stepanov
I haven't found any code related to setter injection. I'm researching if it is possible to convert some old spring beans into using Tapestry IOC without a lot of work. Anonymous setter injection is the only way how to achieve it. Denis On 25.4.2011, at 2:24, Igor Drobiazko wrote: Actually

Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Joakim Olsson
Hi Massimo, Thank you. It's only a small change to the POM so of course I can make that change. I think I had some problem with it in another project when running from inside Eclipse though. It might have been the fact that maven-jar-plugin is not involved at all inside Eclipse and then there

Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Massimo Lusetti
On Mon, Apr 25, 2011 at 10:52 AM, Joakim Olsson joa...@unbound.se wrote: I'll try to come up with a solution that works for both cases. BTW mine was not a remark... just a question. Cheers -- Massimo http://meridio.blogspot.com

Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Joakim Olsson
No problem. I'll try to come up with a solution anyway. I now it itched a bit when I had the problem the first time but not enough to solve it then. :-) /Joakim On Mon, Apr 25, 2011 at 11:11 AM, Massimo Lusetti mluse...@gmail.com wrote: On Mon, Apr 25, 2011 at 10:52 AM, Joakim Olsson

Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Joakim Olsson
Ok. Version 1.2 of tapestry-breadcrumbs released with a manifest with the Tapestry-Module-Classes specified. A @SubModule is no longer needed in your apps module-class. it was as simple as creating the manifest-file and then telling maven-jar-plugin to use that file as it's base manifest. Time to

Re: Link to root

2011-04-25 Thread Thiago H. de Paula Figueiredo
On Sun, 24 Apr 2011 23:05:02 -0300, Mark mark-li...@xeric.net wrote: Thanks Brian and Taha. I know I can build what I need by combining both of your suggestions. I wanted to make sure there wasn't a simple way to get what I wanted without needing to build it manually, but it doesn't

Re: Blog Post: Tapestry Magic #1

2011-04-25 Thread Taha Hafeez
And another one http://tawus.wordpress.com/2011/04/25/tapestry-magic-6-environment/ regards Taha On Sat, Apr 23, 2011 at 6:37 PM, Adam Zimowski zimowsk...@gmail.com wrote: Make sure to update Tapestry WIKI with these links. Those are precious articles. On Sat, Apr 23, 2011 at 7:59 AM, Taha

testng.xml and selenium

2011-04-25 Thread Mark
Selenium in tapestry-test seems to have problems with Firefox 4 on OS X. I'm trying to use Google chrome instead. The documentation seems to imply that we can set tapestry.browser-start-command in the testng.xml file to use a different browser for selenium tests. However, the testng.xml file

Re: testng.xml and selenium

2011-04-25 Thread Howard Lewis Ship
What version of Tapestry? This was in flux in 5.1 and 5.2. On Mon, Apr 25, 2011 at 9:45 AM, Mark mark-li...@xeric.net wrote: Selenium in tapestry-test seems to have problems with Firefox 4 on OS X. I'm trying to use Google chrome instead. The documentation seems to imply that we can set

Re: testng.xml and selenium

2011-04-25 Thread Mark
I've tried it with 5.2.4, 5.2.5 and 5.3.0-SNAPSHOT. It tries to use Firefox 4 and hangs. parameter name=tapestry.browser-start- command value=*googlechrome/ Doesn't seem to change anything and neither does: parameter name=tapestry.browser-start- command value=*safari/ Mark On Mon, Apr 25, 2011

Re: testng.xml and selenium

2011-04-25 Thread Alex Kotchnev
This is likely to be a problem w/ Selenium RC itself - I know that for a totally unrelated project I had to edit the files in selenium RC jar to make it support firefox 4.0 - http://www.qaautomation.net/?p=245 Cheers, Alex K On Mon, Apr 25, 2011 at 12:59 PM, Mark mark-li...@xeric.net wrote:

Re: T5: select zone update in a form

2011-04-25 Thread Adam Zimowski
After more debugging, the problem seems to be with Tapestry's IdAllocator and how it generates client side id's for select components, particularly when Zone is updated. In this case, what happens is that every time I update zone while form is in error, the ID of my select changes with

Re: testng.xml and selenium

2011-04-25 Thread Mark
Thanks Alex. I've seen this issue and I'm assuming it will be fixed when tapestry-test switches to the 2.0 version of Selenium. But if I should be able to just switch to Google Chrome by changing the setting in testng.xml I'd rather just do that so I'm not relying on a modified version of the

Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Massimo Lusetti
On Mon, Apr 25, 2011 at 12:37 PM, Joakim Olsson joa...@unbound.se wrote: Ok. Version 1.2 of tapestry-breadcrumbs released with a manifest with the Tapestry-Module-Classes specified. A @SubModule is no longer needed in your apps module-class. I see 'someone' firing an issue again about

Re: [ANN] tapestry-breadcrumbs

2011-04-25 Thread Joakim Olsson
Yeah, just pushed the change but I think I'll wait a little while before I release a new version in case other issues are raised. :-) /Joakim On Mon, Apr 25, 2011 at 7:53 PM, Massimo Lusetti mluse...@gmail.com wrote: On Mon, Apr 25, 2011 at 12:37 PM, Joakim Olsson joa...@unbound.se wrote: