Simplest way to do it is to turn on access logging in your chosen web
container - you will quickly see which URL's are being requested. For Dojo
it is most likely the requests to the static HTML snippets or images Dojo
uses to build its widgets.

Mike

On 1/23/08, tibi <[EMAIL PROTECTED]> wrote:
>
> yes i think thats the problem.
>
> any clue wich that is??
>
> thanks
>
> tibi
>
> Matt Raible wrote:
> > You're saying it works when you are logged in? If so, I'd suspect
> > there's a request from Dojo to a URL that's protected by security.xml.
> >
> > Matt
> >
> > On Jan 22, 2008, at 6:25 AM, tibi wrote:
> >
> >> hi,
> >>
> >> my date time picker will not work when i'm not loged into the appfuse
> >> system.
> >> any clue??
> >>
> >> this is the code:
> >>
> >> <table border=0><tr><td valign=bottom>
> >> <p>Enter a Date <font
> >> color="#CC0000"><b>(dd/mm/yyyy)</b></font>:</p></td>
> >>                   <td >
> >>
> >>     <li id="wwgrp_login2Form_prefferedDay" class="wwgrp">
> >> <div         id="wwlbl_login2Form_prefferedDay" class="wwlbl">
> >> <label for="login2Form_prefferedDay" class="desc">
> >> <span class="req">*</span></label>        </div>
> >> <div id="wwctrl_login2Form_prefferedDay" class="wwctrl">
> >> <script type="text/javascript">
> >>     dojo.require("dojo.widget.DatePicker");
> >> </script>
> >> <div
> >>         dojoType="dropdowndatepicker"
> >> id="login2Form_prefferedDay"    name="dojo.prefferedDay"
> >> inputName="prefferedDay"    class="text large"
> >> displayFormat="dd/MM/yyyy"    containerToggle="none"
> >> containerToggleDuration="0"  saveFormat="rfc"></div>
> >> </div> </li>
> >>
> >>
> >>
> >>                 </td></tr></table>
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to