hi list,
for struts i create my own tag
like this:
<%@ include file="/common/taglibsForTags.jsp"%>
<%@ attribute name="saveMethod" %>
<s:submit key="button.save" cssClass="buttonheading medium"
method="%{saveMethod}"/>
this will not work because %{saveMehtod} will be empty
when i try this i hit the security issue
<s:submit key="button.save" cssClass="buttonheading medium"
method="${saveMethod}"/>
i keep on running into these issue's.... grrr
thanks for the help,
tibi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]