Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: A bug in setProperty ?


Message #1 by Paolo Balzarotti <paolo.balzarotti@t...> on Tue, 2 Jan 2001 14:32:10 +0100
Hey,

I did notice a peculiar issue with the setProperty
method and long property names.
I did not try the dot notation, but long names do
behave a bit peculiar at times.
It does help to keep the case similiar.

Manish


--- Paolo Balzarotti
<paolo.balzarotti@t...> wrote:
> 
> Hello,
> do you know if there is a bug in the JSP setProperty
> method when the name of
> the variables are long and similar such as 
> 
> <jsp:useBean id="forni" scope="page"
> class="gestionecontratti.Fornitori" />
> 
> <jsp:setProperty name="forni" property="*" />
> ...
> forni.getDocumentiEDIConferma();
> forni.getDocumentiEDIFattura();
> forni.getDocumentiEDIOrdine();
> ...
> 
> or the data comes from a checkbox?
> 
> Thank you

--- 
NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS?  Is FREE okay?
Visit EarthWeb for the latest in IT Management, Software Development, 
Web Development, Networking & Communications, and Hardware & Systems.  
Click on http://www.earthweb.com for FREE articles, tutorials,
and discussions from the experts.
---
You are currently subscribed to pro_jsp as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-pro_jsp-$subst('Recip.MemberIDChar')@p2p.wrox.com

  Return to Index