Wednesday, April 12, 2006

Another Stupid JSP Mistake
If you want to directly embed the output of a Java bean property in your jsp you need to surround the call to the getter with '<%= %>' and not '<% %>' as I initially was doing...

No comments: