aspose file tools
The moose likes Struts and the fly likes regarding one part of page not coming after refresh Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "regarding one part of page not coming after refresh" Watch "regarding one part of page not coming after refresh" New topic
Author

regarding one part of page not coming after refresh

subramanian shyam
Greenhorn

Joined: Sep 07, 2010
Posts: 6
HI

I have implemented language selector which on choosing a language refreshes the page and changes the language and loads the same page after refresh ...does not go to home page..Since I am having 2 separate actions , i duplicated the function which was on other action and redirected the page to same page after refresh(language change)..now the problem is that one half of the page loads .and other half that comes from struts 2 iterator list does not come on language change...that is after i change language intially the the part that was coming under struts iterator list does nor come after language change..Please help me out...


<s:iterator value="pageList"> --- page list is stored in a DTO called page dto
the above iterator initially gives values but does not provide after language change..


Please Help
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: regarding one part of page not coming after refresh
 
Similar Threads
how to retain active tab-when user navigates to other control in a page?
How to retain automatically generated fields on pageload in struts2
Populating the Combo Box using AJAX
request parameters persisting across pages
Refresh problem