Search Results

Showing results 1 to 36 of 36
Search took 0.01 seconds.
Search: Posts Made By: aniseed ; Forum: JSP and child forums
Forum: JSP Sep 16th, 2007
Replies: 2
Views: 11,342
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
Forum: JSP Jan 20th, 2007
Replies: 6
Views: 2,657
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
Forum: JSP Oct 27th, 2006
Replies: 3
Views: 3,533
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
huh? This is the JSP forum!
Forum: JSP Sep 7th, 2006
Replies: 2
Views: 8,701
Posted By aniseed
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
Posted By aniseed
Forum: JSP Jun 30th, 2006
Replies: 3
Views: 5,736
Posted By aniseed
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
Posted By aniseed
Should that not be onKeyPress?!?
Forum: JSP May 18th, 2006
Replies: 1
Views: 2,367
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
Could you show some code snippet for what you are talking about?
Forum: JSP May 15th, 2006
Replies: 5
Views: 2,785
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
Could you add a line to print the stack trace?
ex.printStackTrace();
Forum: JSP May 4th, 2006
Replies: 3
Views: 23,487
Posted By aniseed
Go to Tomcat manager and check if the web application is running.
Forum: JSP May 4th, 2006
Replies: 1
Views: 3,575
Posted By aniseed
http://www.bluemarsh.com/java/jswat/docs/howto-jsp.html
Forum: JSP Apr 1st, 2006
Replies: 1
Views: 5,327
Posted By aniseed
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...
Showing results 1 to 36 of 36

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC