Re: What's wrong with this sentence?
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Oct 2007 17:51:26 GMT
On Wed, 31 Oct 2007 17:49:51 GMT, Roedy Green
<see_website@xxxxxxxxxxxxxxxxxxxx> wrote, quoted or indirectly quoted
someone who said :
Hashtable<String, ItemInfo> userCart = (Hashtable)
session.getAttribute("userCart");
What happens when you cast it to a generic like this:
Hashtable<String, ItemInfo> userCart = (Hashtable)--
session.getAttribute("userCart");
oops. In DSK Ctrl-W to send is right next to Ctrl-V to paste. It sent
this off before it was ready.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- What's wrong with this sentence?
- From: JTL.zheng
- Re: What's wrong with this sentence?
- From: Roedy Green
- What's wrong with this sentence?
- Prev by Date: Re: Great SWT Program
- Next by Date: Re: What's wrong with this sentence?
- Previous by thread: Re: What's wrong with this sentence?
- Next by thread: Re: What's wrong with this sentence?
- Index(es):
Relevant Pages
|