Jeff - 2006-12-18

Could someone give me more information on navigating javascript links. The product I am testing uses alot of javascript links to redirect the user to different pages. At present I am able to skip clicking on these links by just navigating straight to the page I desire. The problem comes when I really need to click a button (in this case a publish button which will complete my test by uploading all the changes made).

The link itself is as follows:

javascript:callAction('WCM.Sys.Nodetypes.Workflow.SetQuickPublished','11509',''); : Quick Publish

When I attempt to click on this link or any other javascript:navigate links I either get a null point exception or the following:

org.mozilla.javascript.WrappedException: WrappedException of Error on HTTP request: 500 Internal Error [.......URL.........]