Forum: JSP Sep 16th, 2007 |
| Replies: 2 Views: 11,342 It could probably be because you need to specify id for the select element. Some browsers pass data based on id, others based on the name attribute. To be safe, it is a good practice to define the id... |
Forum: JSP Sep 16th, 2007 |
| Replies: 1 Views: 882 If you are looking at web development, I would recommend that you install Tomcat (http://tomcat.apache.org/). |
Forum: JSP Aug 13th, 2007 |
| Replies: 2 Views: 6,147 I'm not sure I understand your problem. A little more code and clear explanation maybe! |
Forum: JSP Jan 29th, 2007 |
| Replies: 6 Views: 3,581 Yes, you will have to read the log file and display the content in a JSP.
No, there isn't a way of doing this automagically. |
Forum: JSP Jan 26th, 2007 |
| Replies: 14 Views: 21,231 Get connecting JSP with Mysql (http://www.httpguru.com/x.php?subaction=showfull&id=1168011453&archive=&start_from=&ucat=5)
The link in his signature is an indicator of the crap he's mentioned in... |
Forum: JSP Jan 24th, 2007 |
| Replies: 2 Views: 1,677 |
Forum: JSP Jan 20th, 2007 |
| Replies: 6 Views: 2,657 I'm not trying to come out. :p What I am saying is that the original post had a requirement: i want the parent window to be closed ...without any alert to be displayed...
If you are going to do a... |
Forum: JSP Jan 19th, 2007 |
| Replies: 14 Views: 21,231 He's not new now. The post is 18 months old. I only see exclusion of servlet as a part of a bad advice. If one doesn't know servlets, what to start with? Yeah, I know the usual argument that JSP is... |
Forum: JSP Jan 19th, 2007 |
| Replies: 6 Views: 2,657 That will display an alert at least with IE, which the OP does not want. |
Forum: JSP Jan 19th, 2007 |
| Replies: 7 Views: 3,280 It would be a good idea to feed the keywords of your topic to a search engine. You are likely to get a lot of good results. |
Forum: JSP Jan 16th, 2007 |
| Replies: 14 Views: 21,231 What prevents you from creating it? There is no problem in using MS Access if you realize that there are some inherent limitations to it. |
Forum: JSP Oct 27th, 2006 |
| Replies: 2 Views: 12,404 Would you like a browser to behave that way? Imagine some website which fires off a thousand print-outs on load. That sounds pretty malicious. |
Forum: JSP Oct 27th, 2006 |
| Replies: 2 Views: 12,404 |
Forum: JSP Oct 27th, 2006 |
| Replies: 3 Views: 3,533 Not sure what you mean. If you are hinting at importing driver classes in the code, it is not required. But if you mean having the driver JAR in the classpath, it should be in the Tomcat common lib.... |
Forum: JSP Oct 27th, 2006 |
| Replies: 2 Views: 3,282 That forum has several other problems and the moderators/developers ignore feedback most of the times. |
Forum: JSP Oct 6th, 2006 |
| Replies: 1 Views: 1,593 Your problem description does not make much sense to me and you seem to be 'sticking your tongue out' too often in the code. ;)
It might help if you post a simpler description of what you want to... |
Forum: JSP Oct 6th, 2006 |
| Replies: 3 Views: 1,781 maybe posting this question in an ASP forum with more details [relevant code] would help better. |
Forum: JSP Oct 6th, 2006 |
| Replies: 3 Views: 5,109 How far have you studied JSP/servlets so far? You need to create a directory for your web application under the auto-deployment directory (check Weblogic documentation for that)... you need a WEB-INF... |
Forum: JSP Oct 6th, 2006 |
| Replies: 3 Views: 5,109 huh? This is the JSP forum! |
Forum: JSP Sep 7th, 2006 |
| Replies: 2 Views: 8,701 The worst approach for any web application is to think of connecting a JSP to the JDBC directly. If you are really interested, there is a sql taglib in JSTL which would help you.
And Google is the... |
Forum: JSP Jun 30th, 2006 |
| Replies: 21 Views: 19,518 |
Forum: JSP Jun 30th, 2006 |
| Replies: 3 Views: 5,736 500 - means internal server error. This usually implies that there is a problem in the JSP or some part of the code. Check your server logs. |
Forum: JSP May 22nd, 2006 |
| Replies: 9 Views: 17,995 Should that not be onKeyPress?!? |
Forum: JSP May 18th, 2006 |
| Replies: 1 Views: 2,367 Delete the previous records and insert a new one. You would have the user id or something to look up for the records. |
Forum: JSP May 17th, 2006 |
| Replies: 4 Views: 7,932 You need to have an Ant task which would compile, build and deploy your web application to Tomcat. JCreator internally makes use of an Ant build file, which is a simple XML. You could edit it to add... |
Forum: JSP May 17th, 2006 |
| Replies: 3 Views: 2,894 Could you show some code snippet for what you are talking about? |
Forum: JSP May 15th, 2006 |
| Replies: 5 Views: 2,785 You are free to hold your opinions on the issue while I stick to mine. I'm certainly not taking that when I read Please Please Help, this is really urgent in your post, it's not intimidating to... |
Forum: JSP May 12th, 2006 |
| Replies: 5 Views: 2,785 If you are using the File IO, I should warn you that it does not work the same way in web applications as it does for a standalone application.
>> This worked but it didn't write to the file
... |
Forum: JSP May 8th, 2006 |
| Replies: 1 Views: 9,295 I am not completely sure if I know the exact cause but I think SQL server supports only one statement per connection. So, if you want to exeucte another query, you will require a new connection. You... |
Forum: JSP May 8th, 2006 |
| Replies: 1 Views: 7,409 The error message is clear enough. You are compiling the class(es) with a higher version of JDK than what Tomcat 4.0 is supposed to use. From the major.minor version = 49.0, I guess you are using JDK... |
Forum: JSP May 5th, 2006 |
| Replies: 14 Views: 22,176 Sometimes Google could get you lucky (http://www.oop-reserch.com/scheduler_example_1.html)! |
Forum: JSP May 5th, 2006 |
| Replies: 6 Views: 17,771 The ODBC driver is not recommended since there are limited features available. Oracle supports a lot more features than what the bridge driver could. The OCI driver requires an Oracle client... |
Forum: JSP May 4th, 2006 |
| Replies: 3 Views: 4,230 Could you add a line to print the stack trace?
ex.printStackTrace(); |
Forum: JSP May 4th, 2006 |
| Replies: 3 Views: 23,487 Go to Tomcat manager and check if the web application is running. |
Forum: JSP May 4th, 2006 |
| Replies: 1 Views: 3,575 http://www.bluemarsh.com/java/jswat/docs/howto-jsp.html |
Forum: JSP Apr 1st, 2006 |
| Replies: 1 Views: 5,327 There is no sense in having a web application if you want to run it like a stand-alone executable. All you need to do is deploy it on "one" SERVER and everyone else who have a browser would be able... |