[JBoss JIRA] (RF-12306) rich:fileUpload controllabel double encoded
by Markus Staab (JIRA)
Markus Staab created RF-12306:
---------------------------------
Summary: rich:fileUpload controllabel double encoded
Key: RF-12306
URL: https://issues.jboss.org/browse/RF-12306
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.3.3.Final
Environment: Liferay 5.2.4, JSF 1.2
Reporter: Markus Staab
using the rich:fileUpload with an controllabel which contains e.g. umlauts, the label is not rendered properly... it seems to be double encoded
[CODE]
<rich:fileUpload id="TRANSFER_UPLOAD"
fileUploadListener="#{fileUpload.listener}" acceptedTypes="*"
maxFilesQuantity="1000" immediateUpload="false" allowFlash="#{fileUpload.flashEnabled}"
noDuplicate="true" listWidth="100%" listHeight="150px"
transferErrorLabel="" doneLabel="" autoclear="true"
addControlLabel="Hinzufügen"
>
...
</rich:fileUpload>
[CODE]
The controllabel "Hinzufügen" (german form of "add something") is rendered "Hinzuf&uuml;gen" instead of "Hinzufügen".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (RF-12289) ataScroller - change displayed rows numbers - below table
by Nicolas Daniels (JIRA)
Nicolas Daniels created RF-12289:
------------------------------------
Summary: ataScroller - change displayed rows numbers - below table
Key: RF-12289
URL: https://issues.jboss.org/browse/RF-12289
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.2.2.Final, 4.2.1.Final
Reporter: Nicolas Daniels
Trying to have datascroller with dynamic rows number, but it works only if dataScroller is above the table.
Basically, what I have is:
<h:selectOneMenu value="#{myBean.batchRows}">
<f:selectItem itemLabel="10" itemValue="10"/>
<f:selectItem itemLabel="20" itemValue="20"/>
<f:ajax render="table table-ds" />
</h:selectOneMenu>
...
<h:panelGroup>
<rich:dataTable id="table" rows="#{myBean.batchRows}" value="#{myBean.dataModel}" var="var">
...
</rich:dataTable>
</h:panelGroup>
<rich:dataScroller id="table-ds" page="#{myBean.batchPage}" for="table" renderIfSinglePage="false" boundaryControls="hide" fastControls="hide">
...
</rich:dataScroller>
And the behaviour with 21 elements:
- on page 2 displaying 20 element (so only 1 is visible), if I switch to 10, I stay on page 2 but I still have only 1 element visible.
If my datascroller is above my table it works fine. If the table is not wrapped within a panelGroup, it works as well.
Debugging a bit, it seems that when UIDataAdaptor.walk method is 1st called, getComponentState() is updating the state rows and first properties with values:
- rows: 10 (correct)
- first: 20 (weird)
Following calls to this method is setting those properties to:
- rows: 10 (correct)
- first: 10 (correct)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (RF-11682) 'tooltip.popup' is null or not an object
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-11682?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-11682:
----------------------------------
Assignee: Pavol Pitonak (was: Brian Leathem)
Pavol, you reported this works fine in IE 8. Can you verify this, as we have a user reporting that it's broken in IE 8.
Please check with both compatibility mode on and off.
> 'tooltip.popup' is null or not an object
> ----------------------------------------
>
> Key: RF-11682
> URL: https://issues.jboss.org/browse/RF-11682
> Project: RichFaces
> Issue Type: Bug
> Components: component-output
> Affects Versions: 4.0.0.Final, 4.2.0.Final
> Environment: Windows
> Reporter: mani v
> Assignee: Pavol Pitonak
> Priority: Critical
> Attachments: Tooltip.popup is null.jpg
>
>
> i am using <rich:tooltip> inside <rich:dataTable>.its working find but when i do filter or go to next page the popup is throwing js error.
>
> :246
> :21
> :'tooltip.popup' is null or not an object
>
>
> <code for review>
> {code}
> <rich:column filter="#{filter.name}" sortBy="#{row.name}" sortOrder="#{filter.nameOrder}">
> <f:facet name="header">
> <a4j:commandLink value="Name" action="#{filter.sortByName}" render="table" ></a4j:commandLink>
> </f:facet>
> <rich:tooltip>#{row.name}</rich:tooltip>
> <h:outputText value="#{row.name}"/>
> </rich:column>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (RF-12151) Can't compile with Maven 3 on Ubuntu
by Brian Lavender (JIRA)
Brian Lavender created RF-12151:
-----------------------------------
Summary: Can't compile with Maven 3 on Ubuntu
Key: RF-12151
URL: https://issues.jboss.org/browse/RF-12151
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: build/distribution
Affects Versions: 4.2.0.Final
Environment: Ubuntu 11.10, Apache Maven 3.0.3, Open JDK 7, 64 bit
Reporter: Brian Lavender
Priority: Minor
Trying to build richfaces-showcase, but it can't find a plugin. Should you include a repository for it in the pom.xml?
brian
richfaces-4.2.0.Final/examples/richfaces-showcase$ mvn clean package -Pjbas7
[snip]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.5:check (richfaces-checkstyle-report) on project richfaces-showcase: Execution richfaces-checkstyle-report of goal org.apache.maven.plugins:maven-checkstyle-plugin:2.5:check failed: Plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.5 or one of its dependencies could not be resolved: Failure to find org.richfaces:richfaces-build-checkstyle:jar:5 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months