HI FREND,
i tried to call a JSP(thru a servlet ofcourse)
but it gave "Assertion Failed..java.util.AssertionError.
.. getServlet() returned null .."
i have checked all the stuffs, still it behaves strangely? seems to b
can any of u help,plz?
thanx in advance
-karthik,Chennai.
Discussions
Web tier: servlets, JSP, Web frameworks: calling JSP in weblogic gives "Internal Assertion Error"
-
calling JSP in weblogic gives "Internal Assertion Error" (2 messages)
- Posted by: Karthik PK
- Posted on: November 07 2000 04:59 EST
Threaded Messages (2)
- calling JSP in weblogic gives "Internal Assertion Error" by Skip Sauls on November 07 2000 15:48 EST
- calling JSP in weblogic gives "Internal Assertion Error" by Joseph Kiran on November 11 2000 15:13 EST
-
calling JSP in weblogic gives "Internal Assertion Error"[ Go to top ]
- Posted by: Skip Sauls
- Posted on: November 07 2000 15:48 EST
- in response to Karthik PK
Hi Karthik,
How are you calling the JSP? That is, what code are you using in the servlet and where is the JSP located?
Thanks,
Skip -
calling JSP in weblogic gives "Internal Assertion Error"[ Go to top ]
- Posted by: Joseph Kiran
- Posted on: November 11 2000 15:13 EST
- in response to Karthik PK
read from the URLConnection and write to the OutputStream of the Servlet(PrintWriter..).
What is the way u r doing it send the code.