[JBoss JIRA] Created: (RF-3612) Problem using suggestion box over https
by Kiran Patel (JIRA)
Problem using suggestion box over https
---------------------------------------
Key: RF-3612
URL: http://jira.jboss.com/jira/browse/RF-3612
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Reporter: Kiran Patel
Priority: Critical
I am using richfaces 3.1.4 GA on JSF 1.1, Weblogic 8.1, JDK 1.4.2_x.
I am using richfaces suggestion box for autocompletion of some value and its working fine for me as long as I used it over the http.
But if I try to use it over the https , it gives me below js error.
Line 4154, char 5, Object doesn't support this property or method...
It is actually coming on the on prototype.js for the lines
4152: return function(className, parentElement) {
4153: return $(parentElement || document.body).getElementsByClassName(className);
4154: };
This errors come at the time of rendering the suggestionbox after filling some characters in the textbox.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 9 months
[JBoss JIRA] Commented: (RF-183) h:inputText in rich:dataTable is not refresh after changing the underlying model
by Vivek Kandhvar (JIRA)
[ http://jira.jboss.com/jira/browse/RF-183?page=comments#action_12419096 ]
Vivek Kandhvar commented on RF-183:
-----------------------------------
I am using JSF 1.2, JDK 1.6 update 6... and RichFaces 3.2.1
Still facing the same issue..
h:inputText field is not updated by the new value. Old value still persists.
Please fix this problem asap. Thanks.
> h:inputText in rich:dataTable is not refresh after changing the underlying model
> --------------------------------------------------------------------------------
>
> Key: RF-183
> URL: http://jira.jboss.com/jira/browse/RF-183
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.0.0
> Environment: jsf 1.2 + facelets + jboss 4.2.0
> Reporter: Mike Mosiewicz
> Assigned To: Viktor Volkov
> Priority: Minor
> Fix For: 3.1.0
>
>
> I have something like:
> <rich:datatable value="data" var="line">
> <h:column>
> <h:inputText value="#{line.amount}" />
> </h:column>
> <h:column>
> #{line.amount}
> </h:column>
> </rich:datatable>
> When I change the underlying data (DataModel), the table is rendered but the inputText field content is not replaced with new values. So the value in inputText and the same value in second column are not equal after rendering. Changing to h:datatable solves this problem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 9 months
[JBoss JIRA] Created: (RF-3609) Problems selecting an item from PickList after reRender
by Ambrish Singh (JIRA)
Problems selecting an item from PickList after reRender
-------------------------------------------------------
Key: RF-3609
URL: http://jira.jboss.com/jira/browse/RF-3609
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Windows XP, FireFox
Reporter: Ambrish Singh
I have a <pickList> element in my page, and a <h:selectOneMenu> combined with a <a4j:support> which should reRender the pickList component.
Unfortunatelly, this doesn' t happens - the list values are shown but I'm unable to click on the elements. After the first access, when the lists are loaded in the session, making a new request re-render the whole page, and the pickList component works fine.
I saw a similar issue, that seems to be solved: RF2266.
I am working on the version 3.2.1 GA of RichFaces.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 9 months
[JBoss JIRA] Commented: (RF-672) Highlighting of the meaningfull words
by Catherine Luts (JIRA)
[ http://jira.jboss.com/jira/browse/RF-672?page=comments#action_12419034 ]
Catherine Luts commented on RF-672:
-----------------------------------
corrected names attributes, tags, components and facets for portlet, push, region, repeat, status, support, calendar, componentControl, contextMenu, column, dataList, dataOrderedList, dataDefinitionList, dragIndicator, dragSupport, dropDownMenu, menuGroup, effect, fileUpload components
> Highlighting of the meaningfull words
> -------------------------------------
>
> Key: RF-672
> URL: http://jira.jboss.com/jira/browse/RF-672
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.0
> Reporter: Svetlana mukhina
> Assigned To: Catherine Luts
> Priority: Optional
> Fix For: 3.2.2
>
>
> Highlight the following phrases with italic + blue:
> skin classes
> skin parameters
> attributes names - to be done by Svetlana Mukhina
> components names and meaningful words for each section
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 9 months
[JBoss JIRA] Created: (RF-3719) dataFilterSlider without slider listener
by Juergen Zimmermann (JIRA)
dataFilterSlider without slider listener
----------------------------------------
Key: RF-3719
URL: http://jira.jboss.com/jira/browse/RF-3719
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.2.1
Environment: JSF RI 1.2_09-BETA1, IE 7 and FF 3.0RC3
Reporter: Juergen Zimmermann
When omitting the attribute sliderListener and also a listener method I can drag the slider for the first time without any problem. When dragging the slidder for the second time I get this stacktrace (for both IE 7 and FF 3.0RC3):
java.lang.NullPointerException
at org.richfaces.event.DataFilterSliderAdapter.processSlider(DataFilterSliderAdapter.java:62)
at org.richfaces.event.DataFilterSliderEvent.processListener(DataFilterSliderEvent.java:74)
at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:771)
at javax.faces.component.UICommand.broadcast(UICommand.java:372)
at org.richfaces.component.UIDataFltrSlider.broadcast(UIDataFltrSlider.java:77)
at org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:317)
at org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:292)
at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:249)
at org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:462)
at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:154)
at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:260)
at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:366)
at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:493)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:856)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:566)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1508)
at java.lang.Thread.run(Thread.java:619)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 9 months