Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-20 Thread Ken nashua
s/static/tapestry/core.js"> dojo.require("tapestry.namespace"); tapestry.requestEncoding='UTF-8'; Best WEB Application on the planet! href="/styles/tapestryskin/theme.css" /> > Original Message Follo

Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-20 Thread Jesse Kuhnert
Open the highest level .html template you have (such as a Border.html for some kind of border component) and stick this in it: Done. On 7/20/07, Ken nashua <[EMAIL PROTECTED]> wrote: Is this a bug? -- Jesse Kuhnert Tapestry/Dojo team member/developer Open source based consulting work

Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-20 Thread Ken nashua
From: "Ken nashua" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], users@tapestry.apache.org Subject: Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT Date: Fri, 20 Jul 2007 14:07:23 -0400 Hey... whats the quickest way to Burma by Bicycle? Best regards Ken in nashua

Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-20 Thread Ken nashua
Hey... whats the quickest way to Burma by Bicycle? Best regards Ken in nashua Original Message Follows From: "Ken nashua" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], users@tapestry.apache.org Subject: Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT Date: Fri, 2

Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-20 Thread Ken nashua
uot;tapestry\", \"") .append(_tapestryPath.buildURL()).append("\");\n"); str.append("\n"); ??? Best regards Ken in nashua Original Message Follows From: "Ken nashua" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], users@tapestry.apache.or

Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-20 Thread Ken nashua
h":"/dojo/","parseWidgets":false,"locale":"en"} </tt><tt> Best regards Ken in nashua Original Message Follows From: "Ken nashua" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], users@tapestry.apache.org Subject: R

Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-20 Thread Ken nashua
Ok, I mader some ground... I made my CustomHead.JAVA look/act like ScriptIncludes.JAVA but had to replace this... for this... @Asset("/js/dojo/dojo.js") public abstract IAsset getDefaultDojoSource(); @Asset("/dojo/") public ab

Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-20 Thread Ken nashua
So it seems I have to tell my Customhaed.JAVA to act like ScriptIncludes.JAVA But that produces the following error below org.apache.hivemind.ApplicationRuntimeException There was an error borrowing the page with key PageKey[_pageName='Home' , _locale=en ] from the page pool. location: conte

Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-20 Thread Ken nashua
So it seems I have to tell my Customhaed.JAVA to act like ScriptIncludes.JAVA Best regards Ken in nashua Original Message Follows From: "Ken nashua" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], users@tapestry.apache.org Subject: Re: dojo undefined in IE.6 for tapestr

Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-20 Thread Ken nashua
ation to include the js correctly. Best regards Ken in nashua Original Message Follows From: "Ken nashua" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], users@tapestry.apache.org Subject: Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT Date: Fri, 20 Jul 2007 10:08:57

Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-20 Thread Jesse Kuhnert
To: users@tapestry.apache.org CC: [EMAIL PROTECTED] Subject: Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT Date: Fri, 20 Jul 2007 10:03:08 -0400 Thanks Jesse... I need to use my CustomHead so ScriptIncludes is not possible. I went with your former suggestion and still not getting the in

Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-20 Thread Ken nashua
llows From: "Ken nashua" <[EMAIL PROTECTED]> To: users@tapestry.apache.org CC: [EMAIL PROTECTED] Subject: Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT Date: Fri, 20 Jul 2007 10:03:08 -0400 Thanks Jesse... I need to use my CustomHead so ScriptIncludes is not possible. I went

Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-20 Thread Ken nashua
Thanks Jesse... I need to use my CustomHead so ScriptIncludes is not possible. I went with your former suggestion and still not getting the includes to happen. Could you elaborate on the file path specs? Not sure how to do that. Here are my details. thanks I added this to my CustomHead.JAVA

Re: dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-19 Thread Jesse Kuhnert
You have to include dojo first before calling any of its functions. Like the current @Shell component does. You can also delegate this work to the AjaxShellDelegate (as the @Shell component does), but you'll still need to provide it with path information to include the js correctly. See: http:

dojo undefined in IE.6 for tapestry-4.1.2-SNAPSHOT

2007-07-19 Thread Ken nashua
I am unable to operate DOJO within my custom head component. Best WEB Application on the planet! href="/styles/tapestryskin/theme.css" />

Re: What are dependencies needed to run tapestry-4.1.2-SNAPSHOT?

2007-05-06 Thread Jesse Kuhnert
http://tapestry.apache.org/tapestry4.1/tapestry-framework/dependencies.html On 5/6/07, Denis Burlaka <[EMAIL PROTECTED]> wrote: Hello. What are dependencies needed to run tapestry-4.1.2-SNAPSHOT? I have already downloaded ognl-2.7-SNAPSHOT, but my code still does't work. I have the

Re: {SPAM?} What are dependencies needed to run tapestry-4.1.2-SNAPSHOT?

2007-05-06 Thread Andreas Andreou
http://tapestry.apache.org/tapestry4.1/tapestry-framework/dependencies.html On 5/6/07, Denis Burlaka <[EMAIL PROTECTED]> wrote: Hello. What are dependencies needed to run tapestry-4.1.2-SNAPSHOT? I have already downloaded ognl-2.7-SNAPSHOT, but my code still does't work. I have the

