Re: Nesting tags in JSP

2002-01-05 Thread Ted Husted

You may want to say 

html:text property=userId size=20 name=login property=userId/

-Ted.


Jack wrote:
 
 What would be the syntax needed to cause the output of a bean:write tag to
 be written into the value property of an html:text tag?  I tried the
 following, but it never made it past the compiler:
 
 html:text property=userId size=20 value=bean:write name=login
 property=userId/ /
 
 TIA.
 
 Jack

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Nesting tags in JSP

2002-01-03 Thread Jack

What would be the syntax needed to cause the output of a bean:write tag to
be written into the value property of an html:text tag?  I tried the
following, but it never made it past the compiler:

html:text property=userId size=20 value=bean:write name=login
property=userId/ /

TIA.

Jack


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]