the resources have access to url parameters, so you can have one resource that streams different things based on the url params.

-Igor


On 1/17/06, pepone pepone <[EMAIL PROTECTED]> wrote:
I use resources with wicket 1.1 the problem i see is that if i restart
the application i need to add all resources again and my application
has thousands of dynamic resources

is posible to add the resource the first time same body access if the
resource not exist?

and is posible redirect a response to a resource?

thanks

On 1/17/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> you can use Resources to do this, thats what they are for, and they have
> stable urls.
>
> -Igor
>
>
>
>
> On 1/17/06, pepone pepone < [EMAIL PROTECTED]> wrote:
> >
> > Hi all
> >
> > I have a web application that store documents and images in Application
> objects
> >
> > I need a page or a component that can return this files in a dynamic way
> >
> > for example:
> >
> >
> http://mydomain.com/app?bookmarkablePage=Home&action=""
> >
> > how can i do this with wicket-1.2?
> >
> > any ideas are wellcome thanks
> > --
> > play tetris http://pepone.on-rez.com/tetris
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> > for problems?  Stop!  Download the new AJAX search engine that makes
> > searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> >
> http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>


--
play tetris http://pepone.on-rez.com/tetris


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to