You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2008/09/28 14:31:59 UTC

svn commit: r699808 - /incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/FormComponent.java

Author: doebele
Date: Sun Sep 28 05:31:58 2008
New Revision: 699808

URL: http://svn.apache.org/viewvc?rev=699808&view=rev
Log:
EMPIREDB-19

Modified:
    incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/FormComponent.java

Modified: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/FormComponent.java
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/FormComponent.java?rev=699808&r1=699807&r2=699808&view=diff
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/FormComponent.java (original)
+++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/FormComponent.java Sun Sep 28 05:31:58 2008
@@ -67,6 +67,7 @@
                 formTag.addAttribute("name",     this.name);
                 formTag.addAttribute("onsubmit", this.onsubmit);
                 formTag.addAttribute("action",   getURL(action));
+                formTag.addAttribute("target",   this.target);
                 formTag.addAttribute("method",   this.method);
                 formTag.addAttribute("enctype",  this.enctype);
                 formTag.beginBody(true);