You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Gnanasekaran Sakthivel <gs...@SystemAutomation.Com> on 2012/05/08 21:14:31 UTC

Can I access or find the struts bean name in a custom tag

Subject: Can I access or find the struts bean name in a custom tag

On a JSP, I have the following structure.

<html:form ...
Lots of struts tag.. including
<html:text property="..." />

<custom:text property="".../>

</html:form>

On this custom:text custom tag, I would like to get the name of the form bean to process. I wonder how the struts tag <html:text ...> identifies without mentioning it in the tag itself.

Thanks