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 name="idColumn"
classname="java.lang.String" /> : cause exception.
while <tiles:useAttribute id="idColumn" name="idColumn"
classname="java.lang.String" /> works fine.
Taglib reference does not list id as required attribute. So I am confused
for its usage. I am simply adding id="{same value as name}"
for all occurances of tiles:useAttribute for porting my webApp to
struts1.1b2.
Can you explain rationale behind making id as required attribute?
Any help will be greatly appreciated.
Thanks
Anand Joshi
Websphere Development Team
Ph: 919-254-4331 (Tie 444-4331)
mail: [EMAIL PROTECTED]
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>