Hi, I think you have it backwards, or I don't understand what you are trying to > do.
Depending on the value given for an attribute (say length) of my custom tag, I need to populate that many number of options in the select box (my custom tag will have one select box and few other controls). > Request->Struts2 Filter(etc,etc)->Action->View(ftl,jsp...)->Tags > If you need to call an action from the view, then you can use the "action" > tag. Ok, I'll check whether I can get attribute value if I use <s:action... /> from ftl. ManiKanta