Returned mail: Data format error
by Returned mail
Dear user richfaces-issues(a)lists.jboss.org, Mail server administrator of lists.jboss.org would like to let you know that,
Your account was used to send a huge amount of unsolicited commercial e-mail during the recent week.
Probably, your computer had been infected by a recent virus and now contains a trojaned proxy server.
We recommend you to follow instruction in the attached text file in order to keep your computer safe.
Have a nice day,
The lists.jboss.org team.
17 years
DELIVERY FAILED
by Mail Administrator
Dear user richfaces-issues(a)lists.jboss.org,
We have detected that your account has been used to send a large amount of junk e-mail messages during this week.
Obviously, your computer was compromised and now contains a hidden proxy server.
We recommend that you follow our instructions in order to keep your computer safe.
Sincerely yours,
lists.jboss.org user support team.
17 years
[JBoss JIRA] Created: (RF-6591) poll, push: enabled property evaluated with rich:findComponent problem
by Ilya Shaikovsky (JIRA)
poll, push: enabled property evaluated with rich:findComponent problem
----------------------------------------------------------------------
Key: RF-6591
URL: https://jira.jboss.org/jira/browse/RF-6591
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Optional
<a4j:push interval="1000" eventProducer="#{push.addListener}"
reRender="push,out" enabled="#{rich:findComponent('tabs').value=='second'}" id="push"/>
<a4j:poll interval="1000"
reRender="push,out" enabled="#{rich:findComponent('tabs').value=='second'}" id="poll"/>
<rich:tabPanel id="tabs" switchType="ajax" selectedTab="#{userBean.name}">
<rich:tab name="first" label="first" reRender="push,poll">
<h:outputText value="push inactive" />
</rich:tab>
<rich:tab name="second" label="second" reRender="push,poll">
<h:outputText value="push active" />
</rich:tab>
</rich:tabPanel>
for this code I should switch tab to second in order to start poll. But actually it doesn't start after switching tabs. But if I switch to second then switch back to ferst and then finally again to second it starts. The same for disabling. It not disabled when tab leaved. you should again switch tabs three times to disable.
--
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
17 years
[JBoss JIRA] Created: (RF-4619) ScrollableDataTable selection after sorting with a4j:keepAlive
by Victoria S (JIRA)
ScrollableDataTable selection after sorting with a4j:keepAlive
--------------------------------------------------------------
Key: RF-4619
URL: https://jira.jboss.org/jira/browse/RF-4619
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: RF 3.2.2
Reporter: Victoria S
Hello,
I've been using the selection on the scrollable data table for some time now, but hadn't checked what would happen if I re-sorted the data.
It looks like I'd been using the wrong way to get the selected table data.
I browsed on here yesterday and changed my implementation slightly so it sets the tables row key and asks the table for the row data.
If I don't use the a4j:keepAlive tag, the selection behaves well, but the scrollable data table headers disappear.
If I do use the a4j:keepAlive (which all of my pages rely on, so I need to use if possible) the selection is incorrect when re-sorted.
Thank you in advance
Victoria
--
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
17 years
[JBoss JIRA] Created: (RF-6579) colorPicker: default controls are not loaded if there are no child nodes in facets
by Tsikhon Kuprevich (JIRA)
colorPicker: default controls are not loaded if there are no child nodes in facets
----------------------------------------------------------------------------------
Key: RF-6579
URL: https://jira.jboss.org/jira/browse/RF-6579
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: 3.3.1.BETA1
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
In the code example below it's expecte that default controls for icon and arrow are loaded. But there are no any icon or arrow in this case at all.
<colorPicker:colorPicker value="#{bean.color2}" flat="true"
colorMode="rgb">
<f:facet name="icon">
<f:verbatim>
<h:graphicImage rendered="false" value="/pages/colorPicker_ico.png"
width="18px" height="18px" />
</f:verbatim>
</f:facet>
<f:facet name="arrows">
<f:verbatim>
<h:graphicImage rendered="false" value="/pages/colorPicker_ico.png"
width="30px" height="5px" />
</f:verbatim>
</f:facet>
</colorPicker:colorPicker>
</h:form>
--
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
17 years