Re: T4.1.2 LinkSubmit stops working

2007-06-14 Thread Maksym Gryevtsov
th 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'; la

Re: T4.1.2 LinkSubmit stops working

2007-06-13 Thread Maksym Gryevtsov
e/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 <[EMAIL PROTECTED]> wrote: >

Re: T4.1.2 LinkSubmit stops working

2007-06-13 Thread Maksym Gryevtsov
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 from 4.1.1; new one from the latest 4.1.2. When I click on a >> link, nothi

Re: T4.1.2 LinkSubmit stops working

2007-06-13 Thread Maksym Gryevtsov
t; sure you really have the most current version. > > On 6/13/07, Maksym Gryevtsov <[EMAIL PROTECTED]> wrote: >> >> >> After upgrading to the latest SNAPSHOT all LinkSubmit stop working. They >> just >> call nothing. It seems javascript issue. >

T4.1.2 LinkSubmit stops working

2007-06-13 Thread Maksym Gryevtsov
After upgrading to the latest SNAPSHOT all LinkSubmit stop working. They just call nothing. It seems javascript issue. Extract from old working page: djConfig = {"isDebug":true,"debugAtAllCosts":false,"debugContainerId":"debug","baseRelativePath":"/mydesktop/app?service=asset&path=%2Fdojo%2F","pr

HTTP headers setting through WebResponse is stopped working

2007-01-03 Thread Maksym Gryevtsov
I tried upgrade to 4.1.2 from 4.1.1, but this code has stopped working. I checked response http headers and my header just disappeared. Any idea why? public void pageBeginRender(PageEvent event) { getResponse().setIntHeader("Refresh", 5); } abstract public WebResponse getResponse(