hi all
two trivial issue with jswdk1.0..
!>as per jsp1.1 specs declaration should be before using the var
but i am happily using the objects before their declaration
2>when iam using double in my bean and setting the property by usebean
tag
it's generating the code like
myBean.setPrincipal(Double.valueOf(request.getParameter(principal)).doubleValue());

and saying that principal is not the variable ..
when i am changing it to int then it works fine (wraping principal in
side quotes )
thanx in ad
piyu

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to