How to generate the submenu with JSP?

I want to show a submenu when the mouse pointer upon a specific link or area. can i do that with JSP?
[108 byte] By [jerry Ng] at [2007-9-27 20:34:44]
# 1
You will have to do that using dynamic html
whizkeys at 2007-7-7 1:39:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I agree with whizkeys, you cannot do that with javacode in a JSP, you will need to use javascript (unless you want to try it with an applet, but, then you would have other issues and it would be a pain in the balls).
95rtturbo at 2007-7-7 1:39:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...