Re: guidance with integrating yet another js library as custom component

2013-07-03 Thread George Ludwig
I'm at a point where it seems to me that it really should be working, yet I get this error in the javascript console: Uncaught SyntaxError: Unexpected token < sigma.parseGexf.js:3 Uncaught TypeError: Object # has no method 'parseGexf' tap5-sigma.js:24 The method it can't find, parseGexf, is in th

Re: HTTPS ActionLink not behaving properly

2013-07-03 Thread George Christman
Thanks Guys, it actually ended up being much simpler, I just needed to specify HOSTPORT_SECURE in my config as port 443 and and HOSTPORT as 80. This seems to have resolved my problem. On Tue, Jul 2, 2013 at 5:42 PM, Kalle Korhonen wrote: > Or, just provide values for the HOST* symbols, see > > ht

Re: T5.3: @PageReset for components?

2013-07-03 Thread Boris Horvat
As far as I know components should be rested by default. Any field marked with @Parameter annotation will be reloaded so to say. Someone correct me if I am wrong On Wed, Jul 3, 2013 at 3:51 PM, Dmitriy Vsekhvalnov wrote: > Reset component state when page accessed for the first time. > > Let's s

Re: tapestry-bootstrap repository issue

2013-07-03 Thread Kalle Korhonen
On Wed, Jul 3, 2013 at 8:54 AM, Chris Cureau wrote: > Apparently, the issue goes away if I manually add tapestry5-jquery before > attempting to add tapestry-bootstrap. Maybe the whole issue is that > tapestry5-jquery isn't in the main Maven repo and its doing its best to > pull from there. Live

Re: tapestry-bootstrap repository issue

2013-07-03 Thread Chris Cureau
Kalle, Thanks for letting me know. I knew that they weren't Apache projects...and I already know which version of Tapestry I want to use. Apparently, the issue goes away if I manually add tapestry5-jquery before attempting to add tapestry-bootstrap. Maybe the whole issue is that tapestry5-jquer

Re: tapestry-bootstrap repository issue

2013-07-03 Thread Kalle Korhonen
The repo for tapestry5-jquery is http://nexus.devlab722.net/nexus/content/repositories/releases, it says so right there on the front page of https://github.com/got5/tapestry5-jquery. Now, neither tapestry-bootstrap (this one right? https://github.com/trsvax/tapestry-bootstrap) nor tapestry5-jquery

Re: T5.3: @PageReset for components?

2013-07-03 Thread Dmitriy Vsekhvalnov
Reset component state when page accessed for the first time. Let's say i have pager component, when page is accessed for the first time i want to reset number of results and page index to default values. On Wed, Jul 3, 2013 at 5:42 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: >

Re: T5.3: @PageReset for components?

2013-07-03 Thread Thiago H de Paula Figueiredo
On Wed, 03 Jul 2013 09:41:30 -0300, Dmitriy Vsekhvalnov wrote: any kind of analog? What exactly are you trying to do? On Wed, Jul 3, 2013 at 4:27 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: On Wed, 03 Jul 2013 09:09:23 -0300, Dmitriy Vsekhvalnov < dvsekhval...@gmail.c

tapestry-bootstrap repository issue

2013-07-03 Thread Chris Cureau
I got a strange error from Eclipse this morning when trying to add tapestry-bootstrap to my pom... ArtifactDescriptorException: Failed to read artifact descriptor for org.got5:tapestry5-jquery:jar:3.2.1: ArtifactResolutionException: Failure to transfer org.got5:tapestry5-jquery:pom:3.2.1 from http

Re: Event Bubbling not working

2013-07-03 Thread Lance Java
Thanks guys, I think I might be able to handle the event in the pager. Ultimately the event needs to update a binding (the current page) and return the zone body to be rendered. I can probably pass the binding and the zone in the PagerContainerModel environmental. It's a bit messy but should work.

Re: T5.3: @PageReset for components?

2013-07-03 Thread Dmitriy Vsekhvalnov
any kind of analog? On Wed, Jul 3, 2013 at 4:27 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 03 Jul 2013 09:09:23 -0300, Dmitriy Vsekhvalnov < > dvsekhval...@gmail.com> wrote: > > Hello, >> > > Hi! > > > is @PageReset works for components? I can see method pageReset()

Re: T5.3: @PageReset for components?

2013-07-03 Thread Thiago H de Paula Figueiredo
On Wed, 03 Jul 2013 09:09:23 -0300, Dmitriy Vsekhvalnov wrote: Hello, Hi! is @PageReset works for components? I can see method pageReset() is called on my page, but never on embedded components. As the name says, no. -- Thiago H. de Paula Figueiredo --

T5.3: @PageReset for components?

2013-07-03 Thread Dmitriy Vsekhvalnov
Hello, is @PageReset works for components? I can see method pageReset() is called on my page, but never on embedded components. Thanks.

Re: Event Bubbling not working

2013-07-03 Thread Thiago H de Paula Figueiredo
On Tue, 02 Jul 2013 17:08:24 -0300, Lance Java wrote: Ah, gotcha. Can you elaborate on this complicated logic? Hmm, that complicated logic will be complicated. :P Tapestry has basically three ways of passing data between components, mixins and pages: 1) Component and mixin parameters (t