I have an assets defined in my page spec as follows:

   <asset name="deleteDisImg" path="/images/delete_dis.gif"/>
   <asset name="msi" path="/installer/agent_setup.msi"/>

The images seem to be using the correct context (/esp) as the source output is:

<span>
            <img src="/esp/images/delete.gif" border="0" />
</span>

The msi though comes out like this:

<button type="button"
onclick="window.location='/installer/agent_setup.msi'" id="dlButton">
          Download
 </button>

which does not include the context of /esp

Does anyone know why this may be?

Thanks,

-- 
~chris

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

Reply via email to