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

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
Thanks for your suggestion. I will try to do what you suggested and to see if it is working. By the way, I like to point out that exact same codes work fine with old version Tapestry 5.0.0.18, but do not work with T5.1.0.5 when I am upgrading Tapestry. So there must be some changes on renderings

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
Hi Howard, Thanks for your response. In the web app I am working on. I did have a Javascript in a .js file and reference it. In the code example, I just want to simplify the codes by using inline javascript codes. The problem now is not that it can not reference the method, but it popups javas

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

2010-03-02 Thread Howard Lewis Ship
Don't do that. Put static JavaScript in a .js file and just reference it. Use (in 5.2) JavaScript.importJavaScriptLibrary(). On Tue, Mar 2, 2010 at 1:16 PM, DavidWei wrote: > > Hi, > > when I am trying to upgrade our web app to Tapestry 5.1.0.5, I have got a > javascript syntax error when a jav

Re: Javascript error in datefield component

2008-05-18 Thread Filip S. Adamsen
Simply refreshing won't clear cached scripts etc. You'll have to force a complete reload to do that. Usually holding ctrl or shift while pressing Refresh works. -Filip On 2008-05-18 16:18, sparqle wrote: Yes, I refreshed it. For example, if I change the title of the start page, I can see the

Re: Javascript error in datefield component

2008-05-18 Thread sparqle
Yes, I refreshed it. For example, if I change the title of the start page, I can 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

Re: Javascript error in datefield component

2008-05-18 Thread Geoff Callender
Did you forcibly refresh/reload the page/frame? You might be picking up the old one from the browser's cache. Geoff On 18/05/2008, at 1:54 PM, sparqle wrote: I upgraded my project to 5.0.11 and I still have this problem. On Firefox 2, the datepicker is visible, but is not aligned closely

Re: Javascript error in datefield component

2008-05-17 Thread sparqle
I upgraded my project to 5.0.11 and I still have this problem. On Firefox 2, the datepicker is visible, but is not aligned closely to the datefield - it appears on the far left corner of the browser. On IE 7 it errors out, and does not show. For my project, all I did was download the t5demo war fi

Re: Javascript error in datefield component

2008-03-30 Thread Yura Tkachenko
Thank you Florian, I have updated my project to Tapestry 5.0.11 and everything works good. 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, > > > > I'm getting J

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. > I'm getting js error: "Object doesn'

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 - User mailing list arch

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

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