jsp, servlet, database access

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
sai5904
Beginner
Beginner
Posts: 2
Joined: Mon Nov 17, 2003 5:11 pm

jsp, servlet, database access

Post by sai5904 »

Hi,
I am new to Milonic, it looks great. Kudos to Andy and his team. There are questions that pops up in my mind. Please let me know if I make any sense.
1. How to retrieve the menu items, from the backend using JSP or Servlet. I mean all data including the menu, menu items, and their links.
2. Is it possbile to use querystring to get the request parameter. I can see
url=menusample.php?sampleid=3;
But can I get this value of sampleid, using jsp like this
String strSample = request.getQueryString()


Please Reply,
Sai
Post Reply