You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Zakaria khabot <z....@ced.mfie.gov.ma> on 2002/12/04 12:30:02 UTC

html:link

Hi,
In a JSP file a have done 
<html:link action="/processValidator">
    <img src="../../images/execute.gif" width="24" height="24" alt="Execute example" class="icon" />
</html:link>

But I received the error :
action is not a property of org.apache.struts.taglib.html.LinkTag
What can I do (I am usinf Jdevelopper 9i)
Thanks.....



Re: html:link

Posted by Gurpreet Dhanoa <gu...@smartdatainc.com>.
USe

<html:link pahe="/processValidator">
    <img src="../../images/execute.gif" width="24" height="24" alt="Execute
example" class="icon" />
</html:link>

----- Original Message -----
From: "Zakaria khabot" <z....@ced.mfie.gov.ma>
To: "struts-user" <st...@jakarta.apache.org>
Sent: Wednesday, December 04, 2002 5:00 PM
Subject: html:link



Hi,
In a JSP file a have done
<html:link action="/processValidator">
    <img src="../../images/execute.gif" width="24" height="24" alt="Execute
example" class="icon" />
</html:link>

But I received the error :
action is not a property of org.apache.struts.taglib.html.LinkTag
What can I do (I am usinf Jdevelopper 9i)
Thanks.....





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