[JBoss JIRA] Created: (RF-11328) Inplace Select - client side validation
by Jan Papousek (JIRA)
Inplace Select - client side validation
---------------------------------------
Key: RF-11328
URL: https://issues.jboss.org/browse/RF-11328
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-selects
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0-SNAPSHOT r.d0f9c11eb0dacc1444c0a3182b12567e28aef6bc
Metamer 4.1.0-SNAPSHOT r.22654
Mojarra 2.1.2-FCS
Apache Tomcat 6.0.32
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Firefox 5.0 @ Linux x86_64
Reporter: Jan Papousek
Metamer page - faces/components/richInplaceSelect/csv.xhtml:
*scenario 1a - wrong value -> correct value -> validator message is still present*
# select something in some select field which won't pass the validation (don't choose the field which is validate by REGEXP pattern)
# validator message is displayed
# change the content of the select field to the value which should pass the validation
# validator message is still present (it shouldn't be)
*scenario 1b - correct value -> wrong value -> validator message isn't present*
# select something to some select field which should pass the validation (don't choose the field which is validate by REGEXP pattern)
# validator message is not displayed (correct)
# change the content of the field to the value which won't pass the validation
# validator message isn't present (it should be)
*scenario 2 - REGEXP pattern*
# select correct value in the select field which is validate by REGEXP pattern
# validator message is present (it shouldn't be)
--
This message is automatically generated by JIRA.
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-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-12217) At the second time popup not displayed at the center of the page (At first time popup is displayed properly)
by Artur Mioduszewski (JIRA)
Artur Mioduszewski created RF-12217:
---------------------------------------
Summary: At the second time popup not displayed at the center of the page (At first time popup is displayed properly)
Key: RF-12217
URL: https://issues.jboss.org/browse/RF-12217
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.2.1.Final
Environment: JDK1.6,
JBoss 6.0.Final,
richfaces 4.1.0.Final/4.2.0.Final
seam 3.1
Chrome_18.0.1025.162, Firefox_12 (In Explorer 9.0 problem does not exist !!!!! )
Reporter: Artur Mioduszewski
At the second time popup not displayed at the center of the page (At first time popup is displayed properly)
Popup is populated in xhtml file started from <ui:composition tag inside <ui:define ...>
(In Explorer 9.0 problem does not exist !!!!! )
Something like below:
{code:title=Example of xhtml file construction with populated popup}
<ui:composition template="/WEB-INF/content-pages/common/layout/template2.xhtml"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
>
<ui:define name="content">
<rich:panel>
<f:facet name="header">
<h:outputText
value="#{bundles.messages.header_addSurfaceDefaultMedia}"/>
</f:facet>
<a4j:commandLink styleClass="no-decor" render="addDefaultMediaGrid"
action="#{defaultMediaAction.initializePopup}" execute="@this"
oncomplete="#{rich:component('addDefaultMediaPane22')}.show();">
<h:graphicImage value="/images/icons/new-ic.gif"
alt="#{bundles.messages.alt_new}"/>
</a4j:commandLink>
</rich:panel>
<rich:popupPanel
header="#{bundles.messages.popupHeader_addDefaultMediaFile}" id="addDefaultMediaPane22"
domElementAttachment="parent"
width="580"
height="530" modal="true" resizeable="false" moveable="true">
<a4j:commandButton value="#{bundles.messages.button_cancelClose}"
action="#{defaultMediaAction.cancelSaveDefaultFiles}"
render="groupedDefaultMediaFilesTableId"
onclick="#{rich:component('addDefaultMediaPane22')}.hide(); return false;"/>
</rich:popupPanel>
</ui:define>
</ui:composition>
{code}
How to force displaying popup always at the center of page ?
--
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