What are dependencies needed to run tapestry-4.1.2-SNAPSHOT?

2007-05-06 Thread Denis Burlaka
Hello. What are dependencies needed to run tapestry-4.1.2-SNAPSHOT? I have already downloaded ognl-2.7-SNAPSHOT, but my code still does't work. I have the next error: Error reading property items from base component class : class tapestryproba.HomePage and stack

Re: Tapestry 4.1.2-SNAPSHOT + Tacos 4.1.0-SNAPSHOT syntax error

2007-04-24 Thread Borut Bolčina
Alright! It works again, thanks to all for quick response. 2007/4/24, Andreas Andreou <[EMAIL PROTECTED]>: Well, this has resulted in a few (perhaps known?) ognl issues - i'm filling some bug reports now. Anyway, try grabbing the new tacos snapshot and retrying... it now works.

Re: Tapestry 4.1.2-SNAPSHOT + Tacos 4.1.0-SNAPSHOT syntax error

2007-04-24 Thread Andreas Andreou
Well, this has resulted in a few (perhaps known?) ognl issues - i'm filling some bug reports now. Anyway, try grabbing the new tacos snapshot and retrying... it now works.

Tapestry 4.1.2-SNAPSHOT + Tacos 4.1.0-SNAPSHOT syntax error

2007-04-24 Thread Borut Bolčina
Any hints? Tacos 4.1.0-SNAPSHOT Tree is giving me trouble. org.apache.hivemind.ApplicationRuntimeException: Unable to add method java.lang.Object get(ognl.OgnlContext, java.lang.Object) to class ognl.ASTAdd28176527Accessor: [source error] syntax error near ") 1) + (.getTreeIter" at org.apa

Re: SOLUTION to BLOCKING: Tapestry-4.1.2-SNAPSHOT and ognl exp. parser

2007-04-23 Thread Andrea Chiumenti
done On 4/23/07, Andreas Andreou <[EMAIL PROTECTED]> wrote: jira ... a later ognl version may render this unneeded On 4/23/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: > > org/apache/tapestry/html/Relation.java > > line 113: > public abstract boolean getUseBody(); > must be > public abstrac

Re: SOLUTION to BLOCKING: Tapestry-4.1.2-SNAPSHOT and ognl exp. parser

2007-04-23 Thread Andreas Andreou
jira ... a later ognl version may render this unneeded On 4/23/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: org/apache/tapestry/html/Relation.java line 113: public abstract boolean getUseBody(); must be public abstract boolean isUseBody(); line 51: if (getUseBody() && getHref() == null) mu

SOLUTION to BLOCKING: Tapestry-4.1.2-SNAPSHOT and ognl exp. parser

2007-04-23 Thread Andrea Chiumenti
org/apache/tapestry/html/Relation.java line 113: public abstract boolean getUseBody(); must be public abstract boolean isUseBody(); line 51: if (getUseBody() && getHref() == null) must be if (isUseBody() && getHref() == null) do you want a jira with diff attached, or you can directly do the cha

Re: Tapestry-4.1.2-SNAPSHOT and ognl exp. parser

2007-04-23 Thread Andrea Chiumenti
when displaying the page this is the output: *type* Exception report *message* *description* *The server encountered an internal error () that prevented it from fulfilling this request.* *exception* javax.servlet.ServletException: org.apache.tapestry.services.impl.HiveMindExpressionCompiler.g

Tapestry-4.1.2-SNAPSHOT and ognl exp. parser

2007-04-23 Thread Andrea Chiumenti
Hello, I've just upgraded to the latest snapshot: When running the demo I've this message: 23-apr-2007 16.53.47 org.apache.tapestry.error.RequestExceptionReporterImplreportRequestException AVVERTENZA: Unable to process client request: Unable to parse OGNL expression 'value': value org.apache.tape

Re: AW: Tapestry 4.1.2-SNAPSHOT

2007-03-07 Thread andyhot
estry 4.1.2-SNAPSHOT Hello, I am using Tapestry 4.1.2-SNAPSHOT and yesterday, when i deployed my aplication the server throw this error: java.lang.NoSuchMethodError: javassist.CtClass.toClass(Ljava/lang/ClassLoader;Ljava/security/ProtectionDomain;)Ljava/lang/Class; Can anyone help me? T

Re: AW: Tapestry 4.1.2-SNAPSHOT

