You are not declaring the Struts Tag in your JSP before using it. Something
like this:

<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>

Struts Tags are supposed to result in normal HTML, so in your case that
means the server isnt processing your Tag (the server sees it as as plain
html, not a Tag Library to be processed).

Regards.

                        Luis Olivares.
                 Infosphere S.A. de C.V.
     "Delivering the Power of Information"
    -------------------------------------------------------------
              (52)8-365-42-88 Ext. 107.
            [EMAIL PROTECTED]


----- Original Message -----
From: "Antonio Weber" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 05, 2001 9:53 AM
Subject: struts-tags are even in the html-site


> Hi !!
>
> Is this ok that a struts-tag is in the html-site to ?
> Because in my action I can't get the value of the pk_lookupkey.
>
>
> </td><td><center>2009-12-12</center>
> </td><td>
>                         <html:hidden property="pk_lookupkey"
value="72.0"/>
>                         <center><input type="submit" name="action"
> value="Remove"></center>
>                       </td><td>
>                         <center><input type="submit" name="action"
> value="Update"></center>
>                       </td></tr>
>                </form>
>
> <html:hidden property="pk_lookupkey" value="72.0"/>
>
> Thanks for help !

Reply via email to