You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/05/19 08:40:41 UTC

svn commit: r170884 [1/2] - in /incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags: divpanel/ html/ javascript/ tree/

Author: rich
Date: Wed May 18 23:40:39 2005
New Revision: 170884

URL: http://svn.apache.org/viewcvs?rev=170884&view=rev
Log:
This is a patch from Carlin Rogers to address http://issues.apache.org/jira/browse/BEEHIVE-710 : netui tag libraries documentation: imageAnchor through textBox tags.  It contains only JavaDoc updates (but a lot of them).

Thanks Carlin!

tests: drt in trunk, bvt in netui (WinXP)
BB: self (linux)


Modified:
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/divpanel/DivPanel.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Anchor.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/AnchorBase.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Area.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Attribute.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Base.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Behavior.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Body.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Button.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/CheckBox.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/CheckBoxOption.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/ConfigurePopup.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Content.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Error.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/ErrorBaseTag.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Exceptions.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FileUpload.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Form.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatNumber.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatString.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatTag.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Hidden.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Html.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlDefaultableDataSourceTag.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlFocusBaseTag.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlGroupBaseTag.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlOptionsDataSourceTag.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/IFormattable.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Image.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/ImageAnchor.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/ImageButton.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Label.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/LabelBase.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Parameter.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/ParameterMap.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/RadioButtonOption.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/RetrievePopupOutput.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/RewriteName.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/RewriteURL.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Select.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/SelectOption.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/TextArea.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/TextBox.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/IScriptReporter.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptBlock.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptContainer.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/Tree.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeElement.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeHtmlAttribute.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeHtmlAttributeInfo.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeItem.java
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreePropertyOverride.java

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/divpanel/DivPanel.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/divpanel/DivPanel.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/divpanel/DivPanel.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/divpanel/DivPanel.java Wed May 18 23:40:39 2005
@@ -76,7 +76,7 @@
     /**
      * Sets an expression which indentifies the DivPanelState which will store the state of the
      * DivPanel between posts to the server.
-     * @param dataSource - the tree attribute name
+     * @param dataSource the tree attribute name
      * @jsptagref.attributedescription An expression which identifies which DivPanelState object will store state between posts to the server.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>expression</i>
@@ -90,7 +90,7 @@
 
     /**
      * Set the ID of the tag.
-     * @param tagId - the tagId.
+     * @param tagId the tagId.
      * @jsptagref.attributedescription Set the ID of the &lt;div> tag
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>
@@ -104,7 +104,7 @@
 
     /**
      * Set the name of the first page to display.
-     * @param firstPage - the name of the first page.
+     * @param firstPage the name of the first page.
      * @jsptagref.attributedescription Set the name of the first page to display.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>string_or_expression</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Anchor.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Anchor.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Anchor.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Anchor.java Wed May 18 23:40:39 2005
@@ -138,7 +138,7 @@
 
     /**
      * Sets the onClick javascript event.
-     * @param onclick - the onClick event.
+     * @param onclick the onClick event.
      * @jsptagref.attributedescription The onClick JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onClick</i>
@@ -174,7 +174,7 @@
      * link name will not be qualified into a ScriptContainer.  If the link name
      * does not contain the "#" the normal tagId qualification will take place
      * to produce the actual fragment identifier.
-     * @param linkName - the link name for the Anchor.
+     * @param linkName the link name for the Anchor.
      * @jsptagref.attributedescription An internal place on the page to go to.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_linkName</i>
@@ -189,7 +189,7 @@
 
     /**
      * Sets <code>charset</code> attribute for the anchor.
-     * @param charSet - the window target.
+     * @param charSet the window target.
      * @jsptagref.attributedescription The character set.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_charset</i>
@@ -203,7 +203,7 @@
 
     /**
      * Sets <code>type</code> attribute for the anchor.
-     * @param type - the window target.
+     * @param type the window target.
      * @jsptagref.attributedescription The type.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_type</i>
@@ -217,7 +217,7 @@
 
     /**
      * Sets <code>hreflang</code> attribute for the anchor.
-     * @param hreflang - the window target.
+     * @param hreflang the window target.
      * @jsptagref.attributedescription The HREF lang.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_hreflang</i>
@@ -231,7 +231,7 @@
 
     /**
      * Sets <code>rel</code> attribute for the anchor.
-     * @param rel - the window target.
+     * @param rel the window target.
      * @jsptagref.attributedescription The relationship between the current document and the target Url.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_rel</i>
@@ -245,7 +245,7 @@
 
     /**
      * Sets <code>rev</code> attribute for the anchor.
-     * @param rev - the window target.
+     * @param rev the window target.
      * @jsptagref.attributedescription Describes a reverse link from the anchor specified to the current document.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_rev</i>
@@ -260,7 +260,7 @@
 
     /**
      * Sets the window target.
-     * @param target - the window target.
+     * @param target the window target.
      * @jsptagref.attributedescription The window target.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_action</i>
@@ -275,7 +275,7 @@
     /**
      * This will set the text of the anchor.  If there is body content, this
      * will override that value.
-     * @param value - The text of the anchor.
+     * @param value the text of the anchor.
      * @jsptagref.attributedescription Set the text of the anchor, overriding the body content.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_value</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/AnchorBase.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/AnchorBase.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/AnchorBase.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/AnchorBase.java Wed May 18 23:40:39 2005
@@ -68,7 +68,7 @@
 
     /**
      * Sets <code>shape</code> attribute for the area.
-     * @param shape - the window target.
+     * @param shape the window target.
      * @jsptagref.attributedescription The shape.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_shape</i>
@@ -82,7 +82,7 @@
 
     /**
      * Sets <code>coords</code> attribute for the area.
-     * @param coords - the window target.
+     * @param coords the window target.
      * @jsptagref.attributedescription The coordinates.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_coordinates</i>
@@ -96,7 +96,7 @@
 
     /**
      * Set the name of the action for the Area.
-     * @param action - the name of the action to set for the Area.
+     * @param action the name of the action to set for the Area.
      * @jsptagref.attributedescription The action method to invoke.  The action method must be in the Controller file
      * of the Page Flow directory.
      * @jsptagref.databindable false
@@ -112,7 +112,7 @@
 
     /**
      * Sets the href of the Anchor. This attribute will accept the empty String as a legal value.
-     * @param href - the hyperlink URI for the Area.
+     * @param href the hyperlink URI for the Area.
      * @jsptagref.attributedescription The URL to go to.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_href</i>
@@ -128,7 +128,7 @@
 
     /**
      * Sets the anchor to be added to the end of the generated hyperlink.
-     * @param location - the name of the location anchor.
+     * @param location the name of the location anchor.
      * @jsptagref.attributedescription Location within the URI to visit.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_location</i>
@@ -143,7 +143,7 @@
     /**
      * Set the target "scope" for the anchor's action.  Multiple active page flows may exist concurrently within named
      * scopes.  This attribute selects which named scope to use.  If omitted, the default scope is assumed.
-     * @param targetScope - the name of the target scope in which the associated action's page flow resides.
+     * @param targetScope the name of the target scope in which the associated action's page flow resides.
      * @jsptagref.attributedescription The target scope in which the associated action's page flow resides.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>string_targetScope</i>
@@ -157,7 +157,7 @@
 
     /**
      * Sets the formSubmit indicator.
-     * @param formSubmit - whether or not the enclosing Form should be submitted.
+     * @param formSubmit whether or not the enclosing Form should be submitted.
      * @jsptagref.attributedescription Boolean.  If <code>formSubmit</code> is set to true, and the &lt;netui:anchor> tag
      * is within a &lt;netui:form> tag,
      * then the form data will be submitted to the method named in the
@@ -177,7 +177,7 @@
 
     /**
      * Sets the popup indicator.
-     * @param popup - whether or not the anchor should open a popup window.
+     * @param popup whether or not the anchor should open a popup window.
      * @jsptagref.attributedescription Boolean.  If <code>popup</code> is set to true,
      * the anchor will open a popup window.
      * @jsptagref.databindable true
@@ -193,7 +193,7 @@
 
     /**
      * When true, this anchor will disable itself after being clicked.
-     * @param disableSecondClick - when true, this anchor will disable itself after being clicked.
+     * @param disableSecondClick when true, this anchor will disable itself after being clicked.
      * @jsptagref.attributedescription Boolean.  If <code>disableSecondClick</code> is set to true,
      * the anchor will disable itself after being clicked.
      * @jsptagref.databindable true
@@ -209,7 +209,7 @@
 
     /**
      * Sets the tabIndex of the rendered html tag.
-     * @param tabindex - the tab index.
+     * @param tabindex the tab index.
      * @jsptagref.attributedescription The tabIndex of the rendered HTML tag.  This attribute determines the position of the
      * rendered HTML tag in the sequence of tags that the user may advance through by pressing the TAB key.
      * @jsptagref.databindable false
@@ -229,7 +229,7 @@
      * keyboard navigation key.  It is recommended not to use the following
      * values because there are often used by browsers <code>A, C, E, F, G,
      * H, V, left arrow, and right arrow</code>.
-     * @param accessKey - the accessKey value.
+     * @param accessKey the accessKey value.
      * @jsptagref.attributedescription The keyboard navigation key for the element.
      * The following values are not recommended because they
      * are often used by browsers: <code>A, C, E, F, G,
@@ -251,7 +251,7 @@
 
     /**
      * Sets the onBlur javascript event.
-     * @param onblur - the onBlur event.
+     * @param onblur the onBlur event.
      * @jsptagref.attributedescription The onBlur JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onBlur</i>
@@ -265,7 +265,7 @@
 
     /**
      * Sets the onFocus javascript event.
-     * @param onfocus - the onFocus event.
+     * @param onfocus the onFocus event.
      * @jsptagref.attributedescription The onFocus JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onFocus</i>
@@ -281,8 +281,8 @@
 
     /**
      * Adds a URL parameter to the generated hyperlink.
-     * @param name  - the name of the parameter to be added.
-     * @param value - the value of the parameter to be added (a String or String[]).
+     * @param name  the name of the parameter to be added.
+     * @param value the value of the parameter to be added (a String or String[]).
      * @param facet
      */
     public void addParameter(String name, Object value, String facet) throws JspException

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Area.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Area.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Area.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Area.java Wed May 18 23:40:39 2005
@@ -52,7 +52,7 @@
 
     /**
      * Sets the property to specify the alt text of the image.
-     * @param alt - the image alignment.
+     * @param alt the image alignment.
      * @jsptagref.attributedescription Specifies alternate text for the area.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_alt</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Attribute.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Attribute.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Attribute.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Attribute.java Wed May 18 23:40:39 2005
@@ -61,7 +61,7 @@
 
     /**
      * Sets the <code>name</code> attribute.
-     * @param name - the value of the <code>name</code> attribute.
+     * @param name the name of the attribute.
      * @jsptagref.attributedescription The name of the attribute to add to the parent tag.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_name</i>
@@ -76,7 +76,7 @@
 
     /**
      * Sets the <code>value</code> attribute.
-     * @param value - the value of the <code>name</code> attribute.
+     * @param value the value of the attribute.
      * @jsptagref.attributedescription The value of the attribute to add to the parent tag.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>string_or_expression_value</i>
@@ -90,7 +90,7 @@
 
     /**
      * Sets the <code>facet</code> attribute.
-     * @param facet - the value of the <code>facet</code> attribute.
+     * @param facet the value of the <code>facet</code> attribute.
      * @jsptagref.attributedescription The name of the facet targetted by the attribute.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_or_expression_value</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Base.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Base.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Base.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Base.java Wed May 18 23:40:39 2005
@@ -61,7 +61,7 @@
 
     /**
      * Set the default window target.
-     * @param target - the window target.
+     * @param target the window target.
      * @jsptagref.attributedescription The default window target.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_windowTarget</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Behavior.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Behavior.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Behavior.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Behavior.java Wed May 18 23:40:39 2005
@@ -44,7 +44,7 @@
 
     /**
      * Sets the <code>name</code> behavior.
-     * @param name - the value of the <code>name</code> behavior.
+     * @param name the value of the <code>name</code> behavior.
      * @jsptagref.attributedescription The name of the behavior to add to the parent tag.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_name</i>
@@ -59,7 +59,7 @@
 
     /**
      * Sets the <code>value</code> behavior.
-     * @param value - the value of the <code>name</code> behavior.
+     * @param value the value of the <code>name</code> behavior.
      * @jsptagref.attributedescription The value of the behavior to add to the parent tag.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>string_or_expression_value</i>
@@ -73,7 +73,7 @@
 
     /**
      * Sets the <code>facet</code> behavior.
-     * @param facet - the value of the <code>facet</code> attribute.
+     * @param facet the value of the <code>facet</code> attribute.
      * @jsptagref.attributedescription The name of the facet targetted by the behavior.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>string_or_expression_value</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Body.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Body.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Body.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Body.java Wed May 18 23:40:39 2005
@@ -60,7 +60,7 @@
 
     /**
      * Sets the onLoad javascript event.
-     * @param onload - the onLoad event.
+     * @param onload the onLoad event.
      * @jsptagref.attributedescription The onLoad JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onLoad</i>
@@ -74,7 +74,7 @@
 
     /**
      * Sets the onUnload javascript event.
-     * @param onunload - the onUnload event.
+     * @param onunload the onUnload event.
      * @jsptagref.attributedescription The onLoad JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onUnload</i>
@@ -88,7 +88,7 @@
 
     /**
      * Sets the background image of the page.
-     * @param background - the background image of the page.
+     * @param background the background image of the page.
      * @jsptagref.attributedescription The background image of the page.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_background</i>
@@ -102,7 +102,7 @@
 
     /**
      * Sets the bgcolor of the page.
-     * @param bgcolor - the background color of the page.
+     * @param bgcolor the background color of the page.
      * @jsptagref.attributedescription The background color of the page.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_bgcolor</i>
@@ -116,7 +116,7 @@
 
     /**
      * Sets the foreground text color of the page.
-     * @param text - the foreground text color of the page.
+     * @param text the foreground text color of the page.
      * @jsptagref.attributedescription The foreground text color of the page.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_text</i>
@@ -130,7 +130,7 @@
 
     /**
      * Sets the the color of text marking unvisited hypertext links.
-     * @param link - the color of text marking unvisited hypertext links of the page.
+     * @param link the color of text marking unvisited hypertext links of the page.
      * @jsptagref.attributedescription The color of text marking unvisited hypertext links of the page
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_link</i>
@@ -144,7 +144,7 @@
 
     /**
      * Sets the the color of text marking visited hypertext links.
-     * @param vlink - the color of text marking visited hypertext links of the page.
+     * @param vlink the color of text marking visited hypertext links of the page.
      * @jsptagref.attributedescription The color of text marking visited hypertext links of the page
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_vlink</i>
@@ -158,7 +158,7 @@
 
     /**
      * Sets the color of text marking hypertext links when selected by the user.
-     * @param alink - the color of text marking hypertext links when selected by the user.
+     * @param alink the color of text marking hypertext links when selected by the user.
      * @jsptagref.attributedescription The color of text marking hypertext links when selected by the user
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_alink</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Button.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Button.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Button.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Button.java Wed May 18 23:40:39 2005
@@ -49,7 +49,7 @@
  * raise on the &lt;netui:form> tag.
  * @jsptagref.tagdescription Renders an &lt;input type="button"> tag with the specified attributes.
  * To submit data or invoke a method on the Controller file, the
- * &lt;netui:button> tag must a parent {@link Form} tag.
+ * &lt;netui:button> tag must have a parent {@link Form} tag.
  * The action attribute on the &lt;netui:button> is for the purpose
  * of overriding the action attribute on the enclosing &lt;netui:form> tag.
  * If no action attribute is specified on the &lt;netui:button> tag,
@@ -122,7 +122,7 @@
 
     /**
      * Set the name of the action for the Button.
-     * @param action - the name of the action to set for the Button.
+     * @param action the name of the action to set for the Button.
      * @jsptagref.attributedescription The action method invoked.  The value of this attribute will override
      * the <code>action</code>
      * attribute of the parent &lt;netui:form> tag.
@@ -141,7 +141,7 @@
     /**
      * Set the target "scope" for the button's action.  Multiple active page flows may exist concurrently within named
      * scopes.  This attribute selects which named scope to use.  If omitted, the default scope is assumed.
-     * @param targetScope - the name of the target scope in which the associated action's page flow resides.
+     * @param targetScope the name of the target scope in which the associated action's page flow resides.
      * @jsptagref.attributedescription The target scope in which the associated action's page flow resides.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>string_targetScope</i>
@@ -155,7 +155,7 @@
 
     /**
      * Set the type of the Button (submit, button, or reset).
-     * @param type - the type of the Button.
+     * @param type the type of the Button.
      * @jsptagref.attributedescription The type of the button.  Possible values are <code>submit</code>, <code>button</code>, or <code>reset</code>.
      * The default value is <code>submit</code>.
      * @jsptagref.databindable false
@@ -177,7 +177,7 @@
 
     /**
      * Set the value of the Button's text.
-     * @param value - the value of the Button's text.
+     * @param value the value of the Button's text.
      * @jsptagref.attributedescription The text displayed by the rendered HTML button.
      * @jsptagref.databindable Read Only
      * @jsptagref.attributesyntaxvalue <i>string_value</i>
@@ -192,7 +192,7 @@
 
     /**
      * Sets the popup indicator.
-     * @param popup - whether or not the button should open a popup window.
+     * @param popup whether or not the button should open a popup window.
      * @jsptagref.attributedescription Boolean.  If <code>popup</code> is set to true,
      * the button will open a popup window.
      * @jsptagref.databindable true
@@ -207,7 +207,7 @@
 
     /**
      * When true, this button will disable itself before submitting.
-     * @param disableSecondClick - when true, this button will disable itself before submitting.
+     * @param disableSecondClick when true, this button will disable itself before submitting.
      * @jsptagref.attributedescription Boolean.  If <code>disableSecondClick</code> is set to true,
      * the button will disable itself before submitting.
      * @jsptagref.databindable true
@@ -222,8 +222,8 @@
 
     /**
      * Adds a URL parameter to the generated hyperlink.
-     * @param name  - the name of the parameter to be added.
-     * @param value - the value of the parameter to be added (a String or String[]).
+     * @param name  the name of the parameter to be added.
+     * @param value the value of the parameter to be added (a String or String[]).
      * @param facet
      */
     public void addParameter(String name, Object value, String facet)
