Hello,

 

I´m working on a Project at the moment with Struts 1.

 

My Bean-Class looks like 

 

public class HardwareFormBean extends ActionForm{

      

      private HashMap hMap = new HashMap();

      hMap.put(„One“, VectorObject);     

}

 

I put a object of FormbeanVector in the hash. How Can I iterate this Vector
in my Jsp ??

 

Thanks

 

Reply via email to