Re: @AlternateMessage and null values

2011-03-25 Thread bconoly
Anyone? On Mar 24, 11:11 am, bconoly bcon...@gmail.com wrote: Hey All,    I'm trying to use the new @AlternateMessage annotation in my message interface to control messages when some values are null and some are not.  The javadoc for the AlternateMessage says it accepts Strings but it

Re: @AlternateMessage and null values

2011-03-25 Thread Jeff Larsen
Try @Optional in front of the strings that can be null. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: @AlternateMessage and null values

2011-03-25 Thread bconoly
Hmmm, nope didn't work, does the @AlternateMessage support handling null values? On Mar 25, 11:49 am, Jeff Larsen larse...@gmail.com wrote: Try @Optional in front of the strings that can be null. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

@AlternateMessage and null values

2011-03-24 Thread bconoly
Hey All, I'm trying to use the new @AlternateMessage annotation in my message interface to control messages when some values are null and some are not. The javadoc for the AlternateMessage says it accepts Strings but it doesn't seem to handle a null value whether I try to mark it with none or