Can anyone provide me pointers to tutorial (except the API) on using tags of struts-nested taglib.
More specifically, I'm looking for what <nested:root> tag does ?
Can anyone help me out in understanding this
jsp code on following points:
1) In the <nested:root> tag what does the attribute "name=message" refer to ?
2) Is "message" some logical name to any other bean class ? If yes, how can I find that class ?
3) Also, what do the attributes in other nested tage mean ?