5,727 Posted Topics

Member Avatar for optiwizer
Member Avatar for ntdaycott

read the documentation. And remember that in Java (as in all C inspired languages) indices are 0-based (and yes, there are some discrepancies in that, in Java as elsewhere).

Member Avatar for jwenting
0
89
Member Avatar for BethL

yes, you are legally bound to what you agreed to. It doesn't matter who clicked that button, by clicking it that account was linked to that contract. If the contract holder allows others to use that account the contract holder is still the one who holds the contract and has …

Member Avatar for jwenting
0
121
Member Avatar for surekhavk

not in JSP, so the question has no place here. And if you don't know String concatenation you shouldn't be dabbling in either database or web application programming.

Member Avatar for jwenting
0
71
Member Avatar for tanha

XE supports a single database, which the installer creates. That's the main limitation of the product, as is very well documented. If you want more capabilities, you need the full Oracle 10g (or 11g) product, which is available for sale (or for qualifying people for free for test/eval/development purposes).

Member Avatar for tanha
0
131
Member Avatar for Motvel
Member Avatar for kimbostun

no, we're not going to try to make sense of a mess of unformatted code. And no, we're not going to fix your mistakes for you. Ask specific questions about specific errors, showing the actual errors, and we may provide you with hints as to their solutions.

Member Avatar for jwenting
0
108
Member Avatar for anbuhikaru

when a class reaches 100 lines of code you should hear alarm bells going off in your head. It's getting way too large, too complex, and probably has way too many responsibilities.

Member Avatar for jwenting
0
86
Member Avatar for mattcrow
Member Avatar for javaAddict
0
145
Member Avatar for sujith.1728

In India many companies are still under the impression that having tons of certifications and no experience is better than having experience but no certifications. In the rest of the world people know better, know that certifications are no guarantee for knowledge. What you should start doing is evaluate WHY …

Member Avatar for jwenting
0
81
Member Avatar for vanipriya

create a servlet that fills some memory structure (most likely a Map) with the data needed to create the rows of the dropdown, and in the JSP use a JSTL <forEach> tag to create the option elements.

Member Avatar for jwenting
0
488
Member Avatar for majestic0110
Member Avatar for sneekula
0
262
Member Avatar for etc123

on the radio here someone joked a few weeks ago that PETA would get quite upset on hearing that a woman shaved her pussy...

Member Avatar for jephthah
0
167
Member Avatar for Rahul17
Member Avatar for jwenting
0
133
Member Avatar for Traicey

uh, no. that's your job, we're not here to do your homework for you.

Member Avatar for Traicey
0
156
Member Avatar for peter_budo

read the installation instructions carefully and be sure to understand them before you try anything. After that do a trial run on some local server on your own machine to make sure it works. That's all :)

Member Avatar for jwenting
0
83
Member Avatar for mattyd

[quote]Christianity, and almost all religions for that matter, suck tons of cash from its members.. [/quote] The Catholic church in the town I come from is so poor they can't even afford a priest. They share a priest with several other parishes, he visits one of them each week. The …

Member Avatar for ~s.o.s~
3
10K
Member Avatar for mayankmunot
Member Avatar for kitsune

yup. At least 2 ways. 1) generate a bitmap using something like JFreeChart from a servlet that you link to through an image tag. 2) generate it as text using some CSS magic to make it look nice.

Member Avatar for jwenting
0
98
Member Avatar for Hockey-nut

don't use scriptlets, don't put business logic in JSP, don't use Access as a database, use code tags

Member Avatar for sinan.yk
0
198
Member Avatar for punitdam

The <jsp:include tag includes the runtime result of executing another JSP into the one it's contained in. As your page is a static page, not a JSP, it won't compile to a Java servlet, which is what the error indicates. Make it a JSP and try again.

Member Avatar for sinan.yk
0
847
Member Avatar for tyczj

says it all, you're trying to cast something to something else that it can't be cast to.

Member Avatar for tyczj
0
111
Member Avatar for jbennet

I usually just drop a very large nuke on them, turning them into parking lots :)

Member Avatar for jephthah
0
42
Member Avatar for NycNessyness
Member Avatar for NycNessyness
0
386
Member Avatar for parthiban
Member Avatar for George2

