File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes Is it possible to have a dynamic content value in Meta Refresh Tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Is it possible to have a dynamic content value in Meta Refresh Tag" Watch "Is it possible to have a dynamic content value in Meta Refresh Tag" New topic
Author

Is it possible to have a dynamic content value in Meta Refresh Tag

suresh dasari
Ranch Hand

Joined: Oct 05, 2009
Posts: 120

Hi,

In my JSF project I am using Meta Refresh Tag that refresh the current page every lets say 90 min.
so 90 min is the timeout session set in the application server. so even though the page is active it is refreshing every 90 mins that shouldnt be the case.
to do so I need to get the content value dynamically, so the below code


form the above code content value is 10 minutes (600 seconds), so page will refresh every 10 minutes, if I get this value dynamically from the websphere then if the page is idle for 10 minutes then only page will refresh if not the content value will always get updated until the user uses the page.
so my question is Is it possible to have a dynamic content value in Meta Refresh Tag?


Sun Certified Java Programmer with 93 percent
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Is it possible to have a dynamic content value in Meta Refresh Tag
 
Similar Threads
Auto Refresh in Struts
Hyperlink not calling the method
Needs to connect unix box from JAVA
how to go about it?
JSF Session Expires on Login Page (how can I prevent it?)