RE: flaky error: Error - tag.getAsString : component context is not defined

2004-04-21 Thread Janice
Niall, thanks for your response.

It would appear that this is the result of the user having javascript
disabled on their browser.  Also, once we established that the users were
not actually submitting their forms, but were getting the error as soon as
they clicked on the link, it made it much easier to narrow down the problem.

This was the link:
a href=# onclick=showhide('contactForm'); return(false);strongAdd
Contact Form/strong/a/td

The onclick is being ignored, and the a href=#... Was getting called
which was BAD.  It's the same result as if I did a right-click on the link
and selected 'open in new browser'.

So.. Not a struts issue at all.

Cheers,
Janice


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: flaky error: Error - tag.getAsString : component context is not defined

2004-04-21 Thread Niall Pemberton
Thats good you sorted it out, and that you posted the cause/solution back to
the list.

We could do with some Wiki pages where people could record errors and their
cause/solution - kind of knowledge base, I'm sure it would help alot of
people - it can be difficult to find these kinds of things from trawling the
list archvies.

Niall


- Original Message - 
From: Janice [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 22, 2004 12:27 AM
Subject: RE: flaky error: Error - tag.getAsString : component context is not
defined


 Niall, thanks for your response.

 It would appear that this is the result of the user having javascript
 disabled on their browser.  Also, once we established that the users were
 not actually submitting their forms, but were getting the error as soon as
 they clicked on the link, it made it much easier to narrow down the
problem.

 This was the link:
 a href=# onclick=showhide('contactForm'); return(false);strongAdd
 Contact Form/strong/a/td

 The onclick is being ignored, and the a href=#... Was getting called
 which was BAD.  It's the same result as if I did a right-click on the link
 and selected 'open in new browser'.

 So.. Not a struts issue at all.

 Cheers,
 Janice


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]