says it all really... It can't find "COM1" using the Solaris classes (which is hardly surprising). It also can't the Windows classes, which is also hardly surprising if you didn't install them.

Member Avatar for jwenting
0
226
Member Avatar for sonu_net

there isn't, and there shouldn't be, as such things are NOT things you do in a JSP. Javascript maybe, servlets certainly, but not JSP.

Member Avatar for jwenting
0
45
Member Avatar for omarelmasry

if you're a C++ programmer the concepts and syntax should already be familiar to you. They're quite similar to C++ (though there are differences in implementation).

Member Avatar for omarelmasry
0
97
Member Avatar for WalkmanXD
Member Avatar for peter_budo
0
140
Member Avatar for NAMAN JAIN
Member Avatar for afflictedd2

and another idiot insisting on using Java code in JSP. And rude too, expecting people to open potentially dangerous attachments and read their content, taking a lot of time.

Member Avatar for ~s.o.s~
0
93
Member Avatar for arumugam4all

nope. No such thing exists. If there was a "best for everything" compression algorithm no others would exist. The very fact that other algorithms do exist and are used proves that there is no "best for everything". This is a generally true statement. And even if there was, we'd not …

Member Avatar for jwenting
0
77
Member Avatar for Natethemad

The exact "tools" you learn in school are utterly irrelevant for getting a job as a programmer. A green as grass junior grasshopper programmer like you'll be is expected to know exactly NOTHING of value when starting his first job, except knowing how to keep his mouth shut and do …

Member Avatar for naina_gill
0
310
Member Avatar for Dani

Out of state mailorder purchases in the US are not subject to salestax. Online purchases at the moment count as mailorder (there are plans to change that). The seller of course has to declare his income from the purchase towards his income taxes (there may be a lower limit for …

Member Avatar for selfhelpebooks
0
366
Member Avatar for degamer106

BoxLayout will stretch to the size of the largest component in it. All layout managers generally behave like that (or similar).

Member Avatar for jwenting
0
183
Member Avatar for priyav
Member Avatar for jk_bscomp

nope, not in XP :) Restarting the system hasn't been required since Windows 98. Merely restart the console session.

Member Avatar for peter_budo
0
979
Member Avatar for firastar
Member Avatar for Ezzaral
0
59
Member Avatar for DangerDev

It may finally do something about the increasing dominance of Google over all aspects of the internet... At the moment neither Microsoft nor Yahoo has the power to challenge Google when it comes to online services (except possibly email), this deal should level the playing field in at least some …

Member Avatar for sneekula
0
582
Member Avatar for mo86uk

which you use depends on how many buttons you have and how reusable you want your code to be :) Personally I prefer a distinct method per control and a distinct ActionListener per control. Makes it a lot easier to share them between controls that do the same thing (say …

Member Avatar for jwenting
0
3K
Member Avatar for Sandeep_12in

that's not JSP, that's what we wrote in servlets around 1998 and quit writing when JSP 0.9 came around a year later. Noone in his right mind does things like that any more.

Member Avatar for jwenting
0
43
Member Avatar for shytr

tell your team leader that you lied when you applied for the job, that you're incapable of doing the work assigned to you, and that you want to be fired on the spot and hope they won't sue you for fraud.

Member Avatar for masijade
0
117
Member Avatar for The Dude
Member Avatar for WalkmanXD

think about it. If all object instances were created at compile time, how could you ever create a program that deals with information the amount of which is not known at compile time?

Member Avatar for majestic0110
0
177
Member Avatar for disraeli
Member Avatar for ajithraj
Member Avatar for push

by doing your own homework and not thinking that by sleeping in class, not reading your books, and asking others to do your assignments for you you can learn something. Any book on Java, any tutorial that covers command line programs (which will be most of all beginners' tutorials), any …

Member Avatar for sushil4U
0
213
Member Avatar for ullasvk2000
Member Avatar for to.prakashg

Most likely your html is not valid, and IE and FF deal with those errors differently, with IE being more successful at it than FF.

Member Avatar for Thirusha
0
143
Member Avatar for engrasi

do your own homework, kiddo. If anyone were to send you something you'd have "taken it from internet" anyway, so you fail. Of course lazy kiddos like you deserve nothing short of dismal failure.

Member Avatar for Jens
0
153

The End.