Could you decorate the bind context dictionary in this call to load() such that it detects 0D and returns ""?
On Mon, Oct 5, 2009 at 11:46 AM, Vicente de Rivera III < thirdy.deriv...@gmail.com> wrote: > Only one very small prob, I have a double totalPrice in my java bean. Some > other parts of the app, I need it to show 0.00 and now I need to show it > blank > > > On Mon, Oct 5, 2009 at 7:10 PM, Todd Volkert <tvolk...@gmail.com> wrote: > >> I'd do it via data binding -- call form.load() and pass a dictionary that >> contained data binding key/value pairs whose values would clear your >> components. >> >> -T >> >> >> On Mon, Oct 5, 2009 at 6:56 AM, Vicente de Rivera III < >> thirdy.deriv...@gmail.com> wrote: >> >>> Hi, how do you clear the contents of a Form? >> >> >> >