[JBoss JIRA] (RF-11722) PickList is losing selected values if a validation error occurs
by Fabio Fonseca (Created) (JIRA)
PickList is losing selected values if a validation error occurs
---------------------------------------------------------------
Key: RF-11722
URL: https://issues.jboss.org/browse/RF-11722
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-selects
Affects Versions: 3.3.3.Final
Reporter: Fabio Fonseca
If there is a validation error, the form is loaded again and the selected values come back to the source list.
I am not having any problem if the there is no validation error.
I can retrieve the selected values in the backing bean.
<rich:pickList id="cursos"
value="#{CreateAdsForm.idCourses}"
validator="#{FormValidator.validateCourses}"
required="true">
<f:selectItems
value="#{AdminAdsCtrl.createAds.coursesCombo}" />
</rich:pickList>
--
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
13 years
[JBoss JIRA] (RF-11708) Allow to use onbeforesubmit to cancel request
by Lukáš Fryč (Created) (JIRA)
Allow to use onbeforesubmit to cancel request
---------------------------------------------
Key: RF-11708
URL: https://issues.jboss.org/browse/RF-11708
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: core
Affects Versions: 4.1.0.CR1
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
{{onbeforesubmit}} is attribute which is documented as follows:
{quote}
The onbeforesubmit event attribute invokes the event listener before the Ajax request is sent. The request is canceled if the event listener defined for the onsubmit event returns false.
{quote}
However there is only one behavior (from all components/behaviors) which has this attribute: {{a4j:ajax}}.
All ajax components should have this attribute.
Additionally {{a4j:queue}} and {{a4j:attachQueue}} should have it too to refuse requests on global/regional level.
--
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
13 years
[JBoss JIRA] (RF-11682) 'tooltip.popup' is null or not an object
by Brian Leathem (Resolved) (JIRA)
[ https://issues.jboss.org/browse/RF-11682?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-11682.
--------------------------------
Resolution: Won't Fix
IE6 is not a supported browser.
If you are stuck with IE6, I recommend taking a look at Chrome frame as a means of obtaining a compatible browser.
> '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
> Environment: Windows
> Reporter: mani v
> Assignee: Brian Leathem
> 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
13 years