You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Mario Ivankovits <ma...@ops.co.at> on 2006/03/25 09:44:15 UTC

Wrong imports in svn commit: r388670 [1/2] - in /myfaces: shared/trunk/core/src/main/java/org/apache/myfaces/shared/util/ tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ajax/api/ tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/a...

Hi!
> Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ajax/api/AjaxDecodePhaseListener.java
> URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ajax/api/AjaxDecodePhaseListener.java?rev=388670&r1=388669&r2=388670&view=diff
> ==============================================================================
> --- myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ajax/api/AjaxDecodePhaseListener.java (original)
> +++ myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ajax/api/AjaxDecodePhaseListener.java Fri Mar 24 15:01:30 2006
> @@ -22,22 +22,33 @@
>  import org.apache.myfaces.application.jsp.JspStateManagerImpl;
>  import org.apache.myfaces.shared_tomahawk.renderkit.RendererUtils;
>  import org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlResponseWriterImpl;
> +import org.apache.myfaces.custom.inputAjax.HtmlCommandButtonAjax;
> +import org.apache.myfaces.custom.ajax.util.AjaxRendererUtils;
> +import org.apache.myfaces.shared_impl.util._ComponentUtils;
> +import org.apache.myfaces.shared_impl.util.HashMapUtils;
> +import org.apache.myfaces.shared_impl.renderkit.html.util.FormInfo;
>   
Given that the source lives in tomahawk you have to import
shared_tomahawk instead of shared_impl here, no?

Ciao,
Mario