Forum: JSP Sep 12th, 2008 |
| Replies: 3 Views: 2,536 no company gives a rookie a project to run on his own.
no company gives anyone a project with no specs except "we want an online examination system".
no company would give that rookie a deadline of... |
Forum: JSP Sep 11th, 2008 |
| Replies: 3 Views: 812 What does this have to do with JSP anyway? |
Forum: JSP Sep 10th, 2008 |
| Replies: 17 Views: 4,347 what'd you expect from an Indian site by homework kiddos for homework kiddos?
I usually recommend them to homework kiddos, provides a good laugh to see them trashing about ;) |
Forum: JSP Sep 6th, 2008 |
| Replies: 7 Views: 1,561 So you come in here months later, create an account, and start flaming people?
If you'd looked carefully you'd have seen there was no question asked at all, fool. |
Forum: JSP Sep 6th, 2008 |
| Replies: 3 Views: 2,080 of course you can have multiple forms. It's quite common in fact.
Of course each form stands on its own, don't expect values from one form to be submitted as part of a request generated when... |
Forum: JSP Sep 4th, 2008 |
| Replies: 3 Views: 1,019 Servlet filters always run on the server.
They can provide services that have to run before the web application processes the request, like authentication.
A filter can intercept the requests,... |
Forum: JSP Sep 4th, 2008 |
| Replies: 2 Views: 1,020 you can't. You can't mix text and binary content and JSP are designed for text.
While they can output binary content, they're not meant to do so and I'm not going to tell you how to do a bad thing... |
Forum: JSP Sep 4th, 2008 |
| Replies: 1 Views: 665 this has nothing to do with JSP. |
Forum: JSP Sep 4th, 2008 |
| Replies: 1 Views: 758 you don't want to do that. It's not what JSP should be used for. |
Forum: JSP Sep 2nd, 2008 |
| Replies: 2 Views: 1,257 says it all. Toplink can't find the jdbc driver for the database you're telling it to use.
Supply the driver and you'll get another error (or it might even work if everything else is correct). |
Forum: JSP Sep 2nd, 2008 |
| Replies: 21 Views: 19,396 nah. We use them to make fun of the kiddos instead ;) |
Forum: JSP Sep 2nd, 2008 |
| Replies: 1 Views: 553 and what have you done so far?
That's a very simple problem, should take a reasonably intelligent person with a bit of knowledge about the technologies involved no more than a few hours to implement. |
Forum: JSP Sep 2nd, 2008 |
| Replies: 1 Views: 650 no. That's not the way to use JSP so we're not going to help you do it.
We're not going to do what you want anyway, which is to give you a fully working application.
Do your own research, and... |
Forum: JSP Aug 19th, 2008 |
| Replies: 5 Views: 760 and no, we're not going to do your homework for you. |
Forum: JSP Aug 16th, 2008 |
| Replies: 5 Views: 2,945 and what does this have to do with JSP?
Or haven't you gotten the hint yet that you should never use Java code in JSP?
And the message that you should never put binary content in a JSP outputstream? |
Forum: JSP Aug 16th, 2008 |
| Replies: 5 Views: 760 and then there's the use of the JDBC/ODBC bridge driver which is also a recipe for disaster.
And the bad "Title" tag in the html (browsers won't generally complain, but it's not correct). |
Forum: JSP Jul 9th, 2008 |
| Replies: 4 Views: 4,961 what's missing is a good spanking of you for even attempting to do such a thing using JSP. |
Forum: JSP Jul 9th, 2008 |
| Replies: 4 Views: 1,066 but what the heck does this have to do with JSP?
DSN is an ODBC concept, and has no relation to Java whatsoever.
It's also an utterly outdated concept for for example .NET. |
Forum: JSP Jul 8th, 2008 |
| Replies: 7 Views: 1,561 and of course you should not do anything except displaying the results from a JSP. |
Forum: JSP Jul 8th, 2008 |
| Replies: 1 Views: 783 don't do such things from JSP. |
Forum: JSP Jul 8th, 2008 |
| Replies: 1 Views: 1,031 not urgent. Come back in a few years. |
Forum: JSP Jul 8th, 2008 |
| Replies: 1 Views: 1,164 |
Forum: JSP Jun 28th, 2008 |
| Replies: 3 Views: 2,070 if you're using tempfiles you shouldn't care where they are as they're temporary anyway. |
Forum: JSP Jun 28th, 2008 |
| Replies: 4 Views: 4,961 don't use JSP to send email. |
Forum: JSP Jun 26th, 2008 |
| Replies: 2 Views: 1,814 no, we're not going to tell you how to do that. |
Forum: JSP Jun 25th, 2008 |
| Replies: 1 Views: 697 no, we're not going to help you with such rubbish.
Scriptlets are NOT to be used.
Database access from JSPs is NOT to be used.
Code tags MUST be used. |
Forum: JSP Jun 24th, 2008 |
| Replies: 1 Views: 1,369 no, you don't want to do that. |
Forum: JSP Jun 24th, 2008 |
| Replies: 1 Views: 769 there are no simple strut applications. |
Forum: JSP Jun 24th, 2008 |
| Replies: 1 Views: 829 no, we're not going to do your work for you.
If you're too lazy to do a bit of research or too stupid to understand what some simple tutorials tell you, you shouldn't have that job (or be signed up... |
Forum: JSP Jun 22nd, 2008 |
| Replies: 5 Views: 2,317 the problem in this case is not with Eclipse, nor (if it works outside of Eclipse) with your application, but with you.
You don't understand how to use Eclipse, and you blame Eclipse for that rather... |
Forum: JSP Jun 22nd, 2008 |
| Replies: 3 Views: 899 if it says it doesn't exist, it doesn't exist. So you're missing those classes or don't have them in the right place.
NEVER try to second-guess error messages, they're correct (if sometimes a bit... |
Forum: JSP Jun 21st, 2008 |
| Replies: 1 Views: 1,214 you can, but you don't want to.
It's not what JSP are meant to be used for. |
Forum: JSP Jun 21st, 2008 |
| Replies: 1 Views: 923 that has nothing whatsoever to do with JSP. It's clientside functionality which means it's probably Javascript.
and how do you think we could help you (even had you asked in the right place?)... |
Forum: JSP Jun 21st, 2008 |
| Replies: 7 Views: 2,910 no. that's defined by the browser. Most likely IE is just faster than is FF (wouldn't surprise me, it is faster in my experience) so it's getting a response and processing it before it gets a chance... |
Forum: JSP Jun 21st, 2008 |
| Replies: 5 Views: 2,317 Do NOT use scriptlets in JSP.
And learn something about Java in general before trying JSP.
Lastly, don't blame Eclipse and the server for your incompetence. Blame yourself for not understanding... |
Forum: JSP Jun 19th, 2008 |
| Replies: 4 Views: 1,605 You didn't post any "codes", you asked for people to provide you some... |
Forum: JSP Jun 19th, 2008 |
| Replies: 4 Views: 1,099 that's one bad JSP. Scriptlets, no proper headers, etc. etc. |
Forum: JSP Jun 19th, 2008 |
| Replies: 3 Views: 11,944 well, ANY version of Oracle released in the last decade has JDBC drivers.
Using the bridge driver is ALWAYS wrong! ALWAYS!
And so is doing database access from JSP. |
Forum: JSP Jun 19th, 2008 |
| Replies: 5 Views: 937 You can't, period.
What you MIGHT be able to do (but not with a properly configured webserver) is to generate (using a servlet) a list of files that can be downloaded, and another servlet that gets... |
Forum: JSP Jun 18th, 2008 |
| Replies: 1 Views: 763 you're wrong to ask that here for starters. |