Posts Tagged ‘jsp’

More often than not people come to the spring forums asking about PropertyEditor’s. PropertyEditors are needed when you want to convert a string value to an object. Say for example, your command object contains a reference to a User object and the list of user’s is shown in the jsp with the value of the [...]

Saturday, February 14th, 2009 at 10:35 | 6 comments
Categories: Spring
Tags: , ,

I hate writing pagination code. Infact I hate it so much, I try not to paginate my lists at all. ( I know, i know, very bad on my part) . Writing pagination code totally destroys the code reuse in an application, developers generally just copy paste the very same pagination code all over the [...]

Friday, February 13th, 2009 at 15:47 | 39 comments
Categories: Ajax, Spring

It’s all to common for beginners of spring to stumble upon what may look like odd spring problems. Most users think that these are bugs while more often than not they are expected spring behaviour. I myself have stumbled upon my fair share of such problems. One such problem is clearing the data contained within [...]

Friday, February 13th, 2009 at 11:05 | 1 comment
Categories: Spring, Tips & Tricks
Tags: ,
TOP