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]

Reply via email to