RE: Problems with nested tags

2003-01-09 Thread Sri Sankaran
Your nested:root isn't what you expect it to since you are closing it immediately. Look closely, you have nested:root name=permissionteset/ ^^ You probably meant nested:root name=permissionteset .. /nested:root Sri -Original Message- From:

RE: Problems with nested tags

2003-01-09 Thread Jordan Thomas
Message- From: Sri Sankaran [mailto:[EMAIL PROTECTED]] Sent: Thursday, 9 January 2003 5:24 PM To: Struts Users Mailing List Subject: RE: Problems with nested tags Your nested:root isn't what you expect it to since you are closing it immediately. Look closely, you have nested:root name

RE: Problems with nested tags

2003-01-09 Thread David Morris
Jordan, I had a similar problem with the beta3 version of the nested tags. I posted a bug in bugzilla along with a patch that fixed this issue for me. What I found was that some code in the NestedPropertyHelper was picking up the default nested name value. If you are using Beta 3, you might

RE: Problems with nested tags

2003-01-09 Thread Jordan Thomas
Thanks David, Looks like that could be the problem but unfortunately your patch hasn't been committed. cheers Jordan -Original Message- From: David Morris [mailto:[EMAIL PROTECTED]] Sent: Thursday, 9 January 2003 5:54 PM To: [EMAIL PROTECTED] Subject: RE: Problems with nested tags