Re: javascript error

2015-10-09 Thread Christine
On 08-10-15 15:49, Christine wrote: The page has a submit button, that doesn't seem to do anything. The problem seems to be in regexp. This works: but this doesn't: (I do have the regexp definition in a properties file). When I put I get an error message for the input, always. dagdag

Re: javascript error

2015-10-08 Thread Christine
I forgot that I recently added a line in my module file configuration.add(SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery"); as suggested on my previous question on this list. My good friend Martijn reminded me of this :-) Removing the line solves the current issue. So now I'm l

javascript error

2015-10-08 Thread Christine
Hi, I have a form in a page that worked fine until recently. It stopped working after I reinstalled Ubuntu and after I switched from Tapestry beta26 to beta35. I am not aware of changes in my code. The page has a submit button, that doesn't seem to do anything. This is the error I get, Form

Re: AjaxFormLoop Add Row Javascript Error

2013-11-20 Thread Chris Poulsen
I don't think this one is fixed. I tested against trunk last night (after alpha 26 was cut) and reported the same issue as TAP5-2228 My patch is doing the triggering on the newly added ElementWrapper instead of the insertionPoint ElementWrapper like the code in TAP5-2230 does - I don't know if it

Re: AjaxFormLoop Add Row Javascript Error

2013-11-20 Thread Thiago H de Paula Figueiredo
On Wed, 20 Nov 2013 13:51:29 -0200, Peter Hvass wrote: Hey guys, Hi! Have submitted a JIRA; https://issues.apache.org/jira/browse/TAP5-2230 about this. It seems like a fairly prominent issue given that add row is borked? Try alpha 27. There was a recent commit that may have fixed that

AjaxFormLoop Add Row Javascript Error

2013-11-20 Thread Peter Hvass
Hey guys, Have submitted a JIRA; https://issues.apache.org/jira/browse/TAP5-2230 about this. It seems like a fairly prominent issue given that add row is borked? Anyone else experienced this? Thanks, Peter

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2010-12-07 Thread Jonathan Barker
sage in context: > http://tapestry.1045711.n5.nabble.com/T5-1-0-5-Tapestry-is-undefined-JavaScript-error-on-form-submit-tp2393118p3295600.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2010-12-07 Thread Donny Nadolny
is? > > Here are the tapestry/jquery packages that I am using: > > tapestry5-annotations-5.1.0.5.jar > tapestry-ioc-5.1.0.5.jar > tapestry-core-5.1.0.5.jar > jquery-1.4.2 > > Regards > Rajesh > -- > View this message in context: > http://tapestry

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2010-12-07 Thread rajesh
ges that I am using: tapestry5-annotations-5.1.0.5.jar tapestry-ioc-5.1.0.5.jar tapestry-core-5.1.0.5.jar jquery-1.4.2 Regards Rajesh -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-1-0-5-Tapestry-is-undefined-JavaScript-error-on-form-submit-tp2393118p3295600.html Sen

Re: Javascript error in IE when a javascript call in an Ajax block

2010-03-03 Thread Thiago H. de Paula Figueiredo
On Wed, 03 Mar 2010 11:35:00 -0300, DavidWei wrote: Thanks for your suggestion. I will try to do what you suggested and to see if it is working. I can assure you it works, even being easier than using a script block. Generating JavaScript in templates, regardless of which engine, is worse

Re: Javascript error in IE when a javascript call in an Ajax block

2010-03-03 Thread DavidWei
--- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > > -- View this message in context: http://old.nabble.com/Javascript-error-in-IE-when-a-javasc

Re: Javascript error in IE when a javascript call in an Ajax block

2010-03-02 Thread Thiago H. de Paula Figueiredo
On Tue, 02 Mar 2010 18:54:40 -0300, DavidWei wrote: When you mentioned "Static", I do not know what you mean? in my case, the parameters passed in have to be loaded dynamically because we are using a single text editor to edit many text areas so that each area(called content block) will have

Re: Javascript error in IE when a javascript call in an Ajax block

2010-03-02 Thread DavidWei
javascript error "syntax error" when the ajax block codes are renderred after the link invocates the Ajax call. Somehow, IE does not like the single quotes used to pass parameters. Like I said, it does not have any problems in FF. When you mentioned "Static", I do not know what

Re: Javascript error in IE when a javascript call in an Ajax block

2010-03-02 Thread Howard Lewis Ship
        >   > > Test.java: > > public class Test extends BasePage > { > >       �...@inject >        private Block ajaxBlock; > >        public Block getAjaxBlock() >        { >                return ajaxBlock; >        } > >        public Block onActi

Javascript error in IE when a javascript call in an Ajax block

2010-03-02 Thread DavidWei
Test extends BasePage { @Inject private Block ajaxBlock; public Block getAjaxBlock() { return ajaxBlock; } public Block onActionFromEditContentBlock() { return getAjaxBlock(); } } -- View this message in

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-12-18 Thread olip
t;> After explicitly adding >>>> @IncludeJavaScriptLibrary({"classpath:org/apache/tapestry5/tapestry.js"}) >>>> to the custom component, my problem is now resolved. Howard, does that >>>> give you a clue how to solve the problem at the root level? >

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-12-18 Thread Joachim Van der Auwera (PROGS bvba)
age in context: http://old.nabble.com/-T5.1.0.5--%27Tapestry%27-is-undefined-JavaScript-error-on-form-submit-tp23834056p26840980.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-12-18 Thread olip
; >> After explicitly adding >> @IncludeJavaScriptLibrary({"classpath:org/apache/tapestry5/tapestry.js"}) >> to the custom component, my problem is now resolved. Howard, does that >> give you a clue how to solve the problem at the root level? >> >>

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-12-18 Thread olip
olve the problem at the root level? > > Eric > > > -- View this message in context: http://old.nabble.com/-T5.1.0.5--%27Tapestry%27-is-undefined-JavaScript-error-on-form-submit-tp23834056p26840980.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: T5.0.18 javascript error in IE on a datefield

2009-09-02 Thread DavidWei
It has been a month without reply. Really need help, Please!!! DavidWei wrote: > > I was trying to use datefield component to enter a date from builtin > calendar, but it showed a javascript error, this.pupup.clinePosition(...) > is null or not an ob

T5.0.18 javascript error in IE on a datefield

2009-08-10 Thread DavidWei
I was trying to use datefield component to enter a date from builtin calendar, but it showed a javascript error, this.pupup.clinePosition(...) is null or not an object, when a calendar icon is clicked first time. sample Codes like this. in tml file: Birth Date: in java codes: @Persist

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-06-02 Thread Eric Ma
t, my problem is now resolved. Howard, does that give you a clue how to solve the problem at the root level? Eric -- View this message in context: http://www.nabble.com/-T5.1.0.5--%27Tapestry%27-is-undefined-JavaScript-error-on-form-submit-tp23834056p23839494.html Sent from the Tapestry - U

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-06-02 Thread Sergey Didenko
I created an issue about this problem a few days ago: https://issues.apache.org/jira/browse/TAP5-712 - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-06-02 Thread Thiago H. de Paula Figueiredo
Em Tue, 02 Jun 2009 14:06:58 -0300, Howard Lewis Ship escreveu: Well, you could verify that with a "view source"; it seems unlikely to me, but that would be a start towards investigating this. This problem can also be cause by some previous Javascript error. Using Firebug

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-06-02 Thread Howard Lewis Ship
error occurs, the element is in a custom component, not in the > page directly.  In all other pages with elements, IE 7 is perfectly > fine with the onsubmit event handler. > > So it appears somehow the main Tapestry.js file is not included properly > with components. > > --

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-06-02 Thread Eric Ma
components. -- View this message in context: http://www.nabble.com/-T5.1.0.5--%27Tapestry%27-is-undefined-JavaScript-error-on-form-submit-tp23834056p23835288.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: [T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-06-02 Thread Howard Lewis Ship
gets submiited properly.  So this is not a show-stopper.  It is simply > an annoyance. > > Any suggestion how to suppress this event handler?  Thanks, > > Eric > -- > View this message in context: > http://www.nabble.com/-T5.1.0.5--%27Ta

[T5.1.0.5] 'Tapestry' is undefined JavaScript error on form submit

2009-06-02 Thread Eric Ma
y an annoyance. Any suggestion how to suppress this event handler? Thanks, Eric -- View this message in context: http://www.nabble.com/-T5.1.0.5--%27Tapestry%27-is-undefined-JavaScript-error-on-form-submit-tp23834056p23834056.html Sent from the Tapestry - User mailing list a

Re: TAP-712: Form component: javascript error in IE when submitting form

2009-05-28 Thread Sergey Didenko
Thanx! It seems the presense of somehow helps me for a while. > > Check the logs, I assume there will be some errors. > I had similar problems but these were solved once using the following > settings : > > -Dtapestry.combine-scripts=false -Dtapestry.gzip-compression-enabled=false > ---

Re: TAP-712: Form component: javascript error in IE when submitting form

2009-05-28 Thread Joachim Van der Auwera
Hi, Check the logs, I assume there will be some errors. I had similar problems but these were solved once using the following settings : -Dtapestry.combine-scripts=false -Dtapestry.gzip-compression-enabled=false when I start the application (you could also contribute these values). I am not

TAP-712: Form component: javascript error in IE when submitting form

2009-05-28 Thread Sergey Didenko
T5.1 Apparantly "Tapestry" javascript variable is unavailable in certain circumstances, so the following line gives errors: is used in some conditions. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additi

tapestry5, GRID and pagelink javascript error in IE6

2008-09-23 Thread Argo Vilberg
hello If i use ie6 and tapestry5 grid with page navigation links and ie6 has vertical and horisontal navigation bars and if i move mouser over grid pagelink 1,2,3 then appers double vert-horisontal navigation bars and picture is completely messy. You can see this in my attachemt file. Any idea

Re: 5.0.13 IE javascript error

2008-07-26 Thread Alex.Hon
> - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/5.0.13-IE-javascript-

Re: 5.0.13 IE javascript error

2008-07-25 Thread Joachim Van der Auwera
Thanks Sven, that really helped to assure I don't need to include prototype in the layout template. Unfortunately I stil get the script error though. Will try to figure out how to fix that. Kind regards, Joachim Sven Homburg wrote: here some ugly code sequences hope that helps example javasc

Re: 5.0.13 IE javascript error

2008-06-25 Thread Sven Homburg
here some ugly code sequences hope that helps example javascript class (SelectSwapper.js) var SelectSwapper = Class.create(); SelectSwapper.prototype = { initialize: function(selectComponentId, linkId) { this.selectComponent = selectComponentId; this.linkId = linkId; this.selected

Re: 5.0.13 IE javascript error

2008-06-25 Thread Joachim Van der Auwera
Ok template (layout) starts like this : http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> href="http://yui.yahooapis.com/2.4.0/build/reset/reset-min.css"; /> Where the layout class includes @Inject @Path( "${tapestry.scriptaculous}/prototype.js" ) priva

Re: 5.0.13 IE javascript error

2008-06-24 Thread Sven Homburg
please share i bit more code around your problem tml and js snippet should help 2008/6/24 Joachim Van der Auwera <[EMAIL PROTECTED]>: > Thanks Sven, but what exactly are you referring to? > > If you are referring to the use of RenderSupport for javascript, then I > should explain a bit. > > I hav

Re: 5.0.13 IE javascript error

2008-06-24 Thread Joachim Van der Auwera
Thanks Sven, but what exactly are you referring to? If you are referring to the use of RenderSupport for javascript, then I should explain a bit. I have already had to make various changes in my Layout classes etc to assure they work with the move of the javascript to the bottom of the page.

Re: 5.0.13 IE javascript error

2008-06-23 Thread Sven Homburg
please read http://tapestry.apache.org/news.html#Tapestry%205.0.13 2008/6/23 Joachim Van der Auwera <[EMAIL PROTECTED]>: > Hi, > > after upgrade of my application to tapestry 5.0.13 I get a "unknown runtime > error" on loading the page in IE. > > This is reported at line 2403 of prototype.js on t

5.0.13 IE javascript error

2008-06-23 Thread Joachim Van der Auwera
Hi, after upgrade of my application to tapestry 5.0.13 I get a "unknown runtime error" on loading the page in IE. This is reported at line 2403 of prototype.js on the line "else element.innerHTML = content.stripScripts()" Does anybody have any idea how this problem can be remedied? Kind rega

Re: Javascript error in datefield component

2008-05-18 Thread Filip S. Adamsen
an see the change on the browser. However, the date issue is not going away. To see exactly what I am seeing, you can download and import the t5demo.war file (from http://code.google.com/p/tapestry4nonbelievers/downloads/list ) into eclipse and just try running it. It will give the Javascript err

Re: Javascript error in datefield component

2008-05-18 Thread sparqle
/downloads/list ) into eclipse and just try running it. It will give the Javascript error. If you then remove the 5.0.10 files from the lib folder and add the 5.0.11 files, and run the project again, you will still get the same error. regards, Sri Geoff Callender-2 wrote: > > Did you forcibly r

Re: Javascript error in datefield component

2008-05-18 Thread Geoff Callender
.0.11 Best, Florian Yura Tkachenko wrote: Hi, I'm getting Javascript error when trying to use datefield component on my form. This component works properly in Firefox but it doesn't work with IE7. I'm getting js error: "Object doesn't support this property

Re: Javascript error in datefield component

2008-05-17 Thread sparqle
. > > On Sat, Mar 29, 2008 at 4:50 PM, Ektschn <[EMAIL PROTECTED]> wrote: > >> >> Hi Yura, >> >> as far as I know this is fixed in t5.0.11 >> >> Best, Florian >> >> >> Yura Tkachenko wrote: >> > >> > Hi, >&g

Re: Javascript error in datefield component

2008-03-30 Thread Yura Tkachenko
: > > > > Hi, > > > > I'm getting Javascript error when trying to use datefield component on > my > > form. This component works properly in Firefox but it doesn't work with > > IE7. > > I'm getting js error: "Object doesn&#x

Re: Javascript error in datefield component

2008-03-29 Thread Ektschn
Hi Yura, as far as I know this is fixed in t5.0.11 Best, Florian Yura Tkachenko wrote: > > Hi, > > I'm getting Javascript error when trying to use datefield component on my > form. This component works properly in Firefox but it doesn't work with > IE7. >

Javascript error in datefield component

2008-03-23 Thread Yura Tkachenko
Hi, I'm getting Javascript error when trying to use datefield component on my form. This component works properly in Firefox but it doesn't work with IE7. I'm getting js error: "Object doesn't support this property or method" on the line 87 in file: /asse

Re: Javascript error when moving from 5.0.6 to 5.0.7

2008-01-23 Thread Marcus
Hi Mahen, Try clean browser cache. Marcus

RE: Javascript error when moving from 5.0.6 to 5.0.7

2008-01-23 Thread marcoccoli
In the run dialog window I set the http host with my "IP address" instead "localhost" and it works. Cheers marcoccoli -- View this message in context: http://www.nabble.com/Javascript-error-when-moving-from-5.0.6-to-5.0.7-tp14594716p15041920.html Sent from the Tapestry

RE: Javascript error when moving from 5.0.6 to 5.0.7

2008-01-03 Thread Mahen Perera
PROTECTED] Sent: 03 January 2008 11:53 To: Tapestry users Subject: Re: Javascript error when moving from 5.0.6 to 5.0.7 Hi, Try to deploy your application in ROOT context, i got some java script error in 5.0.7 when i deploy my application with a context other than ROOT (/). On Jan 3, 2008 1:51 PM

Re: Javascript error when moving from 5.0.6 to 5.0.7

2008-01-03 Thread Mohammad Shamsi
Hi, Try to deploy your application in ROOT context, i got some java script error in 5.0.7 when i deploy my application with a context other than ROOT (/). On Jan 3, 2008 1:51 PM, Mahen Perera <[EMAIL PROTECTED]> wrote: > Hi all, > > > > I switched from 5.0.6 to 5.0.7 ,, and now getting some ja

Javascript error when moving from 5.0.6 to 5.0.7

2008-01-03 Thread Mahen Perera
Hi all, I switched from 5.0.6 to 5.0.7 ,, and now getting some java scripts errors. I didn't get these when using 5.0.6. For example, Following is on of the pages in my app: CreateTest.tml --> http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Create Test

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor [SOLVED ]

2007-02-07 Thread Marcus Thiesen
Am Mittwoch 31 Januar 2007 18:55 schrieb Shing Hing Man: > I created that jira. Marcus has a different problem > from the one mentioned in the jira. > > Shing Ok, stupid me. It works. I had a validation filter in my tomcat (from http://tuckey.org/validation/) and it caused the problem. I still b

RE: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Shing Hing Man
jira/browse/TAPESTRY-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > > I've been waiting for the fix. > > -Original Message- > From: Marcus Thiesen > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 31, 2007 5:59 AM > To: Tapestry users > Subject

RE: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Leffel, Daniel
PROTECTED] Sent: Wednesday, January 31, 2007 5:59 AM To: Tapestry users Subject: Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor Am Mittwoch 31 Januar 2007 14:01 schrieb Shing Hing Man: > To be more specific, the following is the version o

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Marcus Thiesen
Am Mittwoch 31 Januar 2007 14:01 schrieb Shing Hing Man: > To be more specific, the following is the version of > Tapestry 4.1.2 Snapshot I am using. > > org.apache.tapestry:tapestry-framework:4.1.2-20070121.182918-9 > > org.apache.tapestry:tapestry-contrib:4.1.2-20070121.182918-7 > > org.apache.ta

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Shing Hing Man
To be more specific, the following is the version of Tapestry 4.1.2 Snapshot I am using. org.apache.tapestry:tapestry-framework:4.1.2-20070121.182918-9 org.apache.tapestry:tapestry-contrib:4.1.2-20070121.182918-7 org.apache.tapestry:tapestry-annotations:4.1.2-20070121.182918-7 I a

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Marcus Thiesen
Hi Shing, > When you click on 'Hello world', the static text will > be replaced by an editiable text box, and there are > also the Save and cancel buttons. Yes, I've seen the widget in action, but it doesn't work for me. > > I am using your code/page with the additional > @Initial to initialis

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Marcus Thiesen
Am Mittwoch 31 Januar 2007 13:07 schrieb Peter Schröder: > is there also a linebreak in your code, or is it only in the email-text? No, that's just a linebreak introduced by my email program. So this doesn't seem to be the issue. Have fun, Marcus -- Marcus Thiesen Bachelor of Science (

AW: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Peter Schröder
s Thiesen [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 31. Januar 2007 12:21 An: Tapestry users Betreff: Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor Hi Peter, Am Mittwoch 31 Januar 2007 12:07 schrieb Peter Schröder: > the reason was, that there

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Shing Hing Man
> I don't see the Save button or anything that should > be dynamically rendered > into the page. When you click on 'Hello world', the static text will be replaced by an editiable text box, and there are also the Save and cancel buttons. I am using your code/page with the additional @Initial

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Marcus Thiesen
Hi Peter, Am Mittwoch 31 Januar 2007 12:07 schrieb Peter Schröder: > the reason was, that there were linebreaks in the init-code, which the js > did not like. Can you tell me what you mean by init-code? Most of the code is generated by tapestry anyway, so either there is a general bug or my prob

AW: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Peter Schröder
. Januar 2007 11:52 An: Tapestry users Betreff: Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor Hi Shing, Am Mittwoch 31 Januar 2007 11:39 schrieb Shing Hing Man: > I have run the page/code given in your original mail > with property text set to &

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Marcus Thiesen
Hi Shing, Am Mittwoch 31 Januar 2007 11:39 schrieb Shing Hing Man: > I have run the page/code given in your original mail > with property text set to 'Hello world'. > After I edit 'Hello world' and click the save button, > the listener method onTextUpdate is called. > > I have no javascript errors

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Shing Hing Man
27;t really do the trick. I see that > the generated Javscript > changed to > > tapestry.widget.synchronizeWidgetState("testEdit", > "InlineEditBox", > {"widgetId":"testEdit","value":"Hello > World","mode":&q

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Marcus Thiesen
etState("testEdit", "InlineEditBox", {"widgetId":"testEdit","value":"Hello World","mode":"text","minWidth":100,"minHeight":200,"doFade":false}, false); so it sees the "Hello World

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Shing Hing Man
;true" > debugEnabled="false" > > > > > > > > > > > Mapping file: > >"-//Apache Software Foundation//Tapestry > Specification 4.0//EN" > > "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd

Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Marcus Thiesen
} } HTML Template: Mapping file: http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd";> What I see when I access the above page is more or less plain nothing (the generated HTML is at the end of this mail). The JavaS

Re: Javascript error when using XTile in T4

2006-07-20 Thread Dan Adams
well, i have this in the template: then i have onclick handlers for links and submit buttons. each of these just call _sendAppend() with some text and then return normally. i don't get any errors from the link onclick handler but only from the submit button onclick. After some investigation,

Re: Javascript error when using XTile in T4

2006-07-19 Thread Jesse Kuhnert
Impossible to say without more contextually relevant information. Ie what are you doing onClick? The only thing barring 4.1 from being released is updated documentation now. (Conversion of old docs is done, just need to add my new stuff in.) On 7/19/06, Dan Adams <[EMAIL PROTECTED]> wrote: Whe

Javascript error when using XTile in T4

2006-07-19 Thread Dan Adams
When I try to call an xtile javascript method in a submit button onclick I get the following error in firefox: Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS fram

Re: XTile javascript error

2006-07-06 Thread Dan Adams
erty. This will stop the error occuring, but thanks to this, you will not have all of the information that you could have with IE. On Thu, 2006-07-06 at 09:41 -0400, Dan Adams wrote: > I'm using XTile and get the following javascript error from firefox: > > Error: [Exception...

XTile javascript error

2006-07-06 Thread Dan Adams
I'm using XTile and get the following javascript error from firefox: Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame