bug 14366: question about tiles:useAttribute bugfix

2002-11-11 Thread Anand Joshi
List [EMAIL PROTECTED] g cc: Subject: Re: question about tiles:useAttribute bugfix

Re: question about tiles:useAttribute bugfix

2002-11-07 Thread Anand Joshi
]To: Struts Developers List [EMAIL PROTECTED] g cc: Subject: Re: question about tiles:useAttribute

Re: question about tiles:useAttribute bugfix

2002-11-05 Thread Cedric Dumoulin
: Subject: Re: question about tiles:useAttribute 11/04/2002 04:24

Re: question about tiles:useAttribute

2002-11-04 Thread Cedric Dumoulin
: Subject: Re: question about tiles:useAttribute 10/29/2002 04:32

question about tiles:useAttribute bugfix

2002-11-04 Thread Anand Joshi
: Subject: Re: question about tiles:useAttribute 11/04/2002 04:24 AM

Re: question about tiles:useAttribute

2002-10-31 Thread Anand Joshi
Developers List [EMAIL PROTECTED] g cc: Subject: Re: question about tiles:useAttribute

Re: question about tiles:useAttribute

2002-10-29 Thread Cedric Dumoulin
Hi, This is a bug in struts1.1b2 when used with web server doing reuse of tags. The required behavior of tiles:useAttribute name=aName is to use the name as id when id is not provided. This bug has been corrected in nightly build since 2002/10/7 . Can you try with the nightly build to

question about tiles:useAttribute

2002-10-28 Thread Anand Joshi
hi All, I had used tiles:useAttribute in struts 1.0.2 where tiles was separate. It used to work even without attribute id. Now in struts 1.1b2 release,I have to give id attribute otherwise tag does not work. specifcally it gives nullPointerException. ie: this line tiles:useAttribute