Doesn't hangman use PackagedResourceReferences? The important thing is
to have the same (static) url. Whether there is the same image
referenced ten times or different images doesn't realy matter.

Juergen

On 11/12/05, Arto Arffman <[EMAIL PROTECTED]> wrote:
> Nope. I have to repeat the same image with exactly same src. Hangman repeats
> different images (and they have different src attributes as they should
> have)
>
>
> 2005/11/12, Juergen Donnerstag <[EMAIL PROTECTED]>:
> > i guess the hangman is a good example for how to do it.
> >
> > Juergen
> >
> > On 11/12/05, Arto Arffman < [EMAIL PROTECTED]> wrote:
> > > Hi,
> > >
> > > I have a ListView which has ImageButtons for editing. In IE those images
> > > render slowly and it causes unpleasent visual effects. If the src
> attribute
> > > would be exactly the same for each row, I think it would render more
> > > smoothly. How can I achieve this?
> > >
> > > Now the generated html for a ImageButton is:
> > > <input value="Edit" width="16" height="16" type="image"
> > >
> src="/app?path=2:form:table:rows:23:editButtons:edit&amp;version=4&amp;interface=IResourceListener"
> > > name="table:rows:23:editButtons:edit"/>
> > >
> > > where rows:23 increments from row to row.
> > >
> > > /arto
> >
> >
> > -------------------------------------------------------
> > SF.Net email is sponsored by:
> > Tame your development challenges with Apache's Geronimo App Server.
> Download
> > it for free - -and be entered to win a 42" plasma tv or your very own
> > Sony(tm)PSP.  Click here to play:
> http://sourceforge.net/geronimo.php
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to