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 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 wrote: > From: Igor Vaynberg > Subject: Re: Dynamic Image (aka Barcode) based on user input not refreshed > via Ajax &g

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 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 image.  However, th

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 tag's url. I think the class was NonCachingImage. Cheers, Xavier 2010/3/19 Doug Leeper > I am trying to create a barcode image from a user entered value. T

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

2010-03-19 Thread Doug Leeper
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 image. However, the image is not getting refreshed. It appears that the browser is not recognizing that