No i tried also without '..' and it doesn't work.
On 6/25/07, Bruno Aranda <[EMAIL PROTECTED]> wrote:
Is there a reason why the imageLocation has ".." in front of the URL,
whereas styleLocation and javascriptLocation don't?
Cheers,
Bruno
On 25/06/07, Enrico De Benetti <[EMAIL PROTECTED]> wrote:
> Hi
> I'm using Tomahawk 1.1.5 inputCalendar tag; i created a folder in wich i
> put:
> close,gif, date.js, divider,gif, drop1.gif, drop2.gif, left1,gif,
left1.gif,
> left2.gif, popcalendar.js, protoype.js, right1.gif , rigth2.gif,
theme.css.
>
> I wrote te inputCalendar like this:
> <t:inputCalendar
> popupTheme="ThemeTest"
> styleLocation="/inputCalendar/ThemeTest"
>
> javascriptLocation="/inputCalendar/ThemeTest"
> imageLocation="../inputCalendar/ThemeTest"
> monthYearRowClass="menuBackground"
> weekRowClass="menuBackground"
> currentDayCellClass="menuBackground"
> styleClass="inputControl" style="width: 85%;"
>
> value="#{listaTracciamentoOrdiniSessionInfo.dataConsegnaPo}"
> renderAsPopup="true"
> ecc.
>
> and the styleLocation and the javascriptLocation run OK, but the
> imageLoocation, does,t work.
> Thanks
> Enrico