> Class coldfusion.runtime.java.JavaProxy can not access a member of class > jxl.Workbook with modifiers "protected"
The protected modifier is used to restrict access to that class. Only a class or interface that extends the jxl.Workbook class in its own package is able to access it. hth Rod --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
