> From: as as [mailto:[EMAIL PROTECTED]
> I just changed Html:hidden to html-el:hidden as follows:
> <html-el:hidden property="ID" value='<bean:write
> name="teacher" property="ID"/>'/>
This isn't going to work... <html-el> means you can use an expression
such as ${teacher.id} .
You STILL cannot put a tag inside of a tag.
Is your property 'ID' or 'id'? You keep switching it back and forth.
Is the method in the 'teacher' object 'getID' or 'getId' ? Double check
the JavaBeans spec, I think you're okay with 'id' and 'getId' but
consecutive uppercase letters have tripped me up in the past.
--
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]