mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-4217 corrects dead link
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1530865 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -21,13 +21,12 @@
|
||||
|
||||
package org.apache.struts2.components;
|
||||
|
||||
import java.io.Writer;
|
||||
|
||||
import com.opensymphony.xwork2.util.ValueStack;
|
||||
import org.apache.struts2.StrutsException;
|
||||
import org.apache.struts2.views.annotations.StrutsTag;
|
||||
import org.apache.struts2.views.annotations.StrutsTagAttribute;
|
||||
import org.apache.struts2.StrutsException;
|
||||
|
||||
import com.opensymphony.xwork2.util.ValueStack;
|
||||
import java.io.Writer;
|
||||
|
||||
/**
|
||||
* <!-- START SNIPPET: javadoc -->
|
||||
@@ -56,7 +55,7 @@ import com.opensymphony.xwork2.util.ValueStack;
|
||||
* <br/><param name="color" value="blue"/> <-- (B) -->
|
||||
* <br/>In the first situation (A) the value would be evaluated to the stack as a <tt>java.lang.String</tt> object.
|
||||
* And in situation (B) the value would be evaluated to the stack as a <tt>java.lang.Object</tt> object.
|
||||
* <br/>For more information see <a href="http://jira.opensymphony.com/browse/WW-808">WW-808</a>.
|
||||
* <br/>For more information see <a href="https://issues.apache.org/jira/browse/WW-808">WW-808</a>.
|
||||
* <!-- END SNIPPET: javadoc -->
|
||||
*
|
||||
* <p/> <b>Examples</b>
|
||||
|
||||
Reference in New Issue
Block a user