FYI, if we remove the PopupLinkSubmit component we don't get the errors
appearing in the logs so it's definitely related to something in that
component
Dom
---
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail
No ideas are coming to mind right away, other than it looks like it's
trying to do Map related functions without casting to map first. It
is not a critical bug but it could potentially cause problems for you.
Or at least be annoying to see during development and not as fast as
it could be in p
On 11/7/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
> I think you need to pass in "this" to your script execute call, the
> current method you are executing is deprecated.
In fact, I removed it in 4.1.4-SNAPSHOT... it was deprecated since 4.1.1
>
> For the javascript calls you can refer to
>
>
OK we updated the generated Javascript with the new version of the Javascript
function
function submitPopupLink(form, elementId, url)
{
var windowName = 'RDQGraphPopup';
var randomNumber = Math.floor(Math.random()*1000);
windowName = windowName+randomNumber;
aWindow = window.open(url, wind
I think you need to pass in "this" to your script execute call, the
current method you are executing is deprecated.
For the javascript calls you can refer to
http://tapestry.apache.org/tapestry4.1/javascript/index.html
and
http://tapestry.apache.org/tapestry4.1/jsdoc/index.html
where you should