Some time ago we were wondering what's the use of "beanName" and "beanScope" attributes in <tiles:put> tag. The answer came from some users:

http://www.mail-archive.com/user%40struts.apache.org/msg48310.html
http://www.mail-archive.com/user%40struts.apache.org/msg48459.html

As you can see, these attributes are used to get a bean stored somewhere to be used as a Tiles attribute. It seems the exact opposite of <tiles:importAttribute> tag.

Now a pair of questions:

1) Both of those users need "beanName" and "beanScope" implemented in tiles-defs.xml, because they seem to be not implemented according to the DTD. But in Cedric Dumoulin's site:
http://www2.lifl.fr/~dumoulin/tiles/
it says:

<snip>
*/Use and Set Bean in configuration file
/* It is now possible to use and set beans in the configuration file. Such bean can then be set as a <put> or <putList> tag value.
This increase and facilitate menu creation.
</snip>

Now, are these attributes implemented or not?

2) If it should be implemented, is it best to create an issue to Standalone Tiles or Struts-Tiles?

Ciao
Antonio

P.S.: Siamo i campioni del mondo!

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

Reply via email to