@@ -472,7 +472,7 @@
      * keyboard navigation key.  It is recommended not to use the following
      * values because there are often used by browsers <code>A, C, E, F, G,
      * H, V, left arrow, and right arrow</code>.
-     * @param accessKey - the accessKey value.
+     * @param accessKey the accessKey value.
      * @jsptagref.attributedescription The keyboard navigation key for the element.
      * The following values are not recommended because they
      * are often used by browsers: <code>A, C, E, F, G,
@@ -494,7 +494,7 @@
 
     /**
      * Sets the alt attribute value.
-     * @param alt - the alt value.
+     * @param alt the alt value.
      * @jsptagref.attributedescription The alt attribute of the element.
      * @jsptagref.databindable Read Only
      * @jsptagref.attributesyntaxvalue <i>string_alt</i>
@@ -508,7 +508,7 @@
 
     /**
      * Sets the tabIndex of the rendered html tag.
-     * @param tabindex - the tab index.
+     * @param tabindex the tab index.
      * @jsptagref.attributedescription The tabIndex of the rendered HTML tag.  This attribute determines the position of the
      * tag in the sequence of page elements that the user may advance through by pressing the TAB key.
      * @jsptagref.databindable false

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/CheckBox.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/CheckBox.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/CheckBox.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/CheckBox.java Wed May 18 23:40:39 2005
@@ -337,7 +337,7 @@
      * keyboard navigation key.  It is recommended not to use the following
      * values because there are often used by browsers <code>A, C, E, F, G,
      * H, V, left arrow, and right arrow</code>.
-     * @param accessKey - the accessKey value.
+     * @param accessKey the accessKey value.
      * @jsptagref.attributedescription The keyboard navigation key for the element.
      * The following values are not recommended because they
      * are often used by browsers: <code>A, C, E, F, G,
@@ -359,7 +359,7 @@
 
     /**
      * Sets the alt attribute value.
-     * @param alt - the alt value.
+     * @param alt the alt value.
      * @jsptagref.attributedescription The alt attribute of the element.
      * @jsptagref.databindable Read Only
      * @jsptagref.attributesyntaxvalue <i>string_alt</i>
@@ -373,7 +373,7 @@
 
     /**
      * Sets the tabIndex of the rendered html tag.
-     * @param tabindex - the tab index.
+     * @param tabindex the tab index.
      * @jsptagref.attributedescription The tabIndex of the rendered HTML tag.  This attribute determines the position of the
      * tag in the sequence of page elements that the user may advance through by pressing the TAB key.
      * @jsptagref.databindable false

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/CheckBoxOption.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/CheckBoxOption.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/CheckBoxOption.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/CheckBoxOption.java Wed May 18 23:40:39 2005
@@ -102,7 +102,7 @@
     /**
      * Set the label style for each contained CheckBoxOption.
      * The label style here will override a labelStyle at the CheckBoxGroup level.
-     * @param labelStyle - the label style
+     * @param labelStyle the label style
      * @jsptagref.attributedescription The style of the text displayed by the rendered checkbox.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_label</i>
@@ -117,7 +117,7 @@
     /**
      * Set the label style class for each contained CheckBoxOption.
      * The label style class here will override a labelStyleClass at the CheckBoxGroup level.
-     * @param labelStyleClass - the label style
+     * @param labelStyleClass the label style
      * @jsptagref.attributedescription The class of the text displayed by the rendered checkbox.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_class</i>
@@ -131,7 +131,7 @@
 
     /**
      * Set the value of this CheckBoxOption.
-     * @param value - the CheckBoxOption value
+     * @param value the CheckBoxOption value
      * @jsptagref.attributedescription A String literal or a data binding expression.  The value attribute determines the value submitted
      * by the checkbox.
      * @jsptagref.databindable true
@@ -151,7 +151,7 @@
 
     /**
      * Sets the default value (can be an expression).
-     * @param defaultValue - the default value
+     * @param defaultValue the default value
      * @jsptagref.attributedescription The boolean value or expression to be used as the default value.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>boolean_defaultValue</i>
@@ -317,7 +317,7 @@
      * keyboard navigation key.  It is recommended not to use the following
      * values because there are often used by browsers <code>A, C, E, F, G,
      * H, V, left arrow, and right arrow</code>.
-     * @param accessKey - the accessKey value.
+     * @param accessKey the accessKey value.
      * @jsptagref.attributedescription The keyboard navigation key for the element.
      * The following values are not recommended because they
      * are often used by browsers: <code>A, C, E, F, G,
@@ -337,7 +337,7 @@
 
     /**
      * Sets the alt attribute value.
-     * @param alt - the alt value.
+     * @param alt the alt value.
      * @jsptagref.attributedescription The alt attribute of the element.
      * @jsptagref.databindable Read Only
      * @jsptagref.attributesyntaxvalue <i>string_alt</i>
@@ -351,7 +351,7 @@
 
     /**
      * Sets the tabIndex of the rendered html tag.
-     * @param tabindex - the tab index.
+     * @param tabindex the tab index.
      * @jsptagref.attributedescription The tabIndex of the rendered HTML tag.  This attribute determines the position of the
      * tag in the sequence of page elements that the user may advance through by pressing the TAB key.
      * @jsptagref.databindable false

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/ConfigurePopup.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/ConfigurePopup.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/ConfigurePopup.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/ConfigurePopup.java Wed May 18 23:40:39 2005
@@ -68,7 +68,7 @@
     /**
      * Sets the JavaScript function to be called when the popup window is closing.  If this attribute is not present,
      * a default function will be generated.
-     * @param onPopupDone - the JavaScript function to be called when the popup window is closing.
+     * @param onPopupDone the JavaScript function to be called when the popup window is closing.
      * @jsptagref.attributedescription The JavaScript function to be called when the popup window is closing.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onPopupDone</i>
@@ -83,7 +83,7 @@
     /**
      * Sets the JavaScript function to be called to open the popup window.  This function overrides the auto-generated
      * one that is based on the other attributes like <code>resizable</code>, <code>name</code>, etc.
-     * @param popupFunc - the JavaScript function to be called to open the popup window.
+     * @param popupFunc the JavaScript function to be called to open the popup window.
      * @jsptagref.attributedescription The JavaScript function to be called to open the popup window.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_popupFunc</i>
@@ -97,7 +97,7 @@
 
     /**
      * Sets the name of the popup window.
-     * @param name - the name of the popup window.
+     * @param name the name of the popup window.
      * @jsptagref.attributedescription The name of the popup window.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>string_name</i>
@@ -111,7 +111,7 @@
 
     /**
      * Sets whether the toolbar is visible in the popup window.
-     * @param toolbar - whether the toolbar is visible in the popup window.
+     * @param toolbar whether the toolbar is visible in the popup window.
      * @jsptagref.attributedescription Whether the toolbar is visible in the popup window.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>boolean_toolbar</i>
@@ -125,7 +125,7 @@
 
     /**
      * Sets whether the location (address) bar is visible in the popup window.
-     * @param location - whether the location (address) bar is visible in the popup window.
+     * @param location whether the location (address) bar is visible in the popup window.
      * @jsptagref.attributedescription Whether the location (address) bar is visible in the popup window.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>boolean_location</i>
@@ -139,7 +139,7 @@
 
     /**
      * Sets whether directory buttons are displayed in the popup window.
-     * @param directories - whether directory buttons are displayed in the popup window.
+     * @param directories whether directory buttons are displayed in the popup window.
      * @jsptagref.attributedescription Whether directory buttons are displayed in the popup window.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>boolean_directories</i>
@@ -153,7 +153,7 @@
 
     /**
      * Sets whether the status bar is displayed in the popup window.
-     * @param status - whether the status bar is displayed in the popup window.
+     * @param status whether the status bar is displayed in the popup window.
      * @jsptagref.attributedescription Whether the status bar is displayed in the popup window.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>boolean_status</i>
@@ -167,7 +167,7 @@
 
     /**
      * Sets whether the menu bar is displayed in the popup window.
-     * @param menubar - whether the menu bar is displayed in the popup window.
+     * @param menubar whether the menu bar is displayed in the popup window.
      * @jsptagref.attributedescription Whether the menu bar is displayed in the popup window.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>boolean_menubar</i>
@@ -181,7 +181,7 @@
 
     /**
      * Sets whether the popup window has scroll bars.
-     * @param scrollbars - whether the popup window has scroll bars.
+     * @param scrollbars whether the popup window has scroll bars.
      * @jsptagref.attributedescription Whether the popup window has scroll bars.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>boolean_scrollbars</i>
@@ -195,7 +195,7 @@
 
     /**
      * Sets whether the popup window is resizable.
-     * @param resizable - whether the popup window is resizable.
+     * @param resizable whether the popup window is resizable.
      * @jsptagref.attributedescription Whether the popup window is resizable.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>boolean_resizable</i>
@@ -209,7 +209,7 @@
 
     /**
      * Sets the width of the popup window.
-     * @param width - the width of the popup window.
+     * @param width the width of the popup window.
      * @jsptagref.attributedescription The width of the popup window.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>integer_width</i>
@@ -223,7 +223,7 @@
 
     /**
      * Sets the height of the popup window.
-     * @param height - the height of the popup window.
+     * @param height the height of the popup window.
      * @jsptagref.attributedescription The height of the popup window.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>integer_height</i>
@@ -237,7 +237,7 @@
 
     /**
      * Sets the X coordinate of the top left corner of the popup window.
-     * @param left - the X coordinate of the top left corner of the popup window.
+     * @param left the X coordinate of the top left corner of the popup window.
      * @jsptagref.attributedescription The X coordinate of the top left corner of the popup window.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>integer_left</i>
@@ -251,7 +251,7 @@
 
     /**
      * Sets the Y coordinate of the top left corner of the popup window.
-     * @param top - the Y coordinate of the top left corner of the popup window.
+     * @param top the Y coordinate of the top left corner of the popup window.
      * @jsptagref.attributedescription The Y coordinate of the top left corner of the popup window.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>integer_left</i>
@@ -265,7 +265,7 @@
 
     /**
      * Sets whether the popup window's location will replace the location in the current window's navigation history.
-     * @param replace - whether the popup window's location will replace the location in the current window's navigation history.
+     * @param replace whether the popup window's location will replace the location in the current window's navigation history.
      * @jsptagref.attributedescription Whether the popup window's location will replace the location in the current window's navigation history.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>boolean_replace</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Content.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Content.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Content.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Content.java Wed May 18 23:40:39 2005
@@ -80,7 +80,7 @@
 
     /**
      * Set the default value of this Content.
-     * @param defaultValue - the default value
+     * @param defaultValue the default value
      * @jsptagref.attributedescription The String literal or expression to be used as the default output.
      * @jsptagref.databindable Read Only
      * @jsptagref.attributesyntaxvalue <i>string_or_expression_defaultOutput</i>
@@ -95,7 +95,7 @@
 
     /**
      * Set the value of this Content.
-     * @param value - the Content value
+     * @param value the Content value
      * @jsptagref.attributedescription The String literal or expression used to output the content.
      * @jsptagref.databindable Read Only
      * @jsptagref.attributesyntaxvalue <i>string_or_expression_output</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Error.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Error.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Error.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Error.java Wed May 18 23:40:39 2005
@@ -76,7 +76,7 @@
 
     /**
      * Set the key under which the error was stored (often the name of the form bean property associated with the error).
-     * @param key - the key under which the error was stored
+     * @param key the key under which the error was stored
      * @jsptagref.attributedescription The key under which the error was stored (often the name of the form bean property associated with the error)
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_or_expression_key</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/ErrorBaseTag.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/ErrorBaseTag.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/ErrorBaseTag.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/ErrorBaseTag.java Wed May 18 23:40:39 2005
@@ -70,7 +70,7 @@
      * Set the name of the message bundle, as defined in the page flow's
      * {@link org.apache.beehive.netui.pageflow.annotations.Jpf.MessageBundle} annotation, where the error messages
      * can be found. If this attribute is not set, the page flow's default message bundle is used.
-     * @param bundleName - the bundle name
+     * @param bundleName the bundle name
      * @jsptagref.attributedescription The name of the message bundle, as defined in the page flow's
      * Jpf.MessageBundle annotation. This defaults to org.apache.struts.action.Action.MESSAGES_KEY.
      * @jsptagref.databindable false
@@ -86,7 +86,7 @@
 
     /**
      * Set the name of the locale attribute.
-     * @param locale - the locale attribute name
+     * @param locale the locale attribute name
      * @jsptagref.attributedescription The name of the session attribute key for the user's locale.
      * This defaults to org.apache.struts.action.Action.LOCALE_KEY.
      * @jsptagref.databindable false

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Exceptions.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Exceptions.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Exceptions.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Exceptions.java Wed May 18 23:40:39 2005
@@ -55,7 +55,7 @@
 
     /**
      * Set whether or not the exception message is being shown.
-     * @param showMessage - true or false depending on the setting desired
+     * @param showMessage true or false depending on the setting desired
      * @jsptagref.attributedescription Boolean. Determines whether or not the exception message is shown. Defaults to <code>true</code>
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>boolean_showMessage</i>
@@ -69,7 +69,7 @@
 
     /**
      * Set whether or not the stack trace is being shown.
-     * @param showStackTrace - true or false depending on the setting desired
+     * @param showStackTrace true or false depending on the setting desired
      * @jsptagref.attributedescription Boolean.  Determines whether or not the stack trace is shown. Defaults to <code>false</code>
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>boolean_showStackTrace</i>
@@ -83,7 +83,7 @@
 
     /**
      * Set whether or not the stack trace is being shown.
-     * @param showStackTrace - true or false depending on the setting desired
+     * @param showStackTrace true or false depending on the setting desired
      * @jsptagref.attributedescription Boolean. Determine if the stack trace is display only when dev mode
      * is on.  Default is <code>true</code>.
      * @jsptagref.databindable false

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FileUpload.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FileUpload.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FileUpload.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FileUpload.java Wed May 18 23:40:39 2005
@@ -157,7 +157,7 @@
 
     /**
      * Set the mime-types accepted for the FileUpload.
-     * @param accept - the accepted mime-types
+     * @param accept the accepted mime-types
      * @jsptagref.attributedescription The set of MIME types accepted for file upload.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_acceptTheseMIMETypes</i>
@@ -171,7 +171,7 @@
 
     /**
      * Set if this FileUpload is read-only.
-     * @param readonly - the read-only state
+     * @param readonly the read-only state
      * @jsptagref.attributedescription Boolean. Determines whether or not the file upload field is read-only.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>boolean_readOnly</i>
@@ -185,7 +185,7 @@
 
     /**
      * Set the size (in characters) of the FileUpload.
-     * @param size - the size
+     * @param size the size
      * @jsptagref.attributedescription Integer. The number of characters visible in the file upload field.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>integer_fieldSize</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Form.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Form.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Form.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Form.java Wed May 18 23:40:39 2005
@@ -288,7 +288,7 @@
 
     /**
      * Set the name of the action for the Form.
-     * @param action - the name of the action to set for the Form.
+     * @param action the name of the action to set for the Form.
      * @jsptagref.attributedescription Required. The action method invoked on form submit.  Form data is passed to this method.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_action</i>
@@ -303,7 +303,7 @@
 
     /**
      * Set the content encoding to be used on a post submit.
-     * @param enctype - the content encoding type.
+     * @param enctype the content encoding type.
      * @jsptagref.attributedescription The content encoding to be used on a POST submit.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_enctype</i>
@@ -336,7 +336,7 @@
 
     /**
      * Set the name of the field to receive focus.
-     * @param focus - the focus field name.
+     * @param focus the focus field name.
      * @jsptagref.attributedescription The <code>tagID</code> of an input field which should receive initial focus.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_focus</i>
@@ -359,7 +359,7 @@
 
     /**
      * Set the location hash to append to the url.
-     * @param location - the location hash
+     * @param location the location hash
      * @jsptagref.attributedescription The location hash to append to the URL.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_location</i>
@@ -381,7 +381,7 @@
 
     /**
      * Set the request method used when submitting this form.
-     * @param method - the request method
+     * @param method the request method
      * @jsptagref.attributedescription The request method used when submitting this form.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_method</i>
@@ -401,7 +401,7 @@
 
     /**
      * Set the attribute key under which our associated bean is stored.
-     * @param name - the attribute key name
+     * @param name the attribute key name
      * @jsptagref.attributedescription The attribute key under which the associated Form Bean used to populate the input form is stored.
      * This Form Bean is found in the scope defined by the <code>scope</code> attribute.
      * @jsptagref.databindable false
@@ -420,7 +420,7 @@
     /**
      * Set the target "scope" for the form's action.  Multiple active page flows may exist concurrently within named
      * scopes.  This attribute selects which named scope to use.  If omitted, the default scope is assumed.
-     * @param targetScope - the name of the target scope in which the associated action's page flow resides.
+     * @param targetScope the name of the target scope in which the associated action's page flow resides.
      * @jsptagref.attributedescription The target scope in which the associated action's page flow resides.
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>string_targetScope</i>
@@ -434,7 +434,7 @@
 
     /**
      * Sets the onReset javascript event.
-     * @param onReset - the onReset event.
+     * @param onReset the onReset event.
      * @jsptagref.attributedescription The JavaScript onReset event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onSubmit</i>
@@ -448,7 +448,7 @@
 
     /**
      * Sets the onSubmit javascript event.
-     * @param onSubmit - the onReset event.
+     * @param onSubmit the onReset event.
      * @jsptagref.attributedescription The JavaScript onSubmit event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onSumbit</i>
@@ -463,7 +463,7 @@
     /**
      * Sets the scope (request or session) under which the associated bean
      * is stored.
-     * @param scope - the scope.
+     * @param scope the scope.
      * @jsptagref.attributedescription The scope (<code>request</code> or <code>session</code>) under which the associated Form Bean
      * used to populate the form input fields is stored.
      * Using the <code>name</code>, <code>type</code>  and <code>scope</code> attributes defines
@@ -484,7 +484,7 @@
 
     /**
      * Sets the window target.
-     * @param target - the window target.
+     * @param target the window target.
      * @jsptagref.attributedescription The window target
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_windowTarget</i>
@@ -498,7 +498,7 @@
 
     /**
      * Sets the Java class name of the bean to be created, if necessary.
-     * @param type - the class name
+     * @param type the class name
      * @jsptagref.attributedescription The Java class name of the Form Bean to be created, if necessary.
      * This Form Bean will be created if the <code>name</code> and <code>scope</code> attributes are set.
      * The Form Bean is then used to populate the form input fields.
@@ -536,8 +536,8 @@
 
     /**
      * Adds a URL parameter to the generated hyperlink.
-     * @param name  - the name of the parameter to be added.
-     * @param value - the value of the parameter to be added (a String or String[]).
+     * @param name  the name of the parameter to be added.
+     * @param value the value of the parameter to be added (a String or String[]).
      * @param facet
      */
     public void addParameter(String name, Object value, String facet) throws JspException
