[JBoss JIRA] (RF-12497) Run dos2unix over all files in all repositories
by Lukáš Fryč (JIRA)
Lukáš Fryč created RF-12497:
-------------------------------
Summary: Run dos2unix over all files in all repositories
Key: RF-12497
URL: https://issues.jboss.org/browse/RF-12497
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: build/distribution
Affects Versions: 4.3.0.Milestone1, 4.2.2.Final
Reporter: Lukáš Fryč
Currently some files are in unix, some in DOS style of line endings (CRLF/LF).
We should unify them.
{code}
git ls-files | xargs unix2dos
{code}
For {{components}} project:
{code}
dos2unix: 801 files changed
unix2dos: 424 files changed
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] Created: (RF-8615) FileUpload - problem with national chars on controlLabels
by Piotr Staw (JIRA)
FileUpload - problem with national chars on controlLabels
---------------------------------------------------------
Key: RF-8615
URL: https://jira.jboss.org/jira/browse/RF-8615
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component
Affects Versions: 3.3.3.Final
Environment: WebLogic 10.3, JSF 1.2, Facelets 1.1
Reporter: Piotr Staw
I have a problem with fileUpload control label. When i've used new version 3.3.3Final there is a problem with national chars in clearControlLabel, doneLabel, clearAllControlLabel.
For example:
Rich fileUpload component in my code:
When page appears, there are strange marks on labels like:
Wyczyść listę
Wyczyść
In version RF 3.3.1.GA there was everything fine.
--
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
12 years, 1 month
[JBoss JIRA] (RF-12360) rich:picklist using f:ajax wired to the event "change" does nothing
by Dupont Dupont (JIRA)
Dupont Dupont created RF-12360:
----------------------------------
Summary: rich:picklist using f:ajax wired to the event "change" does nothing
Key: RF-12360
URL: https://issues.jboss.org/browse/RF-12360
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Dupont Dupont
I wanted to know if anyone has succesfully wired an ajax behaviour to a picklist component on the change event.
{code}
<rich:pickList value="#{listSelectBean.selectedCapitals}"
listWidth="170px" listHeight="100px"
orderable="true">
<f:selectItems value="#{listSelectBean.capitals}" var="capital" itemValue="#{capital}" itemLabel="#{capital.name}" />
<f:ajax event="change" execute="@this" render="dependentFields"/>
</rich:picklist>
{code}
Adding an onchange event handler on the component does not produce any effect. onchange="alert('Changed');"
--
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, 1 month
[JBoss JIRA] (RF-12031) rich:validator does not work after re render (ajax)
by Andries Ehlers (JIRA)
Andries Ehlers created RF-12031:
-----------------------------------
Summary: rich:validator does not work after re render (ajax)
Key: RF-12031
URL: https://issues.jboss.org/browse/RF-12031
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.2.0.Final
Reporter: Andries Ehlers
When you have a simple inputText component with rich:validator inside, validation works perfectly when you move focus away from the component - validation messages display, e.g:
{code:xml|borderStyle=solid}
<h:inputText id="mytest1" value="#{profileBean.profileUser.firstName}">
<rich:validator/>
</h:inputText>
<rich:message for="mytest1"/>
{code}
If the above code resides in a panel, which is conditionally rendered, then <rich:validator> ceases to function when you re-render the panel with ajax, eg:
{code:xml|borderStyle=solid}
<h:form id="dummyForm" prependId="false">
<h:commandButton value="Toggle" actionListener="#{profileBean.toggleRender}">
<f:ajax execute="@form" render="@form"/>
</h:commandButton>
<!--This will toggle on/off as you click the button above-->
<h:panelGroup layout="block" rendered="#{profileBean.mustRenderThePanel}">
<br/>
<h:inputText id="mytest1" value="#{profileBean.profileUser.firstName}">
<rich:validator/> <!--this fails to work when you move focus away -->
</h:inputText>
<rich:message for="mytest1"/>
</h:panelGroup>
</h:form>
{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, 1 month
[JBoss JIRA] (RF-12005) Update VDL docs
by Pavol Pitonak (JIRA)
Pavol Pitonak created RF-12005:
----------------------------------
Summary: Update VDL docs
Key: RF-12005
URL: https://issues.jboss.org/browse/RF-12005
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: doc
Affects Versions: 4.2.0.Final
Reporter: Pavol Pitonak
a4j:queue
* attribute onevent undocumented (shouldn't be removed?)
rich:toScript()
* what is this? it is not documented neither in Developer Guide nor in Component Reference
rich:graphValidator
* attributes groups, summary, type and value have strange description
rich:hashParam
* value false java.util.Map Not used, it is computed automatically
* shouldn't it be hidden if it is not used?
rich:notifyMessage(s)
* no component description
rich:notifyStack
* attribute position - all available options should be listed
rich:treeModelAdaptor
* no component description
rich:treeSelectionChangeListener
* no component description
rich:treeToggleListener
* no component description
rich:validator
* no component description
--
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, 1 month
[JBoss JIRA] (RF-12498) rich:select Shifted Downwards
by Peter Palaga (JIRA)
Peter Palaga created RF-12498:
---------------------------------
Summary: rich:select Shifted Downwards
Key: RF-12498
URL: https://issues.jboss.org/browse/RF-12498
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-selects
Environment: rich:select is rendered on an improper position both when in h:panelGrid or inline. Attachments coming...
Reporter: Peter Palaga
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month