2007-03-07 Thread Andy
rsion? -Ursprüngliche Nachricht- Von: Paulo Ramos [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 6. März 2007 12:49 An: users@tapestry.apache.org Betreff: Tapestry 4.1.2-SNAPSHOT Hello, I am using Tapestry 4.1.2-SNAPSHOT and yesterday, when i deployed my aplication the server throw this

Re: AW: Tapestry 4.1.2-SNAPSHOT

2007-03-06 Thread Paulo Ramos
-SNAPSHOT Hello, I am using Tapestry 4.1.2-SNAPSHOT and yesterday, when i deployed my aplication the server throw this error: java.lang.NoSuchMethodError: javassist.CtClass.toClass(Ljava/lang/ClassLoader;Ljava/security/ProtectionDomain;)Ljava/lang/Class; Can anyone help me? Thanks Paulo

AW: Tapestry 4.1.2-SNAPSHOT

2007-03-06 Thread Peter Schröder
does your server contain the javassist lib in the expected version? -Ursprüngliche Nachricht- Von: Paulo Ramos [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 6. März 2007 12:49 An: users@tapestry.apache.org Betreff: Tapestry 4.1.2-SNAPSHOT Hello, I am using Tapestry 4.1.2-SNAPSHOT and

Tapestry 4.1.2-SNAPSHOT

2007-03-06 Thread Paulo Ramos
Hello, I am using Tapestry 4.1.2-SNAPSHOT and yesterday, when i deployed my aplication the server throw this error: java.lang.NoSuchMethodError: javassist.CtClass.toClass(Ljava/lang/ClassLoader;Ljava/security/ProtectionDomain;)Ljava/lang/Class; Can anyone help me? Thanks Paulo Ramos

Re: Jasse:---> Ajax request and init script (Tapestry 4.1.2-SNAPSHOT)

2007-03-05 Thread Andrea Chiumenti
Ok Jasse, I'll do this tomorow morning, and I hope to have the new web site up and running :) In the meanwhile you can checkout the svn and run 'mvn jetty:run' from JFlyDemo just for today ;-P Thanks for help, kiuma On 3/5/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I'm happy to help bu

Re: Jasse:---> Ajax request and init script (Tapestry 4.1.2-SNAPSHOT)

2007-03-05 Thread Jesse Kuhnert
I'm happy to help but I'll need you to do just a ~little~ more work for me to maintain a certain level of bug fixing efficiency. If you can create a tiny self contained maven2 based application with one simple page that'll allow me to run "mvn jetty:run" on the app and see the bug first hand you'r

Jasse:---> Ajax request and init script (Tapestry 4.1.2-SNAPSHOT)

2007-03-05 Thread Andrea Chiumenti
Jasse, well sorry again, the 4.1.2-SNAPSHOT didn't fixed the problem. I'm developing edit grid for Tapestry 4.1.x, and the component is in final status so in a couple of days I'll make an official announcement. Sadly the component will not work with Autocompleter and other tapestry/dojo component

Re: Problem with Number Translator in Tapestry 4.1.2 Snapshot

2007-02-21 Thread Julian Wood
behaviour, too and if yes is there a > workaround (except writing your own NumberTranslator)? Or is this > Problem maybe allready known and fixed...? > > I'm using this mornings (GMT+1) Tapestry 4.1.2 Snapshot from > mvn-snapshot. > > Regards, >Patrick -- Julian Wood <[EMAIL PROTECTED]> Software Engineer Teaching & Learning Centre University of Calgary http://tlc.ucalgary.ca

Re: Problem with Number Translator in Tapestry 4.1.2 Snapshot

2007-01-09 Thread Patrick Klein
o and if yes is there a > workaround (except writing your own NumberTranslator)? Or is this > Problem maybe allready known and fixed...? > > I'm using this mornings (GMT+1) Tapestry 4.1.2 Snapshot from > mvn-snapshot. > > Regards, >Patrick > > -

Re: Problem with Number Translator in Tapestry 4.1.2 Snapshot

2007-01-08 Thread Jesse Kuhnert
gt; workaround (except writing your own NumberTranslator)? Or is this > Problem maybe allready known and fixed...? > > I'm using this mornings (GMT+1) Tapestry 4.1.2 Snapshot from > mvn-snapshot. > > Regards, >Patrick > >

Re: Problem with Number Translator in Tapestry 4.1.2 Snapshot

2007-01-08 Thread Patrick Klein
as anyone recognized this behaviour, too and if yes is there a workaround (except writing your own NumberTranslator)? Or is this Problem maybe allready known and fixed...? I'm using this mornings (GMT+1) Tapestry 4.1.2 Snapshot from mvn-s

Autocomplete Issues - Tapestry 4.1.2-SNAPSHOT

2007-01-07 Thread Nalin Gupta
Hi , We are using Tapestry Autocompletes extensively in our application and have decided to go with 4.1.2-SNAPSHOT since it fixes a few issues with 4.1.1-SNAPSHOT. There seems to be a generic issue which seems to affect this component. Synopsis : 1. A page which creates an object contain

Problem with Number Translator in Tapestry 4.1.2 Snapshot

2007-01-05 Thread Patrick Klein
stored "0" in the form-field. Has anyone recognized this behaviour, too and if yes is there a workaround (except writing your own NumberTranslator)? Or is this Problem maybe allready known and fixed...? I'm using this mornings (GMT+1) Tapestry 4.1.2 Snapshot from mvn-snaps