Re: [Tapestry Central] Tapestry 5.1 and IE 8 -- Customizing Tapestry

2009-10-04 Thread Howard Lewis Ship
On Sun, Oct 4, 2009 at 3:39 PM, Sergey Didenko wrote: > BTW, is there a simple way to change the bundled Prototype for Google > CDN's one? ( http://ajax.googleapis.com/ajax/libs/prototype/1.6.1/prototype.js > ) Not a simple way, as that would defeat Tapestry's JavaScript aggegation. > >>> Tapest

Re: t5: files in the classpath

2009-10-04 Thread Robert Zeigler
You can get it from Tassel: http://www.saiwai-solutions.com/Tassel/app?service=external/ViewComponent&sp=SAssetProtectionDispatcher The download include the binary and source jars. Sidenote: Tassel used to be available at tapestycomponents.org, but I don't have control over the domain name, a

Re: T5: Exception in Autocomplete mixin

2009-10-04 Thread Fermin Da Costa Gomez
> > java.lang.ClassFormatError >> Invalid length 112 in LocalVariableTable in class file >> > > This surely looks like a Javassist bug. What Java version are you using? > Meanwhile, try recompiling your sources and reducing the length of event > handler methods. > MacBook/Ubuntu: java version "1.

Re: [Tapestry Central] Tapestry 5.1 and IE 8 -- Customizing Tapestry

2009-10-04 Thread Sergey Didenko
BTW, is there a simple way to change the bundled Prototype for Google CDN's one? ( http://ajax.googleapis.com/ajax/libs/prototype/1.6.1/prototype.js ) >> Tapestry is nice enough to bundle the Prototype and Scriptaculous >> libraries it's client-side support is wired against, which is very >> convi

[Tapestry Central] Cascade Exception Reporting

2009-10-04 Thread Howard
I've been taking a little time from my billable projects to continue working on Cascade. One things that's very important to me is to have great exception reporting, akin to Tapestry's. Here's a current snapshot of where I am: This is very Tapestry-like (I've even borrowed the CSS styles). You ca

Re: T5: Exception in Autocomplete mixin

2009-10-04 Thread Thiago H. de Paula Figueiredo
Em Sun, 04 Oct 2009 05:57:36 -0300, Fermin Da Costa Gomez escreveu: Hi Hi! java.lang.ClassFormatError Invalid length 112 in LocalVariableTable in class file This surely looks like a Javassist bug. What Java version are you using? Meanwhile, try recompiling your sources and reducing th

Re: T5 - Post Form To SSL

2009-10-04 Thread Olle Hallin
Created https://issues.apache.org/jira/browse/TAP5-874 . Olle 2009/10/2 Thiago H. de Paula Figueiredo > Em Thu, 01 Oct 2009 20:11:08 -0300, Daniel Jones > escreveu: > > Hi There, >> > > Hi! > > Is there any way to tell a form to post using https. What I was ideally >> looking for was an ext

T5: Exception in Autocomplete mixin

2009-10-04 Thread Fermin Da Costa Gomez
Hi After skipping T4 i decided to give T5 a try. All 'seems' to come along just fine except for something that has been baffling me for 2d already now .. Situation/ environment: The project is always the same and checked out from svn and runs fine on: a MacBook Pro with Ubuntu 9.04 within Galileo