--
You received this message because you are subscribed to the Google Groups "Scalatags" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scalatags+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Is that really all that's necessary? It seems to me that you'd need to put the same thing into every other XXXFrag out there =P
To me, silently converting nulls to strings isn't *nice* at all. Very rails.
I'd prefer to know asap if I have nulls floating around.
Ben
It would not be nice when a page rendered that very unforgivingly tell user that an NPE occured with a stack dump compared to display of a "null" string which the developer can quickly zoom in to rectify it. :)
It would be painful if we have to check for null value before using scala tag. Scalatags very nicely handle None and Unit condition, shouldn't it handle the infamous null?
With my 3 weeks experience in scalatags I'm only able to get StringFrag show up as a "null" string and others just an empty String.