[JBoss JIRA] Created: (RF-1014) HEAD build is broken
by Igor Shabalov (JIRA)
HEAD build is broken
--------------------
Key: RF-1014
URL: http://jira.jboss.com/jira/browse/RF-1014
Project: RichFaces
Issue Type: Bug
Environment: Try to update cvn from head and run mvn clean install
Reporter: Igor Shabalov
Assigned To: Alexander Smirnov
Priority: Critical
[INFO] Create class file org.richfaces.component.html.HtmlDatascroller
ClassNotFoundException message: org.richfaces.component.html.HtmlDatascroller
Sep 25, 2007 2:27:42 PM org.ajax4jsf.templatecompiler.builder.AbstractCompilationContext loadClass
SEVERE: Error load class: org.richfaces.component.html.HtmlDatascroller
Many other SEVERE: messages like that is generated during build
--
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
14 years, 11 months
[JBoss JIRA] Created: (RF-7780) new components "rich:mediaPlayer", "rich:imageOutput", "rich:documentOutput" extends RichFaces multimedia support
by nimo stephan (JIRA)
new components "rich:mediaPlayer", "rich:imageOutput", "rich:documentOutput" extends RichFaces multimedia support
-----------------------------------------------------------------------------------------------------------------
Key: RF-7780
URL: https://jira.jboss.org/jira/browse/RF-7780
Project: RichFaces
Issue Type: Feature Request
Reporter: nimo stephan
To better the multimedia-support for RIAs developed by RichFaces,
it would be reasonable to develop the following multimedia-components:
- rich:mediaPlayer (for playing audios and videos)
- rich:imageOutput (for viewing images)
- rich:documentOutput (for viewing documents)
rich:mediaPlayer:
under the hood, the implementation can use the "java media framework" or/and the "java sound api"
to get a a multimedia-component with possibilities something like that
"http://www.longtailvideo.com/players/jw-flv-player/ ".
To avoid flash, maybe new HTML5-Tags such as <audio> or <video> can be used.
rich:imageOutput:
for example, can be something like Seams s:graphicImage.
rich:documentOutput:
for rendering documents (pdf, ..) with properties such as content-types "disposition".
These three tags would extend the RichFaces-Component-Suite with sufficient multimedia-support !
--
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
14 years, 11 months
[JBoss JIRA] Created: (RF-8223) ExtendedDataTable duplicate Id exception
by Alex Kolonitsky (JIRA)
ExtendedDataTable duplicate Id exception
----------------------------------------
Key: RF-8223
URL: https://jira.jboss.org/jira/browse/RF-8223
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JSF 2.0
Reporter: Alex Kolonitsky
Assignee: Alex Kolonitsky
For exapmle below
<f:view>
<h:form id="form">
<rich:extendedDataTable id="table">
<rich:column >Hello</rich:column>
</rich:extendedDataTable>
</h:form>
</f:view>
I have exception
java.lang.IllegalStateException: duplicate Id for a component form:table:j_id3
org.ajax4jsf.application.TreeStructureNode.apply(TreeStructureNode.java:68)
org.ajax4jsf.application.TreeStructureNode.apply(TreeStructureNode.java:92)
org.ajax4jsf.application.TreeStructureNode.apply(TreeStructureNode.java:92)
org.ajax4jsf.application.TreeStructureNode.apply(TreeStructureNode.java:92)
org.ajax4jsf.application.TreeStructureNode.apply(TreeStructureNode.java:92)
org.ajax4jsf.application.AjaxStateManager.getTreeStructureToSave(AjaxStateManager.java:194)
org.ajax4jsf.application.AjaxStateManager.buildViewState(AjaxStateManager.java:520)
org.ajax4jsf.application.AjaxStateManager.saveSerializedView(AjaxStateManager.java:473)
com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:615)
--
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
14 years, 11 months
[JBoss JIRA] Created: (RF-8204) AjaxStateManager: view id sequence is increased for AJAX requests under JSF 2.0
by Nick Belaevski (JIRA)
AjaxStateManager: view id sequence is increased for AJAX requests under JSF 2.0
-------------------------------------------------------------------------------
Key: RF-8204
URL: https://jira.jboss.org/jira/browse/RF-8204
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: core, JSF 2.0, performance
Affects Versions: 3.3.3.BETA1
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Priority: Critical
Fix For: 3.3.3.BETA1
In JSF 1.2.x ResponseStateManager had the only responsibility of reading/writing state according to rendering technology used.
In Sun RI JSF 2.0 ResponseStateManager also has the responsibility of actually storing state in session (the same functionality as implemented in RF AjaxStateManager), that's why it assigns new views sequence number for AJAX requests. MyFaces 2.0 implements this functionality the same as in JSF 1.2
--
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
14 years, 11 months