Re: Simple JavaBeans applications not working (newbie question)

2005-05-09 Thread Michael Strorm
--- Wendy Smoak <[EMAIL PROTECTED]> wrote: > Before you continue, you might shut down Tomcat and > delete the 'work' > directory associated with this webapp to make sure > you're starting fresh. > (I assume such a thing exists in version 5, I'm > still using 4.1.) The work directory still exist

Re: Simple JavaBeans applications not working (newbie question); FIXED!

2005-05-08 Thread Michael Strorm
--- Anoop kumar V <[EMAIL PROTECTED]> wrote: > > Everything works perfectly fine in your jsp and > bean except that the > > package mentioned in your bean (Beany.java) file > seems incorrect Aaawwrrgh! (Bangs head against wall several dozen times) Thank you. That was such a stupid mistake

Simple JavaBeans applications not working (newbie question)

2005-05-07 Thread Michael Strorm
Hi, First off, let me apologise for the level of detail in this message; if possible, I'd have made it shorter. Anyway, I'm trying to learn J2EE; Tomcat seemed like a good choice to learn the underlying technology, rather than a particular JSP/Servlet container's deployment tool. I can get 'plain