I have a RenderedDynamicImageResource thats rendering a barcode, however I'm having trouble with it in that it only ever renders one image per session.

The resource has been added to:
[Application].getSharedResources().add(
                                CommonPage.class,
                                "barcodeResource",
                                null,
                                null,
                                new BarcodeImageResource(UnitConv.mm2px(100, 
73), UnitConv
                                                .mm2px(100, 73)));

I have set the resource up as:
setCacheable(false)

and i reset the last modified time when i render as:
setLastModifiedTime(Time.now());

I'm using 1.4-SNAPSHOT

Doe anyone have any idea how I can get this darn thing to return a new image on every request

- Brill

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to