Hi , I am trying to use a jsp along with a Bean in Oracle JDeveloper. I am getting an Error namely "Unknown Error in JSP Translation ". could anyone help me solve this. Thanks.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12269
1
posted
0
That is pretty hard to debug - the translation step is mostly hidden from the developer. I would suggest backing off by dropping various parts from your JSP until you get something working. Maybe use a Bean that does not have to connect to the DB to keep things simple. There are all kinds of syntax errors that are hard to spot that can cause translation to fail. Which JSP engine are you using? Bill
Originally posted by William Brogden: That is pretty hard to debug - the translation step is mostly hidden from the developer. I would suggest backing off by dropping various parts from your JSP until you get something working. Maybe use a Bean that does not have to connect to the DB to keep things simple. There are all kinds of syntax errors that are hard to spot that can cause translation to fail. Which JSP engine are you using? Bill
Bill, The JSP Engine on the JDeveloper is Oracle JavaServerPages Engine. Also I dont have a DB access from my Bean. let me try what u had suggested. Thanks Rajeev