/srv/irclogs.ubuntu.com/2008/05/27/#ubuntu-java.txt

henghaHi, in my servlet I want to output different content based on the post variable, say, if action='fetch' got post, it will use PrintWriter out.println("a"); if there is NO action post var but var='list' it should out.println('upload'); I put this if else in my doPost method : String action=request.getParameter('action'); String upload=request.getParameter('var'); if ( "fetch" == action ) { out.println("do Fetch"); } else { doSomethingMethod(var);}; HOW01:28
henghafetch',  doSomethingMethod(var) still got executed ( since var is not defined, so I got ExceptionError ), any idea ?01:28
dholbachgood morning07:58
robiladmoin dholbach08:07
dholbachheya robilad - how are you doing? :)08:08
robiladlots of tunnels on the way up to hamburg :/08:21
robiladso my connection is spotty08:21
dholbachI hope other than that you're fine :)08:22
robilad1oh yeah, all's well, i am thinking about jumping over to berlin for fri/sat linux tag08:27
robilad1there is apparently a cheap bus service between berlin & hamburg, so I figure I should check that one out08:28
dholbachnice08:28
* dholbach is going to be around too08:28
robilad1dholbach: do you know mjung, by chance?08:33
dholbachrobilad1: Marko?08:33
robilad1yeah, you do ;)08:34
dholbach:-)08:34
dholbachrobilad1: what about Marko?08:45
robilad1dholbach: he worked at the same place i did for a while, and studied at the same uni, so we've known each other for a while.08:48
robilad1and since he's now one of the linuxtag guys, i figured you'd know him ;)08:48
dholbachah great :)08:48
WaxyFreshCan anyone please help me with setting up java in opera,i have suns java and the java plugin installed and my path set up ?correctly? but still no luck17:04

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!