forked from apache/struts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding tests to ensure recursive value attribute processing has been …
…disabled WW-2030 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@556624 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Donald J. Brown
committed
Jul 16, 2007
1 parent
5f16c73
commit 6043881
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
core/src/test/resources/org/apache/struts2/views/jsp/ui/Textfield-5.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<tr> | ||
<td class="tdLabel"><label for="myname" class="label">mylabel:</label></td> | ||
<td><input type="text" name="myname" size="10" value="%{1+1}" id="myname"/></td> | ||
</tr> |
4 changes: 4 additions & 0 deletions
4
core/src/test/resources/org/apache/struts2/views/jsp/ui/Textfield-6.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<tr> | ||
<td class="tdLabel"><label for="foo" class="label">mylabel:</label></td> | ||
<td><input type="text" name="foo" size="10" value="%{1+1}" id="foo"/></td> | ||
</tr> |