Hi
 
 Let me explain you more in detail.
 
          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="code1Size"value="<%=String.valueOf(code1addrList.size())%>" />
 
 The <bean:define id which is in jsp page is called in tilepage.jsp for 
processing. While I do this, I am not getting the page after tile insert. The 
page remains cutted off.
 
 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. 
 
 



> Date: Fri, 21 Sep 2007 09:10:21 +0200> From: [EMAIL PROTECTED]> To: 
> user@struts.apache.org> Subject: Re: Urgent: Is it possible to define 
> superclass form name in jsp file> > 2007/9/21, Arunkumar Balasubramanian 
> <[EMAIL PROTECTED]>:> >> > <bean:define id="name" name="Bformname" 
> scope="request"/>> >> > With this piece of code, you are putting:> - the bean 
> registered with the "Bformname" attribute name in thr "request"> scope> - in 
> the page scope (that it is the default) with the attribute name "name".> > Is 
> it really what you want?> > Antonio
_________________________________________________________________
Kick back and relax with hot games and cool activities at the Messenger Café.
http://www.cafemessenger.com?ocid=TXT_TAGLM_SeptWLtagline

Reply via email to