Johan,
if the tag is rendered as indicated in previous email:

<script type="text/javascript">djConfig =
{"isDebug":true,"debugContainerId":"debug","baseRelativePath":"/js/dojo/;jsessionid=14BA82F304BF5E5C9C1F84CB52E211A3","preventBackButtonFix":false,"parseWidgets":false,"locale":"en-us"}
</script>

Firebug shows a series of 404 for dojo, like this one:
GET 
http://localhost:8084/js/dojo/;jsessionid=A02C3B2D61815EF4006B318F65D607D2__package__.js404
(33ms)


notice how I defined dojo stuff into @Shell in the first email

On 4/17/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:

Andreas,
 I think cookies are enabled , and I want they stay enabled, but why there
is the url rewriting turned on ??

and how disable url rewring ?

On 4/17/07, Andreas Andreou <[EMAIL PROTECTED]> wrote:
>
> Are you interested in cookie-less browsing?
> You can disable url-rewriting if you want to...
>
> On 4/17/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:
> >
> > This is exactly the problem I'm having ( i.e. a session initialization
> > problem)
> >
> > It's happening this: I'm accessing an External page an I have this
> method
> > fom IExternalPage:
> >
> > public void activateExternalPage(Object[] parameters, IRequestCycle
> cycle)
> > {
> >         if ((parameters.length > 0) &&
> > (parameters[0].toString().equalsIgnoreCase("reset"))) {
> >             Wizard wizard = (Wizard) getComponent("wizard");
> >             wizard.reset();
> >             setPerson(new Person());
> >         }
> >         getPerson();
> >         getCities();
> >     }
> >
> > where person and cities are injected ASO
> > <inject property="person" type="state" object="wizardPerson"/>
> >     <inject property="cities" type="state" object="cities"/>
> >
> > all is in java 1.4
> >
> > When I access the page for the first time I have the jsessionid
> problem.
> >
> > How can I solve this issue ?
> >
> > kiuma
> > On 4/17/07, Martino Piccinato < [EMAIL PROTECTED]> wrote:
> > >
> > > sorry just wanted to comment one thing more: if this session
> appending
> > is
> > > happening just the first time you hit the application (so you are
> > without
> > > a
> > > cookie) in this case I think the servlet container is doing the
> right
> > > thing
> > > (it does not know you support cookies on first hit). This might
> cause
> > > problems to some web server  ( e.g. apache for mod_jk connector) to
> > resolve
> > > urls.
> > >
> > > I think this is all that comes to my mind given the informations you
> > gave
> > > :-)
> > >
> >
>
>
>
> --
> Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>


Reply via email to