Returned mail: Data format error
by Bounced mail
The original message was received at Mon, 19 Jan 2009 11:03:22 +0200
from lists.jboss.org [169.102.105.83]
----- The following addresses had permanent fatal errors -----
<richfaces-issues(a)lists.jboss.org>
----- Transcript of the session follows -----
... while talking to 165.230.225.22:
554 5.0.0 Service unavailable; [180.129.129.218] blocked using bl.spamcop.net
Session aborted, reason: lost connection
15 years, 11 months
[JBoss JIRA] Created: (RF-5749) Datascroller inside footer of extendedDataTable displays incorrect under Safari
by Alexander Dubovsky (JIRA)
Datascroller inside footer of extendedDataTable displays incorrect under Safari
-------------------------------------------------------------------------------
Key: RF-5749
URL: https://jira.jboss.org/jira/browse/RF-5749
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.GA
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
Attachments: 43.png
Source:
<h:form>
<rich:extendedDataTable value="#{exDataTable.value}" var="car"
rows="20">
<rich:column sortable="true" sortBy="#{car.make}"
filterBy="#{car.make}" filterEvent="onkeyup">
<f:facet name="header">
<h:outputText value="Make" />
</f:facet>
<h:outputText value="#{car.make}" />
</rich:column>
<rich:column>
<f:facet name="header">
<h:outputText value="Model" />
</f:facet>
<h:outputText value="#{car.model}" />
</rich:column>
<rich:column>
<f:facet name="header">
<h:outputText value="Price" />
</f:facet>
<h:outputText value="#{car.price}" />
</rich:column>
<f:facet name="footer">
<rich:datascroller></rich:datascroller>
</f:facet>
</rich:extendedDataTable>
</h:form>
# Open page anf verify datascroller view
Result: see screen shot.
--
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
15 years, 12 months
[JBoss JIRA] Created: (RF-5220) RichFaces breaks NetBeans auto-complete functionality
by Ian Briscoe (JIRA)
RichFaces breaks NetBeans auto-complete functionality
-----------------------------------------------------
Key: RF-5220
URL: https://jira.jboss.org/jira/browse/RF-5220
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: OS: Kubuntu (Hardy Heron) running on Asus Eee
Development environment: NetBeans 6.5 (full release)
Reporter: Ian Briscoe
To reproduce:
Installed the full NetBeans version
Install Facelets support - go to Tools | Plugins | Installed, enter Facelets in the search box and install the two plugins that appear
Create a new web application
* Add JavaServer Faces and Facelets support when asked
After the project is created, add Libraries:
* richfaces-api-3.2.2.SR1.jar
* richfaces-impl-3.2.2.SR1.jar
* richfaces-ui-3.2.2.SR1.jar
Open template.xhtml
Position the cursor inside one of the <ui:insert> tags
Type < and wait for auto-complete list to appear
All Richfaces and some core JSF tags are missing.
Replace the richfaces* jar files with those from 3.2.1 and the auto-complete list appears.
This behaviour is still present in the 3.3.0 beta (04/12/2008).
Other people have reported this behaviour on a couple of external forums.
--
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
15 years, 12 months
[JBoss JIRA] Closed: (RF-358) dragValue not preserved across forms
by Mikhail Vitenkov (JIRA)
[ https://jira.jboss.org/jira/browse/RF-358?page=com.atlassian.jira.plugin.... ]
Mikhail Vitenkov closed RF-358.
-------------------------------
Assignee: Mikhail Vitenkov (was: Tsikhon Kuprevich)
Verified at 3.3.0.GA
> dragValue not preserved across forms
> ------------------------------------
>
> Key: RF-358
> URL: https://jira.jboss.org/jira/browse/RF-358
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.0.1
> Reporter: Christian Bauer
> Assignee: Mikhail Vitenkov
> Priority: Minor
> Fix For: 3.3.0
>
>
> <h:dataTable id="forumCategories"
> value="#{forumCategoryList}" var="forumCategory">
> <h:column>
> <h:form>
> <a:outputPanel styleClass="forumCategoryTitleContainer">
> <rich:dropSupport id="dropZone" acceptedTypes="forumCategory" reRender="forumCategoryForm"
> dropListener="#{forumCategoryHome.drop}" dropValue="#{forumCategory.displayPosition}"/>
> <rich:dragSupport dragIndicator=":boards:rowDragIndicator"
> dragType="forumCategory"
> dragValue="#{forumCategory.displayPosition}">
> <rich:dndParam name="label" type="drag"><h:outputText value="#{forumCategory.title}"/></rich:dndParam>
> </rich:dragSupport>
> <h:outputText value="(#{forumCategory.displayPosition}) #{forumCategory.title}" style="cursor:move" styleClass="forumCategoryTitle"/>
> </a:outputPanel>
> </h:form>
> This renders a table and enables the rendered text in the column for drag and drop between rows. I can drag one row and drop it onto another row. The goal here is to get the dragValue and the dropValue (which are just row numbers) into the forumCategoryHome.drop(DropEvent) method. However, DropEvent.getDragValue() is always null.
> It works if I span a single form across the whole table, instead of a new form for each individual row. This is not what I need though.
> I do not want to use manual setting and parsing of Http request parameters with a:actionparam.
--
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
15 years, 12 months
[JBoss JIRA] Created: (RF-4723) ListShuttle: java script error appears after calling up(), down(), top(), bottom() functions.
by Alexander Dubovsky (JIRA)
ListShuttle: java script error appears after calling up(), down(), top(), bottom() functions.
---------------------------------------------------------------------------------------------
Key: RF-4723
URL: https://jira.jboss.org/jira/browse/RF-4723
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Java script error appears after calling up(), down(), top(), bottom() functions for ListShuttle.
--
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
15 years, 12 months