### Eclipse Workspace Patch 1.0
#P stripes-svn
Index: stripes/resources/stripes.tld
===================================================================
--- stripes/resources/stripes.tld (revision 928)
+++ stripes/resources/stripes.tld (working copy)
@@ -817,6 +817,14 @@
java.lang.Object
+
+ The (optional) anchor that is appended at the end of the generated URL.
+ If the URL specified by the value attribute already contains the anchor then
+ the anchor specified by this attribute takes precedence.
+
+ anchorfalsetrue
+
+
The character set used to encode the referenced page. (HTML Pass-through)
charsetfalsetrue
@@ -1898,6 +1906,14 @@
+ The (optional) anchor that is appended at the end of the generated URL.
+ If the URL specified by the value attribute already contains the anchor then
+ the anchor specified by this attribute takes precedence.
+
+ anchorfalsetrue
+
+
+
Indicates if the application context path should be included at the beginning of
the generated URL.