RE: access variable value in html tag

2004-03-26 Thread Steltner, Joern
, but I might have been doing it with plain HTML (non-struts tags): html:option value=c:out value=${accounts.number}/c:out value=${accounts.number}//html:option ._. -Original Message- From: Steltner, Joern [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 7:28 AM To: [EMAIL PROTECTED

access variable value in html tag

2004-03-19 Thread Steltner, Joern
Dear, I'm not an expert in Struts and Java. I need some simple help: html:select property=no_account c:forEach var=accounts items=${Accounts} varStatus=status html:option value=c:out value=${accounts.number}/html:option /c:forEach /html:select Everything works fine, but at ???