Shall post it next week. At 01:27 pm 16-01-2002 +0300, you wrote:
>Hm.. May be it is useful, can you post a code of this tag to the list? > > >> > >>JY> Problem: > >> > >>JY> The 'session' and the 'request' are "global" pools. There is a need to > >>JY> manage the namespace of the attributes stored in these pools. In > >>JY> particular, when the developers use more of Tiles to componentize the > >>JY> software, there is a need to avoid name clash between the including and > >>JY> included pages. > >> > >>JY> Proposal: > >> > >>JY> Introduce a <bean:prefix prefix="myPrefix"> tag. > >> > >>JY> Usage: > >> > >>JY> <bean:prefix prefix="myPrefix"> > >>JY> <bean:write name="person" property="name"/> > >>JY> <bean:write name="account" property="balance"/> > >>JY> </bean:prefix> > >> > >>JY> is equivalent to > >> > >>JY> <bean:write name="myPrefix.person" property="name"/> > >>JY> <bean:write name="myPrefix.account" property="balance"/> > >> > >>JY> If people think it's useful, I'll do the code and submit the patch. > >> > >>JY> p.s. Open question: The same mechanism can apply to <html:*> taglibs as > >>JY> well. If so, where should this <?:prefix> live? > >> -- John Yu Scioworks Technologies e: [EMAIL PROTECTED] w: +(65) 873 5989 w: http://www.scioworks.com m: +(65) 9782 9610 Scioworks Camino - "Rapid WebApp Assembly for Struts" -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>