Originally posted by Ito_^:
1. no.. but there are workarounds. easiest is append it in the url and send it together with the request. e.g. something?name=ABC
2. shld be can, but u need to write it as html.. i forgot the syntax le.. print?
Hmm... actually I am doing a Product Catalog sort of thingy.
Firstly, the JSP access the Servlet and the Servlet access the Bean to obtain the information from the Microsoft Access File.
So when it is displayed on the JSP, its in a Table Form. And since its a Product Catalog, it'll require a Description ( To show in depth description of each product ) and Add To Cart button for each Entry retrieved from the database. This where the image link comes from. I am going to loop it through all the entries.
However, all the link links to the same JSP page, that is going to show more in depth information about the product. The only thing that is different about the links are the embed values, because I am going to need to them to know which information to extract from the database in the next page.
How should I go about doing it?