webwork/src/main/webwork/view/taglib PropertyTag.java,1.2,1.3

[email protected] Tue, 07 May 2002 19:07:55 -0700
Newsgroups gmane.comp.java.webwork.cvs
Message-ID <[email protected]>
Update of /cvsroot/webwork/webwork/src/main/webwork/view/taglib
In directory usw-pr-cvs1:/tmp/cvs-serv4010

Modified Files:
	PropertyTag.java 
Log Message:
updated javadoc

Index: PropertyTag.java
===================================================================
RCS file: /cvsroot/webwork/webwork/src/main/webwork/view/taglib/PropertyTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PropertyTag.java	8 May 2002 01:40:08 -0000	1.2
--- PropertyTag.java	8 May 2002 02:07:53 -0000	1.3
***************
*** 16,26 ****
  
  /**
!  *	Access the value of a named property. By default, this tag
!  *  will escape its contents if it does not have a body. If it
!  *  does, it will not escape the contents.
   *
!  *	@author Rickard Öberg ([email protected])
!  *	@author Matt Baldree ([email protected])
!  *	@version $Revision$
   */
  public final class PropertyTag
--- 16,28 ----
  
  /**
!  *  Access the value of a named property. By default (implicitly),
!  *  this tag will escape its contents if it does *not* have a body.
!  *  If it does have a body, the tag will not escape the contents.
!  *  You can explicitly tell the tag to escape or not.
!  *  Quoted text that is escaped will have its quotes stripped off.
   *
!  * @author Rickard Öberg ([email protected])
!  * @author Matt Baldree ([email protected])
!  * @version $Revision$
   */
  public final class PropertyTag
***************
*** 105,109 ****
                    if (escape.booleanValue()) {
                       pageContext.getOut().write(TextUtil.escapeHTML(String.valueOf((char[]) value)));
-                      //pageContext.getOut().write(String.valueOf((char[]) value));
                    } else {
                       pageContext.getOut().write(String.valueOf((char[]) value));
--- 107,110 ----
***************
*** 112,116 ****
                    if (escape.booleanValue()) {
                       pageContext.getOut().write(TextUtil.escapeHTML(value.toString()));
-                      //pageContext.getOut().write(value.toString());
                    } else {
                       pageContext.getOut().write(value.toString());
--- 113,116 ----



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [email protected]