RE: Urgent: Is it possible to define superclass form name in jsp file

2007-09-21 Thread Arunkumar Balasubramanian
pache.org> Subject: Re: Urgent: Is it possible to define > superclass form name in jsp file> > 2007/9/21, Arunkumar Balasubramanian > <[EMAIL PROTECTED]>:> >> > scope="request"/>> >> > With this piece of code, you are putting:> - the bean &g

RE: Urgent: Is it possible to define superclass form name in jsp file

2007-09-21 Thread Arunkumar Balasubramanian
Thanks for your response. by having in a Tile.Where Bformname is super class. If I have this piece of code, the page after 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 > supercla

Re: Urgent: Is it possible to define superclass form name in jsp file

2007-09-21 Thread Antonio Petrelli
2007/9/21, Arunkumar Balasubramanian <[EMAIL PROTECTED]>: > > > 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? Ant

Urgent: Is it possible to define superclass form name in jsp file

2007-09-20 Thread Arunkumar Balasubramanian
Hi I would like to know whether it is possible to define super class name in JSP file. Here is what my problem is: Aformname is a form which extends Bformname (super class). A tile was created with property names in Bformname (super class). For defining id using in Tilepage.jsp