Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

JSP Problem

  Asked By: Ibthaj    Date: Feb 06    Category: Java    Views: 660
  

I have a problem with my jsp.
I am creating an application that uses jsp and microsoft sql.
I have a text area field to store the text resume of our applicants.
Whenever i will try to insert the values inserted in the text area
which is really really long it gets chopped off in the database
fields.

I have specified in the database field the data type of ntext.

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Rafael Thompson     Answered On: Feb 06

are checked the data  type of the field  in you database?
'coz i think that's the problem

 
Answer #2    Answered By: Helga Miller     Answered On: Feb 06

v\:* {behavior:url (#default#vml);}v\:* { BEHAVIOR: url (#default#vml)}Dear
Michael,

Simply,status code 404 means " Resource not found" so I guess your problems
coming from application  paths.
So,please check again your paths and every thing will be good

 
Answer #3    Answered By: Willard Washington     Answered On: Feb 06

HI any one tell me that what is the reason of this error.

HTTP Status 404 - Servlet jsp  is not available
---------------------------------
type Status report
message Servlet jsp is not available
description The requested resource (Servlet jsp is not available) is not
available.

 
Answer #4    Answered By: Emily Brown     Answered On: Feb 06

Just offhand, I'd say that Servlet.jsp is not available. This does not
necessary happen only because the file Servlet.jsp does not exist, but
more likely because Servlet.jsp is not set up correctly in the
appropriate web.xml file.

 
Didn't find what you were looking for? Find more on JSP Problem Or get search suggestion and latest updates.




Tagged: