Dear colleagues,

sorry for that question. I'm working with WebSphereApplicationDeveloper and:

I HAVE TO SWITH URL REWRITNG ON in WebSphere !!!

(but as you know, these things can be time-consuming)

Best regards
- Volker -



-----Original Message-----
From: Volker Schneider [mailto:[EMAIL PROTECTED]]
Sent: Freitag, 14. Juni 2002 12:40
To: [EMAIL PROTECTED]
Subject: <xsp-session:encode-url> gives always empty string


Dear colleagues,

I want to use URL rewriting within xsp's and tried this:

<?xml version="1.0" encoding="iso-8859-1"?>

<xsp:page xmlns:xsp="http://apache.org/xsp";
          xmlns:xsp-session="http://apache.org/xsp/session/2.0";
          create-session="true">

<service>
  <xsp:element name="button">
    <xsp:attribute name="action"><xsp-session:encode-url
href="xyAction">Follow me</xsp-session:encode-url></xsp:attribute>
  </xsp:element>
</service>
</xsp:page>

But the resulting xml is:

<?xml version="1.0" encoding="UTF-8"?>
<service xmlns:xsp="http://apache.org/xsp";
xmlns:xsp-session="http://apache.org/xsp/session/2.0";>
  <button action="">

  </button>
</service>

What is wrong with encode-url?

Thank you, best regards
- Volker -


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to