[JBoss JIRA] Created: (RF-5082) seamApp does not work with last SNAPSHOT of richFaces
by Alexander Dubovsky (JIRA)
seamApp does not work with last SNAPSHOT of richFaces
-----------------------------------------------------
Key: RF-5082
URL: https://jira.jboss.org/jira/browse/RF-5082
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: seam 2.0.1.GA, jboss 4.2.2.GA
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Exception while starting jboss:
ERROR [[/seamApp]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
java.lang.NoClassDefFoundError: org/ajax4jsf/component/UIQueue
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1001)
at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1073)
at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:493)
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:381)
at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
etc.....
--
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, 3 months
[JBoss JIRA] Created: (RF-5296) TogglePanel with immediate=true switches even if validation failed in child immediate input.
by Alexander Dubovsky (JIRA)
TogglePanel with immediate=true switches even if validation failed in child immediate input.
---------------------------------------------------------------------------------------------
Key: RF-5296
URL: https://jira.jboss.org/jira/browse/RF-5296
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.BETA3
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
TogglePanel with immediate=true switches even if validation failed in child immediate input.
# Open page (source see below)
# clear input
# click Next link
Result: validation message appears, but panel is switched.
Source code:
<h:form>
<rich:messages></rich:messages>
<rich:togglePanel id="panel" switchType="ajax" initialState="asus"
stateOrder="asus,toshiba,benq" immediate="true">
<f:facet name="asus">
<rich:panel>
<h:panelGrid columns="2" style="background-color: white;">
<h:panelGroup>
<h:graphicImage url="/pics/asus.jpg" height="300" width="300"
alt="asus" />
<h:inputText immediate="true" value="input" required="true" />
</h:panelGroup>
<h:panelGroup>
<h:outputText style="font: 18px;font-weight: bold;"
value="Asus F 3 Tc" />
<f:verbatim>
Processor: AMD Turion 64 X 2 - 1600 Mhz<br />
RAM: 1024 Mb<br />
HDD: 100 Gb<br />
Screen: 15.4 WXGA<br />
Video: NVIDIA GeForce Go 7300<br />
Drive: DVD- RW DL<br />
</f:verbatim>
</h:panelGroup>
</h:panelGrid>
</rich:panel>
</f:facet>
<f:facet name="benq">
<rich:panel>
<h:panelGrid columns="2" style="background-color: yellow;">
<h:graphicImage url="/pics/benq.jpg" height="300" width="300"
alt="benq.jpg" />
<h:panelGroup>
<h:outputText style="font: 18px;font-weight: bold;"
value="BenQ A 52" />
<f:verbatim>
Processor: Core Duo T2250 (1.73GHz)<br />
RAM: 1024 Mb<br />
HDD: 100 Gb<br />
Screen: 15.4 WXGA<br />
Video: ATI Mobility Radeon X 200<br />
Drive: DVD- RW D<br />
</f:verbatim>
</h:panelGroup>
</h:panelGrid>
</rich:panel>
</f:facet>
<f:facet name="toshiba">
<rich:panel>
<h:panelGrid columns="2" style="background-color: orange;">
<h:graphicImage url="/pics/toshiba.jpg" height="300" width="300"
alt="toshiba.jpg" />
<h:panelGroup>
<h:outputText style="font: 18px;font-weight: bold;"
value="Toshiba Satellite A 100-784" />
<f:verbatim>
Processor: Intel Core Duo T2250 - 1.73GHz<br />
RAM: 1024 Mb<br />
HDD: 100 Gb<br />
Screen: 15.4 WXGA<br />
Video: Intel Graphics Media 950<br />
Drive: DVD- RW DL<br />
</f:verbatim>
</h:panelGroup>
</h:panelGrid>
</rich:panel>
</f:facet>
</rich:togglePanel>
<rich:toggleControl id="toggleControl_panel" for="panel" immediate="false">
<h:outputText value="Next"></h:outputText>
</rich:toggleControl>
--
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, 3 months
REPORT
by Automatic Email Delivery Software
The original message was received at Wed, 10 Dec 2008 12:39:43 +0200
from lists.jboss.org [11.7.2.253]
----- The following addresses had permanent fatal errors -----
richfaces-issues(a)lists.jboss.org
17 years, 3 months
[JBoss JIRA] Created: (RF-5129) queue: exception isn't thrown during rendering if more than one default, global or named(with the same name) queue present.
by Mikhail Vitenkov (JIRA)
queue: exception isn't thrown during rendering if more than one default, global or named(with the same name) queue present.
---------------------------------------------------------------------------------------------------------------------------
Key: RF-5129
URL: https://jira.jboss.org/jira/browse/RF-5129
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: IE6,7, FF 3.0.3, Safari 3.1, Opera 9.62(3.3.0-BETA1)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Step 1.
Case #1: Add two default queue in form/view:
<h:form><a4j:queue/><a4j:queue/> .. </h:form>
Case #2. Add two global queue in f:view:
<f:view><a4j:queue name="org.richfaces.global_queue" disabled="false"/><a4j:queue name="org.richfaces.global_queue" disabled="false"/>...</f:view>
Case #3. Add two named queue with the same name outside or inside form:
<h:form><a4j:queue name="theSame"/><a4j:queue name="theSame"/> .. </h:form>
Step 2. Navigate to page with component.
Expected behavior:
An exception will be thrown if more than one enabled queue is present during rendering.
Actual behavior:
Nothing happens.
--
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, 3 months
[JBoss JIRA] Created: (RF-5116) queue: in case sizeExceededBehavior="dropNext" the last event in queue perform two request.
by Mikhail Vitenkov (JIRA)
queue: in case sizeExceededBehavior="dropNext" the last event in queue perform two request.
-------------------------------------------------------------------------------------------
Key: RF-5116
URL: https://jira.jboss.org/jira/browse/RF-5116
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: IE6,7, FF 3.0.3, Safari 3.1, Opera 9.62(3.3.0- last snapshot)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
#1. Add a4j:queue inside form:
<h:form> ... <a4j:queue ../>..</h:form>
#2. Set size="1", sizeExceededBehavior="dropNext", requestDelay="5000"
#3. Add checkbox and input inside the same form following way:
<h:inputText value="#{queueComponent.inputValue}" id="inputID">
<a4j:support id="inputSupport" event="onkeyup"
eventsQueue="#{queueComponent.inputQueue}"></a4j:support>
</h:inputText>
...
<h:selectBooleanCheckbox value="#{queueComponent.checkboxValue}"
id="checkboxID">
<a4j:support id="checkboxSupport" event="onchange"
eventsQueue="#{queueComponent.checkboxQueue}"></a4j:support>
</h:selectBooleanCheckbox>
#4. Navigate to the page, make a4j:log enabled.
#5. Initiate 'change' event for selectBooleanCheckbox and then 'keyup' event for input during requestDelay(5 sec.).
#6. Verify a4j:log.
Actual behavior:
The queue performs two request:
debug[20:01:02,528]: Have Event [object Object] with properties: target: [object HTMLInputElement], srcElement: undefined, type: change
debug[20:01:02,529]: Query preparation for form 'formID' requested
...
debug[20:01:02,559]: parameter formID:queueStraightforwardSubviewID:checkboxSupport with value formID:queueStraightforwardSubviewID:checkboxSupport
debug[20:01:02,560]: Look up queue with name 'formQueue'
debug[20:01:02,561]: Found form queue 'formID:formQueue'
debug[20:01:02,562]: Queue is empty now
debug[20:01:02,562]: New request added to queue 'formID:formQueue'. Queue similarityGroupingId changed to formID:queueStraightforwardSubviewID:checkboxSupport
debug[20:01:02,563]: Queue will wait 5000ms before submit
debug[20:01:05,205]: Have Event [object Object] with properties: target: [object HTMLInputElement], srcElement: undefined, type: keyup
debug[20:01:05,207]: Query preparation for form 'formID' requested
...
debug[20:01:05,237]: parameter formID:queueStraightforwardSubviewID:inputSupport with value formID:queueStraightforwardSubviewID:inputSupport
debug[20:01:05,239]: Look up queue with name 'formQueue'
debug[20:01:05,240]: Found form queue 'formID:formQueue'
debug[20:01:05,241]: Last queue entry is not the last anymore. Stopping requestDelay timer and marking entry as ready for submission
debug[20:01:05,242]: Queue 'formID:formQueue' will submit request NOW
debug[20:01:05,243]: NEW AJAX REQUEST !!! with form: formID
debug[20:01:05,245]: Start XmlHttpRequest
debug[20:01:05,246]: Reqest state : 1
debug[20:01:05,247]: QueryString: ...
debug[20:01:05,257]: Reqest state : 1
debug[20:01:05,258]: New request added to queue 'formID:formQueue'. Queue similarityGroupingId changed to formID:queueStraightforwardSubviewID:inputSupport
debug[20:01:05,259]: Queue will wait 5000ms before submit
debug[20:01:05,526]: Reqest state : 2
debug[20:01:05,529]: Reqest state : 3
debug[20:01:05,530]: Reqest state : 3
debug[20:01:05,532]: Reqest state : 4
debug[20:01:05,532]: Reqest end with state 4
debug[20:01:05,533]: Response with content-type: text/xml;charset=UTF-8
debug[20:01:05,534]: Full response content: <?xml version="1.0"?...
...
debug[20:01:10,258]: Queue 'formID:formQueue' will submit request NOW
debug[20:01:10,259]: NEW AJAX REQUEST !!! with form: formID
debug[20:01:10,261]: Start XmlHttpRequest
debug[20:01:10,262]: Reqest state : 1
debug[20:01:10,264]: QueryString:...
debug[20:01:10,268]: Reqest state : 1
debug[20:01:10,986]: Reqest state : 2
debug[20:01:10,989]: Reqest state : 3
debug[20:01:10,991]: Reqest state : 3
debug[20:01:10,992]: Reqest state : 4
debug[20:01:10,994]: Reqest end with state 4
debug[20:01:10,995]: Response with content-type: text/xml;charset=UTF-8
debug[20:01:10,996]: Full response content: ...
...
debug[20:01:12,738]: Call local oncomplete function after processing updates
debug[20:01:12,739]: After request: queue 'formID:formQueue'
debug[20:01:12,741]: There are 0 requests more in this queue
debug[20:01:12,742]: Queue is empty now
...
--
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, 3 months