The 'hosts' should be '<bean:define>'d
-----Original Message-----
From: Richard [mailto:[EMAIL PROTECTED]
Sent: Monday, November 08, 2004 11:55 AM
To: Struts Users Mailing List
Subject: My bean cannot be found.
Hello Guys,
My newly created bean cannot be found please help. heres my code....
<select>
<%
User user = ( User )
session.getAttribute( "user" ) ;
ArrayList hosts = ( ArrayList )
user.getOriginatingHosts() ;
System.out.println( hosts.size() ) ;
%>
<logic:iterate id="hostname" name="hosts" >
<option value="host 1"><bean:write
name="hostname" property="value"/></option>
</logic:iterate>
</select>
Do I have to have a usebean on the top of my jsp page?
Thanks
Richard
---------------------------------------------------------------------
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]