What would cause exception on line 129?
catch (Throwable t) {
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
LINE 129 if (pageContext != null)
pageContext.handlePageException(t)...
Hi,
I'm getting a wierd jasper exception and not sure how to debug it further. What's interesting is that my ViewSPClient.jsp page doesn't have 129 lines. So I'm confused. Please help.
What's the root cause of something like this?
How do you debug such an error?
Her'es the exception I'm...
here's what I want to do.
have a .jsp page that user comes to, and puts in values in html form , and I want to pass those variables in the .jsp form somewhere else.
Is there an example that shows how I can use JSP to have access to values within html input box?
hi,
I'm new to JSP but know java.
Do you guys know of an example where you can have an html UI and pass the user input to a jsp page. How is that done?
thank you
suppose I need the variable 'loginUsername' to be global to a sesssion.
so first thing i do,
session_register("loginUsername");
I have a showUserStatus() in another script that I want to print out the value in loginUsername. How do I use the $_SESSION variable to acutally get the value of...
hi,
would anyone know what the cause of the following symptom is...
Fatal error: MySQL error: 1062 : Duplicate entry '0-1-1' for key 1 in
why is it not allowed to have multiple entries with same value?
for example...
$query = "UPDATE users SET user_name='$formVariables["username"]' ,
are the ' and " in the right places, I seem to be getting a parsing error. I need to know if there is something wrong with this syntax...
'$formVariables["username"]'
Hi,
Is it possible to provide php session timeout functionality by modifying php.ini? How?
If the above is not possible, does anyone know of an example on how to do php session timeouts?
oops never mind, what had happened was that I had an if case for a registered session so that code didn't execute the first time around, but it did the 2nd time around since session was registered. So that piece of code had contained the sql error.
Does anyone know what generally causes error code 1064 to appear?
as in...
Fatal error: MySQL error: 1064 : You have an error in your SQL syntax near '' at line 1 in
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.