[JBoss JIRA] Moved: (RF-7605) Not working ajax request with installed ad muncher
by Nick Belaevski (JIRA)
[ https://jira.jboss.org/jira/browse/RF-7605?page=com.atlassian.jira.plugin... ]
Nick Belaevski moved AJSF-148 to RF-7605:
-----------------------------------------
Project: RichFaces (was: Ajax4jsf)
Key: RF-7605 (was: AJSF-148)
Affects Version/s: 3.3.2.CR1
(was: 3.1.0)
> Not working ajax request with installed ad muncher
> --------------------------------------------------
>
> Key: RF-7605
> URL: https://jira.jboss.org/jira/browse/RF-7605
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.2.CR1
> Environment: windows xp, ie8 b2, ie7
> Reporter: Marcin Jaskulski
>
> If I have ad muncher ad blocker installed and no ajax request works when I use internet explorer (it seems that on Firefox works fine).
> This is log from a4j:log component:
> debug[16:54:31,393]: Have Event [object Object] with properties: target: [object HTMLInputElement], srcElement: undefined, type: click
> debug[16:54:31,394]: NEW AJAX REQUEST !!! with form :navigationPanelForm debug[16:54:31,396]: Form have onsubmit function, call it
> debug[16:54:31,410]: Append hidden control navigationPanelForm with value [navigationPanelForm] and value attribute [navigationPanelForm]
> debug[16:54:31,411]: Append hidden control javax.faces.ViewState with value [j_id5] and value attribute [j_id5]
> debug[16:54:31,412]: parameter conversationId with value 15192
> debug[16:54:31,413]: parameter conversationPropagation with value join
> debug[16:54:31,414]: parameter navigationPanelForm:showAnswerFocused with value navigationPanelForm:showAnswerFocused
> Next step shoud be "Start XmlHttpRequest". It seems like ajax request doesn't even start.
> You can check this issue on richfaces demo page.
--
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
16 years, 8 months
[JBoss JIRA] Updated: (RF-7604) a4j:actionparam doesn't support comma in value
by Nick Belaevski (JIRA)
[ https://jira.jboss.org/jira/browse/RF-7604?page=com.atlassian.jira.plugin... ]
Nick Belaevski updated RF-7604:
-------------------------------
Issue Type: Bug (was: Feature Request)
Component/s: component-a4j-core
Assignee: Nick Belaevski
> a4j:actionparam doesn't support comma in value
> ----------------------------------------------
>
> Key: RF-7604
> URL: https://jira.jboss.org/jira/browse/RF-7604
> Project: RichFaces
> Issue Type: Bug
> Components: component-a4j-core
> Environment: richfaces-ui-3.2.1.GA
> Tomcat 6.0.16
> Facelets 1.1.14
> Reporter: Stephen Kinser
> Assignee: Nick Belaevski
> Priority: Minor
>
> I attempt to define a value that contains a comma, as follows:
> <a4j:actionparam name="metricName" value="Host:type=Processors,name=CPU.UserMode" assignTo="#{GraphPageBean.metricName}"/>
> Here's the method that I expect to be passed Host:type=Processors,name=CPU.UserMode:
> public void setMetricName(String metricName) {
> this.metricName = metricName;
> }
> setMetricName is called with a metricName value of "Host:type=Processors". I modified the value to use a '|' instead of a ',' and I got the full value of Host:type=Processors|name=CPU.UserMode.
--
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
16 years, 8 months
[JBoss JIRA] Moved: (RF-7604) a4j:actionparam doesn't support comma in value
by Nick Belaevski (JIRA)
[ https://jira.jboss.org/jira/browse/RF-7604?page=com.atlassian.jira.plugin... ]
Nick Belaevski moved AJSF-144 to RF-7604:
-----------------------------------------
Project: RichFaces (was: Ajax4jsf)
Key: RF-7604 (was: AJSF-144)
Issue Type: Feature Request (was: Bug)
> a4j:actionparam doesn't support comma in value
> ----------------------------------------------
>
> Key: RF-7604
> URL: https://jira.jboss.org/jira/browse/RF-7604
> Project: RichFaces
> Issue Type: Feature Request
> Components: component-a4j-core
> Environment: richfaces-ui-3.2.1.GA
> Tomcat 6.0.16
> Facelets 1.1.14
> Reporter: Stephen Kinser
> Priority: Minor
>
> I attempt to define a value that contains a comma, as follows:
> <a4j:actionparam name="metricName" value="Host:type=Processors,name=CPU.UserMode" assignTo="#{GraphPageBean.metricName}"/>
> Here's the method that I expect to be passed Host:type=Processors,name=CPU.UserMode:
> public void setMetricName(String metricName) {
> this.metricName = metricName;
> }
> setMetricName is called with a metricName value of "Host:type=Processors". I modified the value to use a '|' instead of a ',' and I got the full value of Host:type=Processors|name=CPU.UserMode.
--
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
16 years, 8 months
[JBoss JIRA] Moved: (RF-7603) a4j:form data="#{}" does not populate javascript data variable (data is undefined)
by Nick Belaevski (JIRA)
[ https://jira.jboss.org/jira/browse/RF-7603?page=com.atlassian.jira.plugin... ]
Nick Belaevski moved AJSF-141 to RF-7603:
-----------------------------------------
Project: RichFaces (was: Ajax4jsf)
Key: RF-7603 (was: AJSF-141)
Issue Type: Patch (was: Bug)
Affects Version/s: 3.3.2.CR1
(was: Future versions)
> a4j:form data="#{}" does not populate javascript data variable (data is undefined)
> ----------------------------------------------------------------------------------
>
> Key: RF-7603
> URL: https://jira.jboss.org/jira/browse/RF-7603
> Project: RichFaces
> Issue Type: Patch
> Affects Versions: 3.3.2.CR1
> Environment: Gentoo Linux 2.6.24
> Sun Java 1.6.0.0.7
> RichFaces 3.2.1_GA
> Facelets 1.1.14
> Apache Tomcat 6.0 AppServer
> JSF 1.2 RI
> Reporter: Lincoln Baxter III
> Attachments: UIAjaxForm.java
>
> Time Spent: 3 hours
> Remaining Estimate: 0 minutes
>
> When using the a4j:form component, the data="#{managedBean.property}" attribute is not correctly causing the javascript data variable to be populated.
> See example below. data is always undefined, even if the managed bean property is set to a valid value, the alert box shows undefined.
> I verified that when using a4j:commandButton, the data variable is correctly populated, and the alert box displays the value.
> <a4j:form id="themouth" data="#{indexBean.ajaxInputOk}"
> reRender="whispers,earInput,earErrors"
> oncomplete="alert(data)" ajaxSubmit="true">
> <div class="centered paddingLarge"><h:outputText
> id="whispers" styleClass="smallText" value="#{indexBean.whispers}" /></div>
> <div class="centered" id="earWhisper"><a4j:outputPanel id="earErrors">
> <h:message showSummary="true" showDetail="false" for="earInput"
> style="color: red;" />
> </a4j:outputPanel><br />
> <h:inputText id="earInput" autocomplete="off"
> value="#{indexBean.input}"
> validator="#{indexBean.validateWhisper}" required="true">
> </h:inputText> <h:commandButton id="whisperButton"
> action="#{indexBean.doWhisper}" value="whisper" /></div>
> </a4j: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
16 years, 8 months