You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dennys Sanches (JIRA)" <de...@myfaces.apache.org> on 2006/01/09 12:49:20 UTC

[jira] Created: (MYFACES-1013) Unable to find setter method for attribute - inputSuggest

Unable to find setter method for attribute - inputSuggest
---------------------------------------------------------

         Key: MYFACES-1013
         URL: http://issues.apache.org/jira/browse/MYFACES-1013
     Project: MyFaces
        Type: Bug
  Components: Sandbox  
    Versions: Nightly    
 Environment: Windows XP, Tomcat 5.5.9
    Reporter: Dennys Sanches
    Priority: Critical


I´m trying to use inputSuggest and in the firsts tests everything was working. 
But, when i try to use onchange events or onblur events i get the following error: 


HTTP Status 500 - 

--------------------------------------------------------------------------------

type Exception report

message 

description The server encountered an internal error () that prevented it from fulfilling this request.

exception 

javax.servlet.ServletException: /pages/cadlancamento.jsp(74,47) Unable to find setter method for attribute: onchange
	javax.faces.webapp.FacesServlet.service(FacesServlet.java:123)
	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:129)


root cause 

javax.faces.FacesException: /pages/cadlancamento.jsp(74,47) Unable to find setter method for attribute: onchange
	org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:422)
	org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
	org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:372)
	javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)
	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:129)


note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.


--------------------------------------------------------------------------------

Apache Tomcat/5.5.9






-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (MYFACES-1013) Unable to find setter method for attribute - inputSuggest

Posted by "Dennis Byrne (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-1013?page=comments#action_12362227 ] 

Dennis Byrne commented on MYFACES-1013:
---------------------------------------

related issue ...

http://issues.apache.org/jira/browse/MYFACES-970?page=all

> Unable to find setter method for attribute - inputSuggest
> ---------------------------------------------------------
>
>          Key: MYFACES-1013
>          URL: http://issues.apache.org/jira/browse/MYFACES-1013
>      Project: MyFaces
>         Type: Bug
>   Components: Sandbox
>     Versions: Nightly
>  Environment: Windows XP, Tomcat 5.5.9
>     Reporter: Dennys Sanches
>     Priority: Critical

>
> I´m trying to use inputSuggest and in the firsts tests everything was working. 
> But, when i try to use onchange events or onblur events i get the following error: 
> HTTP Status 500 - 
> --------------------------------------------------------------------------------
> type Exception report
> message 
> description The server encountered an internal error () that prevented it from fulfilling this request.
> exception 
> javax.servlet.ServletException: /pages/cadlancamento.jsp(74,47) Unable to find setter method for attribute: onchange
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:123)
> 	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:129)
> root cause 
> javax.faces.FacesException: /pages/cadlancamento.jsp(74,47) Unable to find setter method for attribute: onchange
> 	org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:422)
> 	org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
> 	org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:372)
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)
> 	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:129)
> note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.
> --------------------------------------------------------------------------------
> Apache Tomcat/5.5.9

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (TOMAHAWK-149) Unable to find setter method for attribute - inputSuggest

Posted by "Dennis Byrne (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-149?page=comments#action_12461405 ] 
            
Dennis Byrne commented on TOMAHAWK-149:
---------------------------------------

Sean, check out 

http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/test/AbstractTagLibTestCase.java?revision=491030&view=markup

and 

http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/test/MyFacesTagLibTestCase.java?revision=491030&view=markup

Right now the api, impl and tomahawk are locked down.  We can use these tests to track progress for both tobago and sandbox.

> Unable to find setter method for attribute - inputSuggest
> ---------------------------------------------------------
>
>                 Key: TOMAHAWK-149
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-149
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: InputSuggestAjax
>         Environment: Windows XP, Tomcat 5.5.9
>            Reporter: Dennys Sanches
>         Assigned To: sean schofield
>
> I´m trying to use inputSuggest and in the firsts tests everything was working. 
> But, when i try to use onchange events or onblur events i get the following error: 
> HTTP Status 500 - 
> --------------------------------------------------------------------------------
> type Exception report
> message 
> description The server encountered an internal error () that prevented it from fulfilling this request.
> exception 
> javax.servlet.ServletException: /pages/cadlancamento.jsp(74,47) Unable to find setter method for attribute: onchange
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:123)
> 	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:129)
> root cause 
> javax.faces.FacesException: /pages/cadlancamento.jsp(74,47) Unable to find setter method for attribute: onchange
> 	org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:422)
> 	org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
> 	org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:372)
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)
> 	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:129)
> note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.
> --------------------------------------------------------------------------------
> Apache Tomcat/5.5.9

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira