Re: session.getValue - Integer

2001-04-10 Thread Stanley Tan
I believe you inserted "100" as ""100"", a String. Try using session.setAttribute("GROUP_DIV_CODE", new Integer(100)) instead. BTW, putValue is deprecated. :) Use setAttribute/getAttribute instead. Hope this helps. If you have further questions, post

Re: Import

2001-04-08 Thread Stanley Tan
to a package than I guess no importation is required as long as its in the classpath. Stanley Tan At 01:25 PM 4/8/01 +0530, you wrote: to the best of my knowledge -- no ! However it is expected that the same should be avialable via CLASSPATH Mayuresh - Original Message - From: "Stanle

ResourceBundle

2001-04-07 Thread Stanley Tan
s"); } So what exactly does a ResourceBundle do? Someone please explain. Thanks, Stanley Tan === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL

Import

2001-04-07 Thread Stanley Tan
If a JSP page were to contain: jsp:useBean id="formHandler" class="foo.FormBean" scope="request" jsp:setProperty name="formHandler" property="*"/ /jsp:useBean Does foo.FormBean need to be imported? === To unsubscribe:

Synchronization Issues

2001-04-05 Thread Stanley Tan
ounter synchronized on "page" instead of on "application"? Thanks for your help. Stanley Tan === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMA

Re: JavaBeans Components vs. EJBs

2001-03-25 Thread Stanley Tan
ntity beans basically represent data, such as your bank account itself. Hope this helps. Stanley Tan At 08:51 PM 3/25/01 +0530, you wrote: Hi I was going through the J2EE BluePrints online (http://java.sun.com/j2ee/blueprints). There seems to be a difference between "JavaBeans comp