[JBoss JIRA] Created: (RF-1784) <t:savestate> auto save request scope bean to session scope in iframe enviorment
by shi long (JIRA)
<t:savestate> auto save request scope bean to session scope in iframe enviorment
---------------------------------------------------------------------------------
Key: RF-1784
URL: http://jira.jboss.com/jira/browse/RF-1784
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: windows xp sp2
tomcat 5.5
eclpise 3.2
jdk 1.5.08
myfaces1.5
facelets 1.1.13
Reporter: shi long
Priority: Blocker
first ,sorry, i already ask this question,but today i found question is closed(URL: http://jira.jboss.com/jira/browse/RF-1519),i guess i don't describe clealy.
i download version 3.1.3, found "question " yet exist,i don't know ,this is or not question?
i test navigate from page1 to page2 through action ,it's ok.
but in my enviorment ,i use iframe in page,left is navigate tree,right is iframe,user click left tree entry,iframe filled page content,if tree
have two entry,when exchange page from tree entry,"error" appear.
i think ,through ie's address ,i can simply test this question,first i type http://127.0.0.1:8090/test/testRichfacesTable1.faces,this backBean don't fetch data,
fetch data in method doSearch,i click search button ,this action execute doSearch method,data is showing,second i type http://127.0.0.1:8090/test/testRichfacesTable2.faces
,when testRichfacesTable2.faces show,i type first page http://127.0.0.1:8090/test/testRichfacesTable1.faces,page data yet exists,in version 3.01,data don't appear ,because
create new backBean.
this is my quetion.
in article :URL: http://jira.jboss.com/jira/browse/RF-1519
sorry ,i give this question ,but i don't navigate jira recently,today i found this quetion is closed,so i prepare the sourcecode ,i need help!!!
--
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
16 years, 5 months
[JBoss JIRA] Created: (RF-3642) <rich:columnGroup/> and column headers problem
by Alex Guru (JIRA)
<rich:columnGroup/> and column headers problem
----------------------------------------------
Key: RF-3642
URL: http://jira.jboss.com/jira/browse/RF-3642
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: RichFaces 3.2.1GA, Mojarra JSF 1.2_08-b06-FCS, Tomcat 6.0.16
Reporter: Alex Guru
<rich:columnGroup/> used to set different background to rows. If i use <f:facet name="header" /> for columns, headers don't render. When <rich:columnGroup/> not used all headers rendered.
Code (in this example column headers don't rendered):
<rich:dataTable value="#{myBean.tableData}" var="row" rowKeyVar="row_key" rowClasses="row1, row2" >
<rich:columnGroup rowClasses="#{row.error == null? ' ' : 'errorRow'}" >
<rich:column style="text-align:center;">
<f:facet name="header">
<h:outputText value="#"/>
</f:facet>
<h:outputText value="#{row_key + 1}"/>
</rich:column>
<rich:column>
<f:facet name="header">
<h:outputText value="Name"/>
</f:facet>
<h:outputText value="#{row.name}"/>
</rich:column>
</rich:columnGroup >
--
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
16 years, 5 months
[JBoss JIRA] Created: (RF-2309) comboBox: rich:effect component doesn't take effect on rich:combobox component.
by Mikhail Vitenkov (JIRA)
comboBox: rich:effect component doesn't take effect on rich:combobox component.
-------------------------------------------------------------------------------
Key: RF-2309
URL: http://jira.jboss.com/jira/browse/RF-2309
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: IE6, IE7, FF, Safari;
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Step 1. Hang rich:effect on rich:comboBox component. Use following code:
<rich:effect for="comboBox_ID" name="comboBox" type="Fade"
params="duration:#{effect.time}" />
<rich:comboBox id="comboBox_ID" onmouseover="comboBox()">
<f:selectItem itemValue="1st test"/>
<f:selectItem itemValue="2nd test"/>
</rich:comboBox>
Step 2. Navigate to page, contained tested comboBox component;
Step 3. Mouse over comboBox & verify any("Fade" in this case) rich:effect take place.
Actual behavior:
Nothing happend.
Expected behavior:
specified effect should be applied for rich:comboBox component.
--
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
16 years, 5 months