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
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:
>
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
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.
>
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
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(