Monthly Archives: October 2007
Dell Latitude D830 and Ubuntu Feisty (64 bit)
I recently got a Dell Latitude D830 to work on, since I’ll be travelling quite a lot and for that it’s useful to have your development environment with you on the road. The disadvantage is that you can have your … Continue reading
Posted in Debian/Ubuntu, Dell D830, Feisty, Ubuntu, Ubuntu x86_64
Leave a comment
Calling methods with parameters using JSTL
I was quite annoyed by the fact that you can’t just call a method with certain parameters using JSTL. Lucky me, google gave me a result where I could see how this is done (using JSP 2.0). The thing is, … Continue reading