[richfaces-issues] [JBoss JIRA] Commented: (RF-3201) a4j:status does not work in tabPanel with switchmode ajax

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Apr 28 15:40:08 EDT 2008


    [ http://jira.jboss.com/jira/browse/RF-3201?page=comments#action_12411010 ] 
            
Nick Belaevski commented on RF-3201:
------------------------------------

Code to reproduce:

				<a4j:status startText="...start..." id="commonstatus"/>
				
				<rich:tabPanel immediate="false" width="100%" switchType="ajax">
					
					<rich:tab name="canon" label="Canon">
							<h:graphicImage value="/pages/Canon_EOS_Digital_Rebel_XT.jpg" alt=""/>
								<h:outputText value="Canon EOS Digital Rebel XT" />
								<h:inputText required="true" />
								
								<a4j:commandButton value="Fire AJAX" />
								
								<f:verbatim>
									8.2 Megapixels - SLR / Large Digital Camera - 1.8 in LCD Screen - 
									Storage: Compact Flash, Compact Flash Type II - Built In Flash 
									<br />
									Achieve the same professional results as film cameras in a flexible, 
									digital format with the Canon EOS Digital Rebel XT. The EOS digital 
									Rebel XT flawlessly combines ease of use with unequalled SLR performance. 
									This compact digital camera features not only lightweight design and 
									compatibility with over 50 EF lenses, but also an 8.0 megapixel CMOS 
									sensor and DIGIC II image processor. Boasting a 7-point wide area AF 
									system and one battery pack, this compact camera comes with digital storage 
									media (CF card Type I and II). Take advantage of the 10 second self-timer 
									delay offered by this Canon camera. Correct the color of any image with these 
									white balance settings: auto, preset, daylight, shad, cloudy, twilight, sunset, 
									Tungsten light, White fluorescent light, flash, and custom. With USB 2.0 
									connector and PictBridge printer compatibility, this digital camera also 
									features a 1,8'' TFT color monitor. Enjoy the ease of use, affordability, 
									and powerful performance of the Canon EOS Digital Rebel XT.
								</f:verbatim>
					</rich:tab>
					<rich:tab name="nikon" label="Nikon" labelWidth="200px">
						<rich:modalPanel>	
							<a4j:outputPanel id="edit_relation_panel" layout="none">
								<a4j:form id="editRelation">
						
									<h:panelGrid columns="4">
						
										<h:outputLabel for="partner" value="Kontakt" />
										<h:inputText id="partner"
											value="abc" readonly="true">
										</h:inputText>
										<a4j:commandButton styleClass="submitButton"
											value="Search"
											status="commonstatus" />
						
						
										<h:outputLabel for="type" value="Typ" />
									</h:panelGrid>
						
									<a4j:commandButton styleClass="submitButton" value="Ãœbernehmen"
										reRender="relationsForm"
										status="commonstatus"
										/>
								</a4j:form>
							</a4j:outputPanel>
						</rich:modalPanel>
					</rich:tab>
					<rich:tab name="olympus" label="Olympus" labelWidth="60px">
						<h:panelGrid columns="2" width="100%">
							<h:graphicImage value="/pages/Olympus_EVOLT_E-500.jpg" alt=""/>
							<h:panelGroup>
								<h:outputText value="Olympus EVOLT E-500" />
								<h:inputText required="true" />
								<f:verbatim>
									8 Megapixels - SLR / Large Digital Camera - 2.5 in LCD Screen - 
									Storage: Compact Flash, xD-Picture Card, Compact Flash Type II - Built In Flash 
									<br />
									Perfect for producing elaborate photography from the professional or the beginner, 
									this Olympus digital camera packs tons of features into its compact body. 
									Delivering SLR performance at an affordable price, this digital camera offers a 
									Dust Reduction System to clean photos of unwanted spots. With 8 megapixel resolution 
									and a TruePic TURBO Image Processor, this Olympus EVOLT definitely stands out from 
									competing digital cameras. Compatible with different Olympus Zuiko Digital Specific 
									Lenses, this digital camera boasts a 2.5'' HyperCrystal LCD screen. For a digital 
									photography experience unmatched by any other camera, bring home this Olympus 
									EVOLT E-500. 
								</f:verbatim>
							</h:panelGroup>
						</h:panelGrid>	
					</rich:tab>
					<rich:tab disabled="true" name="disabled" label="Disabled">
					</rich:tab>
				</rich:tabPanel>



> a4j:status does not work in tabPanel with switchmode ajax
> ---------------------------------------------------------
>
>                 Key: RF-3201
>                 URL: http://jira.jboss.com/jira/browse/RF-3201
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: RichFaces 3.2.0 SR1, Myfaces 2, Apache Tomcat 6.16, Java 5, Mac OS X
>            Reporter: Bernd Winterstein
>         Assigned To: Nick Belaevski
>             Fix For: 3.2.1
>
>
> Ajax requests inside a tabPanel with switchmode ajax doesn't call the onstop event of the a4j:status
> See: http://jboss.com/index.html?module=bb&op=viewtopic&t=133749

-- 
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

       




More information about the richfaces-issues mailing list