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

2013-07-04 Thread George Ludwig
Thiago, You're definitely right, it's now a JS issue. I figured out that somehow I had downloaded a garbled sigma.parseGexf.js file, which was part of the problem. Quick javascript question: when I pass the filename for parsing to the gexf parser, I currently pass it with relationship to the weba

Re: Tapestry 4 - Rewind Error

2013-07-04 Thread Thiago H de Paula Figueiredo
Hi! As far as I can remember, the rewind phase happens when an event request is received. Tapestry renders the page again, without outputting any HTML, to restore the page state (i.e. their fields) to what it was while the real rendering happened. The hint is to check whether the current

Tapestry 4 - Rewind Error

2013-07-04 Thread Stephen Munro
Hello, I am having an issue with a Tapestry 4 page, which comprises of a fairly large form build up with conditional elements. The problem is that when I click the submit button, the application crashes with the following: 'Rewind of form expected only 0 form elements, but an additional id was r

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

2013-07-04 Thread Thiago H de Paula Figueiredo
Uncaught SyntaxError: Unexpected token < sigma.parseGexf.js:3 Uncaught TypeError: Object # has no method 'parseGexf' tap5-sigma.js:24 Are you sure sigma.parseGexf.js is correct? What's in line 24 of tap5-sigma.js? Anyway, it seems that now this error is completely about Sigma and JavaScrip