Hi guys,

I wish to define a bean:id as
  <bean:define id="entitybean"  name="RegionForm" 
property="regions["<%= elementNo%>"].region_ent"
type="java.util.ArrayList" scope="session"/>    


I tried giving <%= elementNo%>
               <bean:write....>
but it didn't work.

Is there a way to do this?

FYI,
where RegionForm has attribute

java.util.ArrayList regions;
String elementNo;  // get populated on selection
default="0"

regions is a list of class type Region.

Region class has attribute
    java.util.ArrayList region_ent;



__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

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

Reply via email to