Author: rgardler
Date: Wed Dec  7 14:03:07 2005
New Revision: 354871

URL: http://svn.apache.org/viewcvs?rev=354871&view=rev
Log:
absolute path to form processing pipeline

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/resources/themes/common/html/content-noteTaking.ft

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/resources/themes/common/html/content-noteTaking.ft
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/resources/themes/common/html/content-noteTaking.ft?rev=354871&r1=354870&r2=354871&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/resources/themes/common/html/content-noteTaking.ft
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/resources/themes/common/html/content-noteTaking.ft
 Wed Dec  7 14:03:07 2005
@@ -48,7 +48,7 @@
           </xsl:choose>
         </xsl:variable>
         
-        <form action="noteTaking/do/addNote.html" method="post">
+        <form action="/noteTaking/do/addNote.html" method="post">
           <textarea name="note">
             <xsl:attribute name="cols">
               <xsl:value-of select="$content-noteTaking-cols/@value"/>


Reply via email to