0 Replies Latest reply on Jan 4, 2006 5:50 AM by ramesa

    I want to post data from xslt file to porlet

    ramesa

      Hi,
      I want to post data from xslt file to porlet.

      For Ex:
      If we want to post data to servlet

      <xsl:attribute name="action"><xsl:value-of select="$PATH" /></xsl:attribute>

      where $path= /servlet/xslhandling

      Instead i have to post data to portlet

      <xsl:attribute name="actionURL"><xsl:value-of select="$PATH" /></xsl:attribute>

      Is it possible

      Regads,
      Ramesa