i hope this question is not asked and answerd i find it quite difficult to
google on it because i'm not sure how to name things :(

ok here my problem.

i have my own tag like this:
<my:userForm saveMethod="saveManager"/>

my tag looks like this:

<%@ include file="/common/taglibsForTags.jsp"%>
<%@ attribute name="saveMethod" %>
${saveMethod} <!---this woks and will print out the value -->
<s:submit key="button.save" method="%{saveMethod}"/><!--will add a submit
button but there is no method name -->

of i would do this:
<s:submit key="button.save" method="${saveMethod}"/>
i get an security error.

so how can i add the ${saveMethod} value into a struts tag??

thanks,

tibi


-- 
View this message in context: 
http://www.nabble.com/use-param-from-own-tag-in-struts-tag-tp25477711p25477711.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to