dmkarr 2003/01/12 16:06:00 Modified: doc/userGuide struts-bean.xml struts-html.xml struts-logic.xml Log: Changed all "id" attributes (representing the names of scripting variables to create) so the "rtexprvalue" attribute is "false". In these cases, the value of the attribute needs to be available at compile time, so using a scriptlet expression will not work. Revision Changes Path 1.8 +9 -9 jakarta-struts/doc/userGuide/struts-bean.xml Index: struts-bean.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-bean.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- struts-bean.xml 20 Nov 2002 04:29:26 -0000 1.7 +++ struts-bean.xml 13 Jan 2003 00:05:59 -0000 1.8 @@ -65,7 +65,7 @@ <attribute> <name>id</name> <required>true</required> - <rtexprvalue>true</rtexprvalue> + <rtexprvalue>false</rtexprvalue> <info> <p>Specifies the name of the scripting variable (and associated page scope attribute) that will be made available with the value of the @@ -176,7 +176,7 @@ <attribute> <name>id</name> <required>true</required> - <rtexprvalue>true</rtexprvalue> + <rtexprvalue>false</rtexprvalue> <info> <p>Specifies the name of the scripting variable (and associated page scope attribute) that will be made available with the value of the @@ -285,7 +285,7 @@ <attribute> <name>id</name> <required>true</required> - <rtexprvalue>true</rtexprvalue> + <rtexprvalue>false</rtexprvalue> <info> <p>Specifies the name of the scripting variable (and associated page scope attribute) that will be made available with the value of the @@ -410,7 +410,7 @@ <attribute> <name>id</name> <required>true</required> - <rtexprvalue>true</rtexprvalue> + <rtexprvalue>false</rtexprvalue> <info> <p>Specifies the name of the scripting variable (and associated page scope attribute) that will be made available with the value of the @@ -612,7 +612,7 @@ <attribute> <name>id</name> <required>true</required> - <rtexprvalue>true</rtexprvalue> + <rtexprvalue>false</rtexprvalue> <info> <p>Specifies the name of the scripting variable (and associated page scope attribute) that will be made available with the value of @@ -659,7 +659,7 @@ <attribute> <name>id</name> <required>true</required> - <rtexprvalue>true</rtexprvalue> + <rtexprvalue>false</rtexprvalue> <info> <p>Specifies the name of the scripting variable (and associated page scope attribute) that will be made available with the value of the @@ -725,7 +725,7 @@ <attribute> <name>id</name> <required>true</required> - <rtexprvalue>true</rtexprvalue> + <rtexprvalue>false</rtexprvalue> <info> <p>Specifies the name of the scripting variable (and associated page scope attribute) that will be made available with the value of the @@ -794,7 +794,7 @@ <attribute> <name>id</name> <required>true</required> - <rtexprvalue>true</rtexprvalue> + <rtexprvalue>false</rtexprvalue> <info> <p>The name of a page scope JSP bean, of type <code>java.lang.Integer</code>, that will be created to contain the @@ -864,7 +864,7 @@ <attribute> <name>id</name> <required>true</required> - <rtexprvalue>true</rtexprvalue> + <rtexprvalue>false</rtexprvalue> <info> <p>Specifies the name of the scripting variable (and associated page scope attribute) that will be made available with the value of 1.46 +1 -1 jakarta-struts/doc/userGuide/struts-html.xml Index: struts-html.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-html.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- struts-html.xml 29 Dec 2002 17:00:56 -0000 1.45 +++ struts-html.xml 13 Jan 2003 00:05:59 -0000 1.46 @@ -3858,7 +3858,7 @@ <attribute> <name>id</name> <required>true</required> - <rtexprvalue>true</rtexprvalue> + <rtexprvalue>false</rtexprvalue> <info> The name of a page scope JSP bean that will contain the current element of the collection of messages on each iteration, if it is not 1.11 +2 -2 jakarta-struts/doc/userGuide/struts-logic.xml Index: struts-logic.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-logic.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- struts-logic.xml 24 Dec 2002 01:50:08 -0000 1.10 +++ struts-logic.xml 13 Jan 2003 00:06:00 -0000 1.11 @@ -507,7 +507,7 @@ <attribute> <name>id</name> <required>true</required> - <rtexprvalue>true</rtexprvalue> + <rtexprvalue>false</rtexprvalue> <info> <p>The name of a page scope JSP bean that will contain the current element of the collection on each iteration, if it is not @@ -518,7 +518,7 @@ <attribute> <name>indexId</name> <required>false</required> - <rtexprvalue>true</rtexprvalue> + <rtexprvalue>false</rtexprvalue> <info> <p>The name of a page scope JSP bean that will contain the current index of the collection on each iteration.</p>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>