On Saturday 09 June 2007 12:03 pm, Janos Cserep escreveu:
> I've started migrating my applications to 1.3.0 and I think I ran into a
> bug with Resource.getParameters().
>
> If a resource is mounted via Application.mountSharedResource then
> Resource.getParameters returns with an empty valuemap. If it is not
> mounted then the valuemap contains all the parameters passed in via the
> URL.
>
> Created an issue in JIRA:
> https://issues.apache.org/jira/browse/WICKET-631
>
> Regards,

        That's weird.

        I've got only two DynamicWebResources that are mountedSharedResources, 
and 
they both seem to work, though with one I have to use this syntax:

        http://localhost:8084/nrg/app/jnlp?app=edv

and the other only works if I use:

        http://localhost:8084/nrg/app/foo/type/primary

I'm not sure why the two of them use a different syntax.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to