Re: Exception invoking function Tapestry.Initializer.validate

2011-08-08 Thread Jan Fryblik
HI,

i had same issue. Try to comment some fields of form out to find out which
one causes the error. I had field with name 'homepage' and after renaming
this field, the red warning was gone. May be there are some reserved words
or what... ...good luck 

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Exception-invoking-function-Tapestry-Initializer-validate-tp4586650p4677995.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Exception invoking function Tapestry.Initializer.validate

2011-07-14 Thread Mark
I'm getting an error in red at the top of my page saying:

Exception invoking function Tapestry.Initializer.validate with
parameters [{ firstNameOnCard

on a page that has some fields with validation when people are using
IE 6.  I haven't had a chance to test it with other versions of IE
yet. It seems to work fine on other browsers.

I'm getting this on Tapestry 5.2.5 and 5.2.6.

Any suggestions? (Other than just not supporting IE) :)  Is there a
way to turn off client side js validation for a specific browser--or
just not show this particular error?

Mark

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Exception invoking function Tapestry.Initializer.validate

2011-07-14 Thread Kalle Korhonen
Is there an issue open for this? Seems this could be applied with
little side effects.

Kalle


On Thu, Jul 14, 2011 at 6:43 AM, Taha Hafeez tawus.tapes...@gmail.com wrote:
 tapestry.js got blocked sending as txt

 On Thu, Jul 14, 2011 at 7:10 PM, Taha Hafeez tawus.tapes...@gmail.com wrote:
 Hi Mark

 I have done a lot of work on this and even informed the mailing list
 about it but I don't think anybody in tapestry is using ie :)

 Anyways, there are a number of statements causing 'Object not found'
 errors in ie. You can try the attached tapestry.js. It does the trick
 for me.

 regards
 Taha


 On Thu, Jul 14, 2011 at 7:04 PM, Mark mark-li...@xeric.net wrote:
 I'm getting an error in red at the top of my page saying:

 Exception invoking function Tapestry.Initializer.validate with
 parameters [{ firstNameOnCard

 on a page that has some fields with validation when people are using
 IE 6.  I haven't had a chance to test it with other versions of IE
 yet. It seems to work fine on other browsers.

 I'm getting this on Tapestry 5.2.5 and 5.2.6.

 Any suggestions? (Other than just not supporting IE) :)  Is there a
 way to turn off client side js validation for a specific browser--or
 just not show this particular error?

 Mark

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org





 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Exception invoking function Tapestry.Initializer.validate

2011-07-14 Thread Mark
Hm.  It looks like my problem runs a bit deeper.  I added Taha's
tapestry.js to 5.2.6, but I'm still getting the same errors in my app.

Any other suggestions?

Mark

On Thu, Jul 14, 2011 at 8:54 AM, Kalle Korhonen
kalle.o.korho...@gmail.com wrote:
 Is there an issue open for this? Seems this could be applied with
 little side effects.

 Kalle


 On Thu, Jul 14, 2011 at 6:43 AM, Taha Hafeez tawus.tapes...@gmail.com wrote:
 tapestry.js got blocked sending as txt

 On Thu, Jul 14, 2011 at 7:10 PM, Taha Hafeez tawus.tapes...@gmail.com 
 wrote:
 Hi Mark

 I have done a lot of work on this and even informed the mailing list
 about it but I don't think anybody in tapestry is using ie :)

 Anyways, there are a number of statements causing 'Object not found'
 errors in ie. You can try the attached tapestry.js. It does the trick
 for me.

 regards
 Taha


 On Thu, Jul 14, 2011 at 7:04 PM, Mark mark-li...@xeric.net wrote:
 I'm getting an error in red at the top of my page saying:

 Exception invoking function Tapestry.Initializer.validate with
 parameters [{ firstNameOnCard

 on a page that has some fields with validation when people are using
 IE 6.  I haven't had a chance to test it with other versions of IE
 yet. It seems to work fine on other browsers.

 I'm getting this on Tapestry 5.2.5 and 5.2.6.

 Any suggestions? (Other than just not supporting IE) :)  Is there a
 way to turn off client side js validation for a specific browser--or
 just not show this particular error?

 Mark

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org





 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Exception invoking function Tapestry.Initializer.validate

2011-07-14 Thread Taha Hafeez
If you have any version of IE you can enable debugging by unchecking
Tools-Advanced-Disable javascript debugging.
Then you will be able to see the error icon at the left side of the ie window.

In IE 8 you can press F12 to enable debugging.

The errors I encounter in ie are mostly 'object not defined' and can
be taken care of by checking for a null condition


On Thu, Jul 14, 2011 at 7:49 PM, Mark mark-li...@xeric.net wrote:
 Hm.  It looks like my problem runs a bit deeper.  I added Taha's
 tapestry.js to 5.2.6, but I'm still getting the same errors in my app.

 Any other suggestions?

 Mark

 On Thu, Jul 14, 2011 at 8:54 AM, Kalle Korhonen
 kalle.o.korho...@gmail.com wrote:
 Is there an issue open for this? Seems this could be applied with
 little side effects.

 Kalle


 On Thu, Jul 14, 2011 at 6:43 AM, Taha Hafeez tawus.tapes...@gmail.com 
 wrote:
 tapestry.js got blocked sending as txt

 On Thu, Jul 14, 2011 at 7:10 PM, Taha Hafeez tawus.tapes...@gmail.com 
 wrote:
 Hi Mark

 I have done a lot of work on this and even informed the mailing list
 about it but I don't think anybody in tapestry is using ie :)

 Anyways, there are a number of statements causing 'Object not found'
 errors in ie. You can try the attached tapestry.js. It does the trick
 for me.

 regards
 Taha


 On Thu, Jul 14, 2011 at 7:04 PM, Mark mark-li...@xeric.net wrote:
 I'm getting an error in red at the top of my page saying:

 Exception invoking function Tapestry.Initializer.validate with
 parameters [{ firstNameOnCard

 on a page that has some fields with validation when people are using
 IE 6.  I haven't had a chance to test it with other versions of IE
 yet. It seems to work fine on other browsers.

 I'm getting this on Tapestry 5.2.5 and 5.2.6.

 Any suggestions? (Other than just not supporting IE) :)  Is there a
 way to turn off client side js validation for a specific browser--or
 just not show this particular error?

 Mark

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org





 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Exception invoking function Tapestry.Initializer.validate

2011-07-14 Thread Robert Zeigler
Hm. I can't say on 5.2.6, but I have a large Tapestry app running 5.2.5, 
including validation, and it runs fine on IE7 and IE8, at least (that said, IE 
7 is the minimum version of IE supported by the app... so I can't speak to IE 
6).

Robert

On Jul 14, 2011, at 7/1411:31 AM , Taha Hafeez wrote:

 If you have any version of IE you can enable debugging by unchecking
 Tools-Advanced-Disable javascript debugging.
 Then you will be able to see the error icon at the left side of the ie window.
 
 In IE 8 you can press F12 to enable debugging.
 
 The errors I encounter in ie are mostly 'object not defined' and can
 be taken care of by checking for a null condition
 
 
 On Thu, Jul 14, 2011 at 7:49 PM, Mark mark-li...@xeric.net wrote:
 Hm.  It looks like my problem runs a bit deeper.  I added Taha's
 tapestry.js to 5.2.6, but I'm still getting the same errors in my app.
 
 Any other suggestions?
 
 Mark
 
 On Thu, Jul 14, 2011 at 8:54 AM, Kalle Korhonen
 kalle.o.korho...@gmail.com wrote:
 Is there an issue open for this? Seems this could be applied with
 little side effects.
 
 Kalle
 
 
 On Thu, Jul 14, 2011 at 6:43 AM, Taha Hafeez tawus.tapes...@gmail.com 
 wrote:
 tapestry.js got blocked sending as txt
 
 On Thu, Jul 14, 2011 at 7:10 PM, Taha Hafeez tawus.tapes...@gmail.com 
 wrote:
 Hi Mark
 
 I have done a lot of work on this and even informed the mailing list
 about it but I don't think anybody in tapestry is using ie :)
 
 Anyways, there are a number of statements causing 'Object not found'
 errors in ie. You can try the attached tapestry.js. It does the trick
 for me.
 
 regards
 Taha
 
 
 On Thu, Jul 14, 2011 at 7:04 PM, Mark mark-li...@xeric.net wrote:
 I'm getting an error in red at the top of my page saying:
 
 Exception invoking function Tapestry.Initializer.validate with
 parameters [{ firstNameOnCard
 
 on a page that has some fields with validation when people are using
 IE 6.  I haven't had a chance to test it with other versions of IE
 yet. It seems to work fine on other browsers.
 
 I'm getting this on Tapestry 5.2.5 and 5.2.6.
 
 Any suggestions? (Other than just not supporting IE) :)  Is there a
 way to turn off client side js validation for a specific browser--or
 just not show this particular error?
 
 Mark
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org