Anyone have any idea on this.  It is utterly annoying to have to hard
code the Context in the page spec.

On Dec 5, 2007 10:13 AM, Chris Chiappone <[EMAIL PROTECTED]> wrote:
> 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
>



-- 
~chris

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

Reply via email to