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 2006/10/26 12:25:56 UTC

svn commit: r467948 - /lenya/trunk/src/modules/bxe/usecases/insertAsset.jx

Author: andreas
Date: Thu Oct 26 03:25:54 2006
New Revision: 467948

URL: http://svn.apache.org/viewvc?view=rev&rev=467948
Log:
Don't treat the 'insert asset' button as usecase submit button. This avoids the NPE in Create.checkPreConditions(), see bug 40558.

Modified:
    lenya/trunk/src/modules/bxe/usecases/insertAsset.jx

Modified: lenya/trunk/src/modules/bxe/usecases/insertAsset.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/bxe/usecases/insertAsset.jx?view=diff&rev=467948&r1=467947&r2=467948
==============================================================================
--- lenya/trunk/src/modules/bxe/usecases/insertAsset.jx (original)
+++ lenya/trunk/src/modules/bxe/usecases/insertAsset.jx Thu Oct 26 03:25:54 2006
@@ -88,7 +88,7 @@
               </jx:if>
               <tr>
                 <td colspan="2">
-                  <input i18n:attr="value" type="submit" name="submit" value="Submit"
+                  <input i18n:attr="value" type="submit" value="Submit"
                     onClick="javascript:${usecase.getView().getParameter('callbackFunction')}('${usecase.getParameter('document').getName()}');" />
                   &#160;
                   <input i18n:attr="value" type="submit" name="cancel" value="Cancel"



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