@@ -552,8 +552,8 @@
 
     /**
      * Adds a tagId and name to the Form's focusMap.
-     * @param tagID - the tagID of a child tag.
-     * @param name  - the name of a child tag.
+     * @param tagID the tagID of a child tag.
+     * @param name  the name of a child tag.
      */
     public void addTagID(String tagID, String name)
     {

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatNumber.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatNumber.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatNumber.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatNumber.java Wed May 18 23:40:39 2005
@@ -113,7 +113,7 @@
 
     /**
      * Sets the type of number format to be used (number, currency, or percent).
-     * @param type - the number format type.
+     * @param type the number format type.
      * @jsptagref.attributedescription The type of the format to apply. Possible values are <code>number</code>, <code>currency</code>, or <code>percent</code>.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_type</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatString.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatString.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatString.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatString.java Wed May 18 23:40:39 2005
@@ -107,7 +107,7 @@
 
     /**
      * Sets whether or not pattern-exceeding characters should be dropped.
-     * @param truncate - "true" or "false"
+     * @param truncate "true" or "false"
      * @jsptagref.attributedescription A boolean specifying whether characters that exceed the pattern's length should be dropped.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>boolean_truncate</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatTag.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatTag.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatTag.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/FormatTag.java Wed May 18 23:40:39 2005
@@ -35,7 +35,7 @@
 
     /**
      * Sets the language code for the locale.
-     * @param language - the language code
+     * @param language the language code
      * @jsptagref.attributedescription Sets the language code for the locale.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_language</i>
@@ -49,7 +49,7 @@
 
     /**
      * Sets the country code for the locale.
-     * @param country - the country code
+     * @param country the country code
      * @jsptagref.attributedescription Sets the country code for the locale.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_country</i>
@@ -90,7 +90,7 @@
 
     /**
      * Sets the pattern to be used by this FormatTag.
-     * @param pattern - the pattern to be used
+     * @param pattern the pattern to be used
      * @jsptagref.attributedescription Sets the pattern to be used by this format tag.
      * (See the tag description)
      * @jsptagref.databindable false

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Hidden.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Hidden.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Hidden.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Hidden.java Wed May 18 23:40:39 2005
@@ -200,7 +200,7 @@
      */
     /**
      * Sets the tabIndex of the rendered html tag.
-     * @param tabindex - the tab index.
+     * @param tabindex the tab index.
      * @jsptagref.attributedescription The tabIndex of the rendered HTML tag.  This attribute determines the position of the
      * rendered HTML tag in the sequence of tags that the user may advance through by pressing the TAB key.
      * @jsptagref.databindable false

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Html.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Html.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Html.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Html.java Wed May 18 23:40:39 2005
@@ -126,7 +126,7 @@
 
     /**
      * Sets the dir value of the html.
-     * @param dir - "LTR" or "RTL"
+     * @param dir the direction of text, "LTR" or "RTL"
      * @jsptagref.attributedescription Specifies the direction of text. (<code>LTR | RTL</code>)
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_dir</i>
@@ -149,7 +149,7 @@
 
     /**
      * Sets whether the default locale's language should be used.
-     * @param locale - true or false
+     * @param locale true or false
      * @jsptagref.attributedescription Sets whether the default locale's language should be used.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>boolean_locale</i>
@@ -248,7 +248,7 @@
 
     /**
      * Add an error to the errors being reported by this tag.
-     * @param ape - The AbstractPageError to add
+     * @param ape The AbstractPageError to add
      */
     public void addError(AbstractPageError ape)
     {

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java Wed May 18 23:40:39 2005
@@ -53,7 +53,7 @@
 
     /**
      * Sets the style of the rendered html tag.
-     * @param style - the html style.
+     * @param style the html style.
      * @jsptagref.attributedescription Specifies style information for the current element.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_style</i>
@@ -70,7 +70,7 @@
 
     /**
      * Sets the style class of the rendered html tag.
-     * @param styleClass - the html style class.
+     * @param styleClass the html style class.
      * @jsptagref.attributedescription The style class (a style sheet selector).
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_styleClass</i>
@@ -87,7 +87,7 @@
 
     /**
      * Set the ID of the tag.
-     * @param tagId - the tagId. A value is required.
+     * @param tagId the tagId. A value is required.
      * @jsptagref.attributedescription <p>String value. Sets the <code>id</code> (or <code>name</code>) attribute of the rendered HTML tag.
      * Note that the real id attribute rendered in the browser may be
      * changed by the application container (for example, Portal containers may change
@@ -211,7 +211,7 @@
 
     /**
      * Sets the onClick javascript event.
-     * @param onclick - the onClick event.
+     * @param onclick the onClick event.
      * @jsptagref.attributedescription The onClick JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onClick</i>
@@ -226,7 +226,7 @@
 
     /**
      * Sets the onDblClick javascript event.
-     * @param ondblclick - the onDblClick event.
+     * @param ondblclick the onDblClick event.
      * @jsptagref.attributedescription The onDblClick JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onDblClick</i>
@@ -241,7 +241,7 @@
 
     /**
      * Sets the onKeyDown javascript event.
-     * @param onkeydown - the onKeyDown event.
+     * @param onkeydown the onKeyDown event.
      * @jsptagref.attributedescription The onKeyDown JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onKeyDown</i>
@@ -256,7 +256,7 @@
 
     /**
      * Sets the onKeyPress javascript event.
-     * @param onkeypress - the onKeyPress event.
+     * @param onkeypress the onKeyPress event.
      * @jsptagref.attributedescription The onKeyPress JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onKeyPress</i>
@@ -271,7 +271,7 @@
 
     /**
      * Sets the onKeyUp javascript event.
-     * @param onkeyup - the onKeyUp event.
+     * @param onkeyup the onKeyUp event.
      * @jsptagref.attributedescription The onKeyUp JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onKeyUp</i>
@@ -286,7 +286,7 @@
 
     /**
      * Sets the onMouseDown javascript event.
-     * @param onmousedown - the onMouseDown event.
+     * @param onmousedown the onMouseDown event.
      * @jsptagref.attributedescription The onMouseDown JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onMouseDown</i>
@@ -301,7 +301,7 @@
 
     /**
      * Sets the onMouseMove javascript event.
-     * @param onmousemove - the onMouseMove event.
+     * @param onmousemove the onMouseMove event.
      * @jsptagref.attributedescription The onMouseMove JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onMouseMove</i>
@@ -316,7 +316,7 @@
 
     /**
      * Sets the onMouseOut javascript event.
-     * @param onmouseout - the onMouseOut event.
+     * @param onmouseout the onMouseOut event.
      * @jsptagref.attributedescription The onMouseOut JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onMouseOut</i>
@@ -331,7 +331,7 @@
 
     /**
      * Sets the onMouseOver javascript event.
-     * @param onmouseover - the onMouseOver event.
+     * @param onmouseover the onMouseOver event.
      * @jsptagref.attributedescription The onMouseOver JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onMouseOver</i>
@@ -346,7 +346,7 @@
 
     /**
      * Sets the onMouseUp javascript event.
-     * @param onmouseup - the onMouseUp event.
+     * @param onmouseup the onMouseUp event.
      * @jsptagref.attributedescription The onMouseUp JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onMouseUp</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlDefaultableDataSourceTag.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlDefaultableDataSourceTag.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlDefaultableDataSourceTag.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlDefaultableDataSourceTag.java Wed May 18 23:40:39 2005
@@ -30,7 +30,7 @@
 
     /**
      * Sets the default value (can be an expression).
-     * @param defaultValue - the default value
+     * @param defaultValue the default value
      * @jsptagref.attributedescription <p><b>Use in &lt;netui:checkBoxGroup>, &lt;netui:checkBox>,
      * &lt;netui:radioButtonGroup>, and &lt;netui:select> tags</b></p>
      * <p>Sets the preselected value or values.

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlFocusBaseTag.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlFocusBaseTag.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlFocusBaseTag.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlFocusBaseTag.java Wed May 18 23:40:39 2005
@@ -32,7 +32,7 @@
     /**
      * Set the disable state either with the literal "true" or "false"
      * or with an expression.
-     * @param disabled - true or false or an expression
+     * @param disabled true or false or an expression
      * @jsptagref.attributedescription Set the disable state either with the literal "true"
      * or "false" or with an expression.
      * @jsptagref.databindable false
@@ -58,7 +58,7 @@
 
     /**
      * Sets the onBlur javascript event.
-     * @param onblur - the onBlur event.
+     * @param onblur the onBlur event.
      * @jsptagref.attributedescription The onBlur JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onBlur</i>
@@ -73,7 +73,7 @@
 
     /**
      * Sets the onFocus javascript event.
-     * @param onfocus - the onFocus event.
+     * @param onfocus the onFocus event.
      * @jsptagref.attributedescription The onFocus JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onFocus</i>
@@ -88,7 +88,7 @@
 
     /**
      * Sets the onChange javascript event.
-     * @param onchange - the onChange event.
+     * @param onchange the onChange event.
      * @jsptagref.attributedescription The onChange JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onChange</i>
@@ -103,7 +103,7 @@
 
     /**
      * Sets the onSelect javascript event.
-     * @param onselect - the onSelect event.
+     * @param onselect the onSelect event.
      * @jsptagref.attributedescription The onSelect JavaScript event.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_onSelect</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlGroupBaseTag.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlGroupBaseTag.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlGroupBaseTag.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlGroupBaseTag.java Wed May 18 23:40:39 2005
@@ -177,7 +177,7 @@
     /**
      * Set the disable state either with the literal "true" or "false"
      * or with an expression.
-     * @param disabled - true or false or an expression
+     * @param disabled true or false or an expression
      * @jsptagref.attributedescription Set the disable state either with the literal "true"
      * or "false" or with an expression.
      * @jsptagref.databindable false
@@ -194,7 +194,7 @@
     /**
      * Set the orientation of the resulting options group.  The layout will be either <code>horizontal</code>
      * or <code>vertical</code>.  The default is <code>horizontal</code>.
-     * @param orientation - true or false or an expression
+     * @param orientation true or false or an expression
      * @jsptagref.attributedescription Set the orientation of the resulting options group.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_orientation</i>
@@ -221,7 +221,7 @@
 
     /**
      * Set whether repeating of contained options is on.
-     * @param repeater - the repeater value ("true" or "false")
+     * @param repeater the repeater value ("true" or "false")
      * @jsptagref.attributedescription Set whether repeating of contained options is on.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>boolean_repeater</i>
@@ -244,7 +244,7 @@
 
     /**
      * Sets the style of the rendered html tag.
-     * @param style - the html style.
+     * @param style the html style.
      * @jsptagref.attributedescription Specifies style information for the current element.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_style</i>
@@ -258,7 +258,7 @@
 
     /**
      * Sets the style class of the rendered html tag.
-     * @param styleClass - the html style class.
+     * @param styleClass the html style class.
      * @jsptagref.attributedescription The style class (a style sheet selector).
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_styleClass</i>
@@ -281,7 +281,7 @@
 
     /**
      * Set the label style for each contained CheckBoxOption.
-     * @param labelStyle - the label style
+     * @param labelStyle the label style
      * @jsptagref.attributedescription Set the label style for each contained CheckBoxOption.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_labelStyle</i>
@@ -304,7 +304,7 @@
 
     /**
      * Set the label style class for each contained CheckBoxOption.
-     * @param labelStyleClass - the label style
+     * @param labelStyleClass the label style
      * @jsptagref.attributedescription Set the label style class for each contained CheckBoxOption.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_labelStyleClass</i>
@@ -431,7 +431,7 @@
 
     /**
      * Sets the default value (can be an expression).
-     * @param defaultValue - the default value
+     * @param defaultValue the default value
      * @jsptagref.attributedescription The String literal or expression to be used as the default value.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_or_expression_default</i>
@@ -460,7 +460,7 @@
 
     /**
      * Sets the options datasource value (an expression).
-     * @param optionsDataSource - the options datasource
+     * @param optionsDataSource the options datasource
      * @jsptagref.attributedescription Sets the options datasource value (an expression).
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>expression_optionsDataSource</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlOptionsDataSourceTag.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlOptionsDataSourceTag.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlOptionsDataSourceTag.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlOptionsDataSourceTag.java Wed May 18 23:40:39 2005
@@ -32,7 +32,7 @@
 
     /**
      * Sets the options datasource value (an expression).
-     * @param optionsDataSource - the options datasource
+     * @param optionsDataSource the options datasource
      * @jsptagref.attributedescription Sets the options datasource value (an expression).
      * @jsptagref.databindable true
      * @jsptagref.attributesyntaxvalue <i>expression_options_datasource</i>

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/IFormattable.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/IFormattable.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/IFormattable.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/IFormattable.java Wed May 18 23:40:39 2005
@@ -24,7 +24,7 @@
 {
     /**
      * Adds a FormatTag.Formatter instance to the tag's set of formatters.
-     * @param formatter - the formatter instance to add to the IFormattable tag's set of formatters.
+     * @param formatter the formatter instance to add to the IFormattable tag's set of formatters.
      */
     public void addFormatter(FormatTag.Formatter formatter);
 

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Image.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Image.java?rev=170884&r1=170883&r2=170884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Image.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Image.java Wed May 18 23:40:39 2005
@@ -87,7 +87,7 @@
 
     /**
      * Sets the property to specify where to align the image.
-     * @param align - the image alignment.
+     * @param align the image alignment.
      * @jsptagref.attributedescription The alignment of the image.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_align</i>
@@ -101,7 +101,7 @@
 
     /**
      * Sets the property to specify the alt text of the image.
-     * @param alt - the image alignment.
+     * @param alt the image alignment.
      * @jsptagref.attributedescription The alternative text of the image
      * @jsptagref.databindable Read Only
      * @jsptagref.attributesyntaxvalue <i>string_alt</i>
@@ -116,7 +116,7 @@
     /**
      * Sets the property to specify a link to the the long description to supplement
      * the short description in the <code>alt</code> attribute.
-     * @param longdesc - the longdesc.
+     * @param longdesc the longdesc.
      * @jsptagref.attributedescription Specifies a link to the the long description.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_longdesc</i>
@@ -130,7 +130,7 @@
 
     /**
      * Sets the border size around the image.
-     * @param border - the border size.
+     * @param border the border size.
      * @jsptagref.attributedescription The border size around the image
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>integer_pixelBorder</i>
@@ -144,7 +144,7 @@
 
     /**
      * Sets the image height.
-     * @param height - the height.
+     * @param height the height.
      * @jsptagref.attributedescription The image height
      * @jsptagref.databindable Read Only
      * @jsptagref.attributesyntaxvalue <i>integer_height</i>
@@ -158,7 +158,7 @@
 
     /**
      * Sets the the horizontal spacing around the image.
-     * @param hspace - the horizontal spacing.
+     * @param hspace the horizontal spacing.
      * @jsptagref.attributedescription The horizontal spacing around the image.
      * @jsptagref.databindable Read Only
      * @jsptagref.attributesyntaxvalue <i>integer_hspace</i>
@@ -172,7 +172,7 @@
 
     /**
      * Sets the server-side image map declaration.
-     * @param ismap - the image map declaration.
+     * @param ismap the image map declaration.
      * @jsptagref.attributedescription The server-side map declaration.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_isMap</i>
@@ -186,7 +186,7 @@
 
     /**
      * Sets the location hash to append to the url.
-     * @param location - the location hash.
+     * @param location the location hash.
      * @jsptagref.attributedescription The location hash to append to the URL.
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_location</i>
@@ -200,7 +200,7 @@
 
     /**
      * Sets the image source URI.
-     * @param src - the source URI.
+     * @param src the source URI.
      * @jsptagref.attributedescription The image source URI
      * @jsptagref.databindable Read Only
      * @jsptagref.attributesyntaxvalue <i>string_src</i>
@@ -215,7 +215,7 @@
 
     /**
      * Sets the client-side image map declaration.
-     * @param usemap - the map declaration.
+     * @param usemap the map declaration.
      * @jsptagref.attributedescription The client-side image map declaration
      * @jsptagref.databindable false
      * @jsptagref.attributesyntaxvalue <i>string_useMap</i>
@@ -229,7 +229,7 @@
 
     /**
      * Sets the vertical spacing around the image.
-     * @param vspace - the vertical spacing.
+     * @param vspace the vertical spacing.
      * @jsptagref.attributedescription The vertical spacing around the image.
      * @jsptagref.databindable Read Only
      * @jsptagref.attributesyntaxvalue <i>string_vspace</i>
@@ -243,7 +243,7 @@
 
     /**
      * Sets the image width.
-     * @param width - the image width.
+     * @param width the image width.
      * @jsptagref.attributedescription The image width.
      * @jsptagref.databindable Read Only
      * @jsptagref.attributesyntaxvalue <i>integer_pixelWidth</i>
@@ -257,8 +257,8 @@
 
     /**
      * Adds a URL parameter to the generated hyperlink.
-     * @param name  - the name of the parameter to be added.
-     * @param value - the value of the parameter to be added (a String or String[]).
+     * @param name  the name of the parameter to be added.
+     * @param value the value of the parameter to be added (a String or String[]).
      * @param facet
      */
     public void addParameter(String name, Object value, String facet) throws JspException