Re: T4.1.2 LinkSubmit stops working

2007-06-14 Thread Maksym Gryevtsov
I helped with error message, but LinkSubmit is still not working. But it works on some other pages. So I will investigate. I puzzle with this Shift+Reload, what does it mean?? Jessek wrote: > > Hold down the shift button and click on your browsers "reload page" button > with mouse. > > On 6/13

Re: T4.1.2 LinkSubmit stops working

2007-06-13 Thread Jesse Kuhnert
Hold down the shift button and click on your browsers "reload page" button with mouse. On 6/13/07, Maksym Gryevtsov <[EMAIL PROTECTED]> wrote: Thanks, I use this version. But I found small message at the end of all pages: FATAL exception raised: Could not load 'tapestry.html'; last tried '/_

Re: T4.1.2 LinkSubmit stops working

2007-06-13 Thread Maksym Gryevtsov
Thanks, I use this version. But I found small message at the end of all pages: FATAL exception raised: Could not load 'tapestry.html'; last tried '/__package__.js' Besides I have this errors in my log: 13:07:30,220 WARN [Asset] Classpath resource '/tapestry//html.js' does not exist. 13:07:30,

Re: T4.1.2 LinkSubmit stops working

2007-06-13 Thread Jesse Kuhnert
http://people.apache.org/repo/m2-snapshot-repository/org/apache/tapestry/ The very latest version being: http://people.apache.org/repo/m2-snapshot-repository/org/apache/tapestry/tapestry-framework/4.1.2-SNAPSHOT/tapestry-framework-4.1.2-20070613.173434-115.jar On 6/13/07, Maksym Gryevtsov <[EMAI

Re: T4.1.2 LinkSubmit stops working

2007-06-13 Thread Maksym Gryevtsov
Which maven repository do I have to use? Jessek wrote: > > Your "extract from new working page" shows a snippet of: > >>> >>> a href="javascript:tapestry.form.submit('taskForm', >>> 'transitionEndTaskLink');" id="transitionEndTaskLink" > > This means you aren't using the latest 4.1.2-SNA

Re: T4.1.2 LinkSubmit stops working

2007-06-13 Thread Jesse Kuhnert
Your "extract from new working page" shows a snippet of: a href="javascript:tapestry.form.submit('taskForm', 'transitionEndTaskLink');" id="transitionEndTaskLink" This means you aren't using the latest 4.1.2-SNAPSHOT. On 6/13/07, Maksym Gryevtsov <[EMAIL PROTECTED]> wrote: Old code is

Re: T4.1.2 LinkSubmit stops working

2007-06-13 Thread Maksym Gryevtsov
Old code is from 4.1.1; new one from the latest 4.1.2. When I click on a link, nothing happens Jessek wrote: > > This must be an "old" latest snapshot. The actual latest snapshot doesn't > render any javascript: statements in the href. I would double check to be > sure you really have the mos

Re: T4.1.2 LinkSubmit stops working

2007-06-13 Thread Jesse Kuhnert
This must be an "old" latest snapshot. The actual latest snapshot doesn't render any javascript: statements in the href. I would double check to be sure you really have the most current version. On 6/13/07, Maksym Gryevtsov <[EMAIL PROTECTED]> wrote: After upgrading to the latest SNAPSHOT al