Re: Dynamic Image (aka Barcode) based on user input not refreshed via Ajax

2010-03-20 Thread Doug Leeper
Perfect! Thanks! -- View this message in context: http://old.nabble.com/Dynamic-Image-%28aka-Barcode%29-based-on-user-input-not-refreshed-via-Ajax-tp27961609p27972311.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Dynamic Image (aka Barcode) based on user input not refreshed via Ajax

2010-03-19 Thread Xavier López
Found a similar issue not long ago. There is a class that does just what you mentioned, appends a timestamp as a request parameter of the img tag's url. I think the class was NonCachingImage. Cheers, Xavier 2010/3/19 Doug Leeper douglee...@yahoo.com I am trying to create a barcode image from a

Re: Dynamic Image (aka Barcode) based on user input not refreshed via Ajax

2010-03-19 Thread Igor Vaynberg
use NonCachingImage -igor On Fri, Mar 19, 2010 at 9:47 AM, Doug Leeper douglee...@yahoo.com wrote: I am trying to create a barcode image from a user entered value.  The image is to be updated while the user types.  Hence I am using Ajax (onChange event) on the text field to regenerate the

Re: Dynamic Image (aka Barcode) based on user input not refreshed via Ajax

2010-03-19 Thread David Chang
Exactly. That is what eventually I found out after quite some time fruitless research and test in other areas. --- On Fri, 3/19/10, Igor Vaynberg igor.vaynb...@gmail.com wrote: From: Igor Vaynberg igor.vaynb...@gmail.com Subject: Re: Dynamic Image (aka Barcode) based on user input