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

Reply via email to