Re: JQuery Datatable Bind Mixin

2013-09-09 Thread Barry Books
See the element parameter. It takes a jQuery selector On Mon, Sep 9, 2013 at 10:16 AM, john c wrote: > One more question with this jquery/bind mixin How can I make it apply > for the tbody only? Only the rows? I don't want the event to be fired > when clicking on a column name. It is in

Re: Eclipse Tapestry5 Plugin update

2013-09-09 Thread Nicolas Barrera
Excuse me, is this eclipse plugin different from the previous one discussed in this list? (that one was a google SoC project) can they operate simultaneously without problems? or shall I uninstall the previous prior to install this new one? thanks. Nicolás.- On Mon, Sep 9, 2013 at 4:07 PM, Dm

Re: Eclipse Tapestry5 Plugin update

2013-09-09 Thread Dmitry Gusev
This is the new one, separate project. They can work together, though there may be key binging conflict with CMD+R -- but eclipse supports this. On Mon, Sep 9, 2013 at 11:43 PM, Nicolas Barrera wrote: > Excuse me, is this eclipse plugin different from the previous one discussed > in this list?

Re: Eclipse Tapestry5 Plugin update

2013-09-09 Thread Dmitry Gusev
I have changed update site URL. Can you try with new one? https://dl.bintray.com/anjlab/eclipse-tapestry5-plugin On Mon, Sep 9, 2013 at 4:55 PM, Ville Virtanen < ville.virta...@orientimport.fi> wrote: > Hi, > > ** ** > > confirmed here too, I get > > ** ** > > ”Unable to read reposito

Re: Tapestry 5.2.5: Tapestry Exception "MarkupWriter.element() and not followed up with MarkupWriter.end()"

2013-09-09 Thread rukmini n
Hi all, I just removed this label tag from LoginComponent.tml, which was causing an exception, just to see if the page comes up. ${msg:common.formElement.EnterValidEmail} Now I get blank page, and no exceptions in the log. Can some one tell me whats going on here?.. Please help..

Re: JQuery Datatable Bind Mixin

2013-09-09 Thread john c
One more question with this jquery/bind mixin How can I make it apply for the tbody only?   Only the rows?   I don't want the event to be fired when clicking on a column name. It is interfering  with the sorting.    Thanks.      ...

VS: Eclipse Tapestry5 Plugin update

2013-09-09 Thread Ville Virtanen
Hi, confirmed here too, I get ”Unable to read repository at https://dl.bintray.com/anjlab/eclipse/content.xml. Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated” Can’t wait to try this out though! Ville Lähettäjä: Nathan Quirynen [mailto:nat...@pension

Re: Eclipse Tapestry5 Plugin update

2013-09-09 Thread Dmitry Gusev
Yes, Lance, but in this case you won't be able to update plugin, you will have to manually adding new update site URL every time new release published. On Mon, Sep 9, 2013 at 4:51 PM, Lance Java wrote: > NB Github projects can have releases. > > https://github.com/blog/1547-release-your-software

Re: Eclipse Tapestry5 Plugin update

2013-09-09 Thread Dmitry Gusev
I'm investigating this issue, it became broken for me too. Will write here about the results. On Mon, Sep 9, 2013 at 4:35 PM, Nathan Quirynen wrote: > Hey this looks great! > I'm having some problem though, when I tried to update the plugin I always > get a popup like following: > > *Please p

Re: Eclipse Tapestry5 Plugin update

2013-09-09 Thread Lance Java
NB Github projects can have releases. https://github.com/blog/1547-release-your-software

Re: [5.4] IE8 Zone Update Bug

2013-09-09 Thread Peter Hvass
Ah okay - specifically according to this Microsoft document; http://msdn.microsoft.com/en-us/library/ff460307(v=vs.85).aspx IE7 and IE8 do not support 'ownerNode'; the line causing issues in pageinit.js (line 31) goes return ss.ownerNode.rel. Document mentions that changing ownerNode to ow

[5.4] IE8 Zone Update Bug

2013-09-09 Thread Peter Hvass
Hi guys, I'm running into the following on IE8 when clicking a zoned eventlink; SCRIPT5007: Unable to get property 'rel' of undefined or null reference pageinit.js, line 31 character 9 Looks like it only affects IE8... wondering if anyone has any ideas? Thanks, Peter

Re: Eclipse Tapestry5 Plugin update

2013-09-09 Thread Nathan Quirynen
Hey this looks great! I'm having some problem though, when I tried to update the plugin I always get a popup like following: Please provide login details for dl.bintray.com: username: password: I don't know if this is a problem on my end

Re: Eclipse Tapestry5 Plugin update

2013-09-09 Thread Dmitry Gusev
On Mon, Sep 9, 2013 at 11:46 AM, Dmitry Gusev wrote: > Thanks, > > this is on my todo-list already, will try to work on this next weekend: > > > https://github.com/anjlab/eclipse-tapestry5-plugin/blob/master/com.anjlab.eclipse.tapestry5/src/com/anjlab/eclipse/tapestry5/views/TapestryContextView.ja

Re: Eclipse Tapestry5 Plugin update

2013-09-09 Thread Dmitry Gusev
Thanks, this is on my todo-list already, will try to work on this next weekend: https://github.com/anjlab/eclipse-tapestry5-plugin/blob/master/com.anjlab.eclipse.tapestry5/src/com/anjlab/eclipse/tapestry5/views/TapestryContextView.java#L65-L80 Just found few bugs when assets couldn't be resolved

Re: Eclipse Tapestry5 Plugin update

2013-09-09 Thread Lance Java
This looks excellent!!! It would be great if there was a simple way to create a .tml file for a .java file… perhaps right click -> new component template?