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