Once you have your images sorted you may want to have a look at:

http://code.google.com/p/wicket-slides/

or perhaps there is a jQuery slideshow plugin that you could use with
the newer Wicket-jQuery integrations.

Francisco



2009/6/27 Johannes Schneider <[email protected]>:
> Hi,
>
> I want to implement a slide show with wicket.
> I have many images on the local hard disk - but they are unordered.
>
> Now I want to create a slide show that shows those images sorted.
>
>
> I started this way:
>
> Created a page with an <img> and added that markup there:
>
> add( new Image( "image", new WebResource() {
> //access the file on the hd
> }
>
> Is this the best way? Or am I missing something?
>
>
> Of course I'd like to change the image(s) using AJAX. Could anyone give
> me a hint/link where I should continue to search...
>
>
>
> Thanks,
>
> Johannes
>
> ---------------------------------------------------------------------
> 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