Is it possible to use a <bean:define id which is in JSP page in a Tile (which 
uses that id). I was getting a error like part of  page after tiles insert is 
not being displayed. I was wondering whther Tile has an access to bean which is 
defined in JSP page. Since the bean is taking property from page specific form, 
i was unable to include that in a tile. Here is where it creates problem.
          I need to call an id which is defined in JSP page in Tile. My jsp 
page code looks like:
<td>
     <bean:define id="addrList" name="AddForm" scope="request" property="add" 
type="java.util.List" />
     <tiles:insert page="/tilepage.jsp" flush="true" />
</td> Where as in tilepage.jsp the code looks like:<bean:define 
id="Size"value="<%=String.valueOf(addrList.size())%>" />  The <bean:define 
id=addrList which is in jsp page is called in tilepage.jsp calculation. While I 
do this, I am not getting part page after tiles insert. The page remains cutted 
off and nothing displays after tiles:insert part.  Does any one have idea about 
how to use <bean:id which is defined in jsp page in a tile. Or if there are any 
other ways in achieving this, could you elaborate on this.   
_________________________________________________________________
Can you find the hidden words?  Take a break and play Seekadoo!
http://club.live.com/seekadoo.aspx?icid=seek_wlmailtextlink

Reply via email to