[JBoss JIRA] Created: (RF-949) can't use parameters using menu server mode
by Ilya Shaikovsky (JIRA)
can't use parameters using menu server mode
-------------------------------------------
Key: RF-949
URL: http://jira.jboss.com/jira/browse/RF-949
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0
Reporter: Ilya Shaikovsky
Assigned To: Maksim Kaszynski
<rich:menuItem value="item" action="#{capitalsBean.action}" submitMode="server" reRender="test">
<f:param name="test" value="test" />
</rich:menuItem>
public String action() {
System.out.println("Action fired");
String sid=FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get("test");
System.out.println(sid);
return null;
}
In ajax mode I can see in console:
Action fired
test
In server mode -
Action fired
null
--
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-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