Solved my own question.. the second one i listed below is the correct one.. had to dig through some api stuff and realized my error was caused by another problem on my page.. with a similar name, hate that =)
----- Original Message ----- From: "David Erickson" <[EMAIL PROTECTED]> To: "Struts Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 15, 2003 1:32 PM Subject: Stuts Tags Syntax Question > Hi I have a form bean named edituserForm which has a getter method getUser() > which returns my custom User class bean, and I'm trying to render the value > returned by my User Beans getId() method.. what syntax would I use? here's > what ive tried with no luck.. > > <html-el:hidden name="edituserForm.user" property="id"/> > > > > <html-el:hidden name="edituserForm" property="user.id"/> > > Both return error [ServletException in:/admin/edituser.jsp] Cannot find bean > userid in any scope' > > > > Thanks in advance! > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

