I don't understand your question. What's the problem you're experiencing?

On Wed, Sep 16, 2009 at 9:38 AM, tibi <t...@dds.nl> wrote:

> 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: users-unsubscr...@appfuse.dev.java.net
> For additional commands, e-mail: users-h...@appfuse.dev.java.net
>
>

Reply via email to