[JBoss JIRA] Resolved: (RF-4561) Example Seam-Discs throws SEVERE Trinidad-Exception
by Alexander Smirnov (JIRA)
[ https://jira.jboss.org/jira/browse/RF-4561?page=com.atlassian.jira.plugin... ]
Alexander Smirnov resolved RF-4561.
-----------------------------------
Resolution: Done
> Example Seam-Discs throws SEVERE Trinidad-Exception
> ---------------------------------------------------
>
> Key: RF-4561
> URL: https://jira.jboss.org/jira/browse/RF-4561
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: EJB 3.0, JBOSS 4.2, SEAM 2.1, TRINIDAD (actual version), RichFaces (3.2)
> Reporter: nimo stephan
> Assignee: Alexander Smirnov
> Priority: Critical
> Fix For: 3.3.0
>
> Attachments: faces-config.xml, pom.xml, trinidad.xhtml, web.xml
>
>
> I have looked at the seam-disc-example and have run it.
> Though all the trinidad-components are rendered well, the following error occurs:
> org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit createResponseWriter
> SEVERE: No RenderingContext has been created.
> Maybe, the web.xml (faces-config.xml) are not well configured for Seam, Ajax4j (richfaces), Trinidad.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months
[JBoss JIRA] Created: (RF-3855) ModalPanel: "controls" facet is disabled if manual skin is applied.
by Alexander Dubovsky (JIRA)
ModalPanel: "controls" facet is disabled if manual skin is applied.
-------------------------------------------------------------------
Key: RF-3855
URL: http://jira.jboss.com/jira/browse/RF-3855
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Alexander Dubovsky
Attachments: 3.png, dubser-1.0-SNAPSHOT.jar
# create new skin and apply it
# create modal panel, e.g.:
<rich:modalPanel id="eventInfoID" autosized="true" minHeight="550" minWidth="200" moveable="true" style="overflow: true;">
<f:facet name="header">
<h:outputText value="Events ..."/>
</f:facet>
<f:facet name="controls">
<h:commandLink value="Close" onclick="Richfaces.hideModalPanel('eventInfoID');"/>
</f:facet>
<jsp:include page="/pages/Action/EventInfo.jsp"/>
</rich:modalPanel>
<a4j:commandButton value="Show event" onclick="Richfaces.showModalPanel('eventInfoID');return false;"></a4j:commandButton>
# show modal panel and try to hide it
Result: controls are disabled - see screen shot. Tested skin is attached.
--
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, 3 months
[JBoss JIRA] Created: (RF-5278) 3.3BETA3: suggestionbox doesn't work anymore
by Juergen Zimmermann (JIRA)
3.3BETA3: suggestionbox doesn't work anymore
--------------------------------------------
Key: RF-5278
URL: https://jira.jboss.org/jira/browse/RF-5278
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: RF 3.3.0BETA3, Mojarra 1.2_10, IE 7, FF 3.0.4
Reporter: Juergen Zimmermann
IE 7 is hanging when rich:suggestionbox is used for h:inputText. FF 3.0.4 throws this stacktrace although a string is being expected:
java.lang.NumberFormatException: For input string: "undefined"
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
java.lang.Integer.parseInt(Integer.java:447)
java.lang.Integer.parseInt(Integer.java:497)
org.richfaces.component.UISuggestionBox.processDecodes(UISuggestionBox.java:477)
javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1026)
javax.faces.component.UIForm.processDecodes(UIForm.java:209)
org.ajax4jsf.component.AjaxViewRoot$1.invokeContextCallback(AjaxViewRoot.java:392)
org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
org.ajax4jsf.component.AjaxViewRoot.processDecodes(AjaxViewRoot.java:409)
com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78)
com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:307)
org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:407)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:534)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months