From jira-events at lists.jboss.org Fri Jun 4 16:34:25 2010 Content-Type: multipart/mixed; boundary="===============1110105898806246526==" MIME-Version: 1.0 From: Alexander Smirnov (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2203) suggestionbox in Jboss portal gives err "AjaxRendererUtils - Failed to obtain Response#setHeader() method: java.lang.NoSuchMethodException: org.jboss.portlet.JBossRenderResponse.setHeader(java.lang.String, jave.lan.string)" Date: Fri, 04 Jun 2010 16:34:25 -0400 Message-ID: <764164027.1970.1275683665423.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 16993975.1202467263762.JavaMail.jira@cloud.prod.atl2.jboss.com --===============1110105898806246526== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/browse/RF-2203?page=3Dcom.atlassian.jira.plug= in.system.issuetabpanels:all-tabpanel ] Alexander Smirnov updated RF-2203: ---------------------------------- Original Estimate: 0 minutes Remaining Estimate: 0 minutes These error messages would be ignored > suggestionbox in Jboss portal gives err "AjaxRendererUtils - Failed to ob= tain Response#setHeader() method: java.lang.NoSuchMethodException: org.jbos= s.portlet.JBossRenderResponse.setHeader(java.lang.String, jave.lan.string)" > -------------------------------------------------------------------------= ---------------------------------------------------------------------------= --------------------------------------------------------------------------- > > Key: RF-2203 > URL: https://jira.jboss.org/browse/RF-2203 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: portal > Affects Versions: 3.2.0 > Environment: jboss portal 2.4.1 jdk1.5 RF3.1.4GA > Reporter: prashant verma > Assignee: Alexander Smirnov > Fix For: Future > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > hi here is my code. > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h"%> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f"%> > > > repeater > > > > > > > suggestionAction=3D"#{bean.autocomplete}" var=3D"suggest" height=3D"50" > width=3D"100"> > > > > > > > > > > bean is this :- = > public class Bean { > private String text =3D ""; > public Bean() { > } > public String getText() { > return text; > } > public void setText(String text) { > this.text =3D text; > } > public List autocomplete(Object event) { > String pref =3D event.toString(); > System.out.println("pref : "+pref); > ArrayList a =3D new ArrayList(); > for(int i =3D0 ;i<10;i++) > a.add(i+""); > System.out.println("a - "+a); = > return a; = > } > }} > i have made appropriate enteries in the faces-config.xml > Everything is fine but when I try to access the page in the jbossportal t= hen while rerendering this err occurs > ..... > 16:07:10,923 INFO [STDOUT] pref : 1 > 16:07:10,923 INFO [STDOUT] engineModelValues - [0, 1, 2, 3, 4, 5, 6, 7, = 8, 9] > 16:07:10,923 INFO [STDOUT] ERROR AjaxRendererUtils - Detecting request c= haracter encoding is disable. > 16:07:10,923 INFO [STDOUT] ERROR AjaxRendererUtils - Failed to obtain Re= sponse#setHeader() method: > java.lang.NoSuchMethodException: org.jboss.portlet.JBossRenderResponse.se= tHeader(java.lang.String, java.lang.String) > ..... > Please suggest. > Thanks in Advance -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============1110105898806246526==--