You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Carlos Pita (JIRA)" <ji...@apache.org> on 2007/08/15 05:19:30 UTC

[jira] Created: (WICKET-846) javadoc for AbstractDefaultAjaxBehavior is wrong

javadoc for AbstractDefaultAjaxBehavior is wrong
------------------------------------------------

                 Key: WICKET-846
                 URL: https://issues.apache.org/jira/browse/WICKET-846
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-beta2, 1.3.0-beta3
            Reporter: Carlos Pita
            Priority: Minor


Precondition and success description are swapped:

	/**
	 * @return javascript that will run when the ajax call finishes
	 *            successfully
	 */
	protected CharSequence getPreconditionScript()
	{
		return null;
	}

	/**
	 * @return an optional javacript expression that determines whether the request
	 *            will actually execute (in form of return XXX;);
	 */
	protected CharSequence getSuccessScript()
	{
		return null;
	}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-846) Javadocs for AbstractDefaultAjaxBehaviorPrecondition#getSuccessScript() and #getPreconditionScript() are swapped

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Quenot resolved WICKET-846.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta4
         Assignee: Jean-Baptiste Quenot

Fixed, thanks for reporting!

> Javadocs for AbstractDefaultAjaxBehaviorPrecondition#getSuccessScript() and #getPreconditionScript() are swapped
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-846
>                 URL: https://issues.apache.org/jira/browse/WICKET-846
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2, 1.3.0-beta3
>            Reporter: Carlos Pita
>            Assignee: Jean-Baptiste Quenot
>            Priority: Minor
>             Fix For: 1.3.0-beta4
>
>
> Precondition and success description are swapped:
> 	/**
> 	 * @return javascript that will run when the ajax call finishes
> 	 *            successfully
> 	 */
> 	protected CharSequence getPreconditionScript()
> 	{
> 		return null;
> 	}
> 	/**
> 	 * @return an optional javacript expression that determines whether the request
> 	 *            will actually execute (in form of return XXX;);
> 	 */
> 	protected CharSequence getSuccessScript()
> 	{
> 		return null;
> 	}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-846) Javadocs for AbstractDefaultAjaxBehaviorPrecondition#getSuccessScript() and #getPreconditionScript() are swapped

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Quenot updated WICKET-846:
----------------------------------------

    Summary: Javadocs for AbstractDefaultAjaxBehaviorPrecondition#getSuccessScript() and #getPreconditionScript() are swapped  (was: javadoc for AbstractDefaultAjaxBehavior is wrong)

> Javadocs for AbstractDefaultAjaxBehaviorPrecondition#getSuccessScript() and #getPreconditionScript() are swapped
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-846
>                 URL: https://issues.apache.org/jira/browse/WICKET-846
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2, 1.3.0-beta3
>            Reporter: Carlos Pita
>            Priority: Minor
>             Fix For: 1.3.0-beta4
>
>
> Precondition and success description are swapped:
> 	/**
> 	 * @return javascript that will run when the ajax call finishes
> 	 *            successfully
> 	 */
> 	protected CharSequence getPreconditionScript()
> 	{
> 		return null;
> 	}
> 	/**
> 	 * @return an optional javacript expression that determines whether the request
> 	 *            will actually execute (in form of return XXX;);
> 	 */
> 	protected CharSequence getSuccessScript()
> 	{
> 		return null;
> 	}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.