Hello all,

I've been trying to modify the js file that MM creates and have a few questions:

1) The tag I'm using is <html:link href="${secureURL}/Account.do"/> which at runtime converts the URL to HTTPS. I've tried to modify the js file to change the url= to ${secureURL}/Account.do and the <a> tag to <html:link and the link doesn't fire. Any idea if Javascript can work with Struts tags? I've googled and I can't find any reference to both together.

Thanks,
Patrick