yes, this is part of the jsp.  when i add the <jetspeed:dynamicUri/> tag i
get that a jsp compilation error... i'd also like to send a paramenter to
my jsp:  like(consult/add/edit) do i need to add hidden parameters in the
jsp description or can i send them in the url??.

<%@ taglib uri="/WEB-INF/templates/jsp/tld/template.tld" prefix="jetspeed"
%>
<%@ page import="java.io.*" %>

<p>
<b>JSP</b> Hello Jacky    <br>
     New Url :  <input type="text" name="guess" value="" size="50"
maxlength="255">
</p>

  <form accept-charset="UTF-8, ISO-8859-1"
        method="POST"
        action="<jetspeed:dynamicUri/>"
        enctype="application/x-www-form-urlencoded">
     <input name="action" type="hidden" value="UpdateAccount">
   </form>





"Donald S Bell" <[EMAIL PROTECTED]> on 29/08/2001 05:40:06

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:
Subject:  Re: error in jsp

Are you including the taglib declaration in your portlet jsp?

Thanks,
Donald Bell





                    "Jacky ESAYAG"

                    <jesayag@ennov       To:
[EMAIL PROTECTED]
                    .com>                cc:

                                         Subject:     error in jsp

                    08/28/2001

                    01:03 PM

                    Please respond

                    to

                    jetspeed-user






hi, i'm using a jsp portlet and i get an error when i try to use a tag from
the tag library.... is this a known problem???


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]









---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to