You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/05/09 18:28:55 UTC

svn commit: r654877 - /lenya/trunk/src/modules/editors/usecases/forms/oneform.jx

Author: andreas
Date: Fri May  9 09:28:55 2008
New Revision: 654877

URL: http://svn.apache.org/viewvc?rev=654877&view=rev
Log:
Adding action parameter to source editor form.

Modified:
    lenya/trunk/src/modules/editors/usecases/forms/oneform.jx

Modified: lenya/trunk/src/modules/editors/usecases/forms/oneform.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/editors/usecases/forms/oneform.jx?rev=654877&r1=654876&r2=654877&view=diff
==============================================================================
--- lenya/trunk/src/modules/editors/usecases/forms/oneform.jx (original)
+++ lenya/trunk/src/modules/editors/usecases/forms/oneform.jx Fri May  9 09:28:55 2008
@@ -35,7 +35,7 @@
 
     <jx:import uri="fallback://lenya/modules/usecase/templates/messages.jx"/>
     
-    <form method="post" name="oneform" enctype="multipart/form-data">
+    <form method="post" action="${usecase.getSourceURL()}" name="oneform" enctype="multipart/form-data">
       <input type="hidden" name="lenya.continuation" value="${continuation.id}"/>
       <input type="hidden" name="lenya.usecase" value="${usecase.getName()}"/>
       <jx:choose>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org