[JBoss JIRA] Created: (RF-5734) <a4j:outputPanel> produces javax.servlet.ServletException: duplicate Id for a component form:j_id6
by Bjoern Sonntag (JIRA)
<a4j:outputPanel> produces javax.servlet.ServletException: duplicate Id for a component form:j_id6
--------------------------------------------------------------------------------------------------
Key: RF-5734
URL: https://jira.jboss.org/jira/browse/RF-5734
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0, 3.2.2
Environment: java 1.6.11, Glassfish V2, Windows XP Prof
Reporter: Bjoern Sonntag
we've found one bug in the a4j:outputPanel - tag...
szenario :
In our project we have severals subprojects which have 2 webpages with simple navigation rule. Side A leads to side B and you can get from side B to side A, but when we go from side B to side A we got an exception :
javax.servlet.ServletException: duplicate Id for a component form:j_id6
We have following interesseting code in our jsps
<a4j:outputPanel layout="none" id="mainContentPanel">
<!-- here are some widgets, like outputLabel, inputText, rich:calendar etc. --!>
</a4j:outputPanel>
which we use like a tag to render several widgets, or not.
But when we replace the <a4j:outputPanel> with a <rich:panel> and navigate from side B to side A its works fine but our markup looks like a slap with a golf club. This behaviour is repeatable !
So we think there is a bug in the <a4j:outputPanel> or the Richfaces Framework have a problem with that.
When you google for ""duplicate id" Richfaces a4j" you can see many many posting, that have <a4j:outputPanel> as common ground.
with best regards
Bjoern
--
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
15 years, 5 months
[JBoss JIRA] Created: (RF-5645) ComboBox: request is sent twice if use onblur ajaxsupport.
by Alexander Dubovsky (JIRA)
ComboBox: request is sent twice if use onblur ajaxsupport.
----------------------------------------------------------
Key: RF-5645
URL: https://jira.jboss.org/jira/browse/RF-5645
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.CR3
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Source:
<h:panelGrid columns="4">
<h:outputText value="Model:" />
<rich:comboBox id="model" value="#{comboBox.modelSelected}">
<a4j:support event="onblur" reRender="snBox" />
<f:selectItems value="#{comboBox.selectItemListModel}" />
</rich:comboBox>
<h:outputText value="Serialnumber:" />
<rich:comboBox id="snBox" value="#{comboBox.snSelected}">
<a4j:support event="onblur" reRender="result" />
<f:selectItems id="sn" value="#{comboBox.selectItemListSn}" />
</rich:comboBox>
<h:inputText id="input" />
<h:commandButton value="Add a new SN" />
</h:panelGrid>
The 1th request is sent after selection of item in combo (using mouse), the 2th after onblur event.
--
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
15 years, 5 months
[JBoss JIRA] Created: (RF-5624) fileUpload: transfer error take place in flash mode under https.
by Mikhail Vitenkov (JIRA)
fileUpload: transfer error take place in flash mode under https.
----------------------------------------------------------------
Key: RF-5624
URL: https://jira.jboss.org/jira/browse/RF-5624
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR3)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Priority: Critical
#1. Deploy richfaces-demo under tomcat 6.0.16
#2. Modify server.xml(define ssl connector):
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"/>
#3. Run tomcat.
#4. Navigate to Rich Input->File Upload page.
#5. Check "Turn using flash on:" checkbox.
#6. Try to upload file with valid size(less than 1000000 bytes).
Actual behavior:
Trnasfer error occured. See screenshot.
--
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
15 years, 5 months
[JBoss JIRA] Created: (RF-4986) Tooltip for calendar doesn't work when used in h:panelGrid
by Yurii Kartsev (JIRA)
Tooltip for calendar doesn't work when used in h:panelGrid
----------------------------------------------------------
Key: RF-4986
URL: https://jira.jboss.org/jira/browse/RF-4986
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: Windows XP SP2
RF v.3.2.2.SR1 SVN $Revision: 10967 $ $Date: 2008-10-29 16:50:25 +0200 (РЎСЂ, 29 РѕРєС‚ 2008) $
JSF 1.2_07-b03-FCS
facelets-1.1.14
Firefox 2.0.0.18
Reporter: Yurii Kartsev
This code does NOT show me the tooltip:
<h:panelGrid columns="9" style="width:100%">
<h:panelGroup>
<a4j:region id="calendar_employeeBirthDateEdit" layout="block">
<rich:calendar id="employeeBirthDateEdit" value="#{amBean.employee.birthDate}"
enableManualInput="#{amBean.calendarEnableManualInput}" popup="#{amBean.calendarPopup}" locale="#{amBean.calendarLocale}"
datePattern="#{amBean.calendarPattern}" showInput="#{amBean.calendarShowInput}"
oninputclick="#{rich:component('calendarParretnTT')}.show(event);"
inputClass="inputcalendarfield" />
</a4j:region>
<rich:toolTip id="calendarParretnTT" followMouse="true" direction="top-right" delay="500" attached="false"
styleClass="tooltip" style="width:13px" value="#{amBean.calendarPattern}" />
</h:panelGroup>
</h:panelGrid>
But if I remove h:panelGrid and h:panel:Group - tooltip is shown well.
--
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
15 years, 5 months