[JBoss JIRA] Created: (RF-10884) action doesn't work on rich:panelMenuGroup
by James G (JIRA)
action doesn't work on rich:panelMenuGroup
------------------------------------------
Key: RF-10884
URL: https://issues.jboss.org/browse/RF-10884
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.0.0.Final
Environment: myfaces 2.0.5, Richfaces 4.0.0.Final.
Reporter: James G
If you specify an action for a rich:panelMenuGroup in server mode, it is never called.
This used to work 3.3.0 and the action DOES work for rich:panelMenuItem.
e.g.:
<rich:panelMenu id="panelMenu" mode="server">
<rich:panelMenuGroup id="panelMenuGroup" label="Action broken" action="#{bean.actionMethod}" mode="server">
<rich:panelMenuItem id="panelMenuItem" label="Action works" action="#{bean.itemMethod}" mode="server" />
</rich:panelMenuGroup>
</rich:panelMenu>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (RF-10867) JS API: switchablePanels: rename a few methods
by Ilya Shaikovsky (JIRA)
JS API: switchablePanels: rename a few methods
----------------------------------------------
Key: RF-10867
URL: https://issues.jboss.org/browse/RF-10867
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Final
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Fix For: 4.0.1.Milestone1
problematic API methods:
firstItem(), prevItem(), nextItem(), lastItem()
and description from documentation:
Switch to and display the first item, the previous item, the next item, or the last item.
But actually all that methods just returns name of corresponding item. So them do not perform switching but only could be used as a parameter of switchToItem(itemName) method.
Actually I do not think we need them to be used as parameters as there is more convenient way already:
tabPanelObject.switchToItem('@last')
tabPanelObject.switchToItem('@next')
...
But let's keep as option for users and rename to
getFirstItem(), getPrevItem(), getNextItem(), getLastItem()
Approved via email discussion.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (RF-10856) rich:autocomplete - does not work in IE9
by Lukas Fryc (JIRA)
rich:autocomplete - does not work in IE9
----------------------------------------
Key: RF-10856
URL: https://issues.jboss.org/browse/RF-10856
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Final
Environment: •RichFaces 4.1.0-SNAPSHOT r.22359
•Metamer 4.1.0-SNAPSHOT r.unknown
•Mojarra 2.0.4-b09
•Apache Tomcat 7.0.6
•OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
•Internet Explorer 9.0 @ Win32
Reporter: Lukas Fryc
Autocomplete does not work in ajax and cachedAjax modes.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (RF-10804) Pagination by explicit page number selection (maybe included into dataScroller)
by Michael Schmidt (JIRA)
Pagination by explicit page number selection (maybe included into dataScroller)
-------------------------------------------------------------------------------
Key: RF-10804
URL: https://issues.jboss.org/browse/RF-10804
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.Future
Reporter: Michael Schmidt
Priority: Minor
We sometimes have huge tables we need to display. Using rich:dataScroller for navigation through a lot of pages is impractical as you can either jump only a few pages each time or to the end/beginning.
It would be nice to have a kind of selectOneMenu to select a specific page which seamlessly works together with rich:dataScroller for pagination. Just creating a selectOneMenu to jump around in the scroller sometimes leads to inconsistencies.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (RF-10777) Intermittent server error on initial GAE showcase access to a4j:ajax sample
by Jay Balunas (JIRA)
Intermittent server error on initial GAE showcase access to a4j:ajax sample
---------------------------------------------------------------------------
Key: RF-10777
URL: https://issues.jboss.org/browse/RF-10777
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: examples, third-party
Affects Versions: 4.0.0.Final
Reporter: Jay Balunas
Assignee: Ilya Shaikovsky
There seems to be an intermittent server error ( see below ) when initially accessing the GAE hosted showcase's a4j:ajax page.
{quote}
Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this error message and the query that caused it.
{quote}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months