[JBoss JIRA] Created: (RF-1099) In case of AJAX calls it is calling the methods which it should not be calling
by Amit Agrawal (JIRA)
In case of AJAX calls it is calling the methods which it should not be calling
------------------------------------------------------------------------------
Key: RF-1099
URL: http://jira.jboss.com/jira/browse/RF-1099
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0, 3.0.0
Environment: Weblogic 9.2, IE 6.0
Reporter: Amit Agrawal
Hi,
I have a page in which I have some select boxes, check boxes and option to download excel file.
Whenever the page is getting rendred by clcking any component on the page it calls the method for download excel file as well which is definitely not desired.
As this method has FacesContext.getCurrentInstance().responseComplete(); so the response terminates abruptly.
I have attched the code snippet for it. kindly suggest how do I stop calling of this method all the time.
Thanks in Advance,
Amit
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years
[JBoss JIRA] Created: (RF-1979) gmap: do not work attribute's
by Aleksej Yanul (JIRA)
gmap: do not work attribute's
-----------------------------
Key: RF-1979
URL: http://jira.jboss.com/jira/browse/RF-1979
Project: RichFaces
Issue Type: Bug
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
Fix For: 3.1.4
showGLargeMapControl
showGMapTypeControl
showGScaleControl
enableDragging
enableDoubleClickZoom
// jsp pages
<rich:gmap id="gm" lat="37.97" zoom="#{gmap.zoom}" gmapVar="map" onclick="showEvent('onclickInputID', 'onclick work!')"
ondblclick="showEvent('ondblclickInputID', 'ondblclick work!')"
onkeydown="showEvent('onkeydownInputID', 'onkeydown work!')" onkeypress="showEvent('onkeypressInputID', 'onkeypress work!')"
onkeyup="showEvent('onkeyupInputID', 'onkeyup work!')" onmousedown="showEvent('onmousedownInputID', 'onmousedown work!')"
onmousemove="showEvent('onmousemoveInputID', 'onmousemove work!')" onmouseout="showEvent('onmouseoutInputID', 'onmouseout work!')"
onmouseover="showEvent('onmouseoverInputID', 'onmouseover work!')" onmouseup="showEvent('onmouseupInputID', 'onmouseup work!')"
gmapKey="ABQIAAAAxU6W9QEhFLMNdc3ATIu-VxT2yXp_ZAY8_ufC3CFXhHIE1NvwkxRkrpOGzxH8_ud3inE9pG1845-FCA"
style="width:500px;height:400px"
enableContinuousZoom="#{gmap.continuousZoom}"
enableDoubleClickZoom="#{gmap.doubleClickZoom}"
enableDragging="#{gmap.dragging}" />
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years
[JBoss JIRA] Created: (RF-2119) <s:link> does not work inside <rich:dropDownMenu><rich:menuItem>
by Alexander Seitz (JIRA)
<s:link> does not work inside <rich:dropDownMenu><rich:menuItem>
----------------------------------------------------------------
Key: RF-2119
URL: http://jira.jboss.com/jira/browse/RF-2119
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Reporter: Alexander Seitz
The functionality of the <s:link> inside a <rich:menuItem> is broken. This worked fine in versions before 3.1.4.
Really nasty, since my application is unuseable with Richfaces 3.1.4. now :-(
Example:
<rich:dropDownMenu value="Project">
<rich:menuItem submitMode="none">
<s:link view="/templates/application/projectmanagement_projekt.xhtml" value="Management" propagation="begin" />
</rich:menuItem>
...
</rich:dropDownMenu>
If you fix this, you could also fix the behavoir, that you have to click directly on the link-text to make it work. If you click aside the link nothing happens.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years