Originally posted by K Varun:
Lets hope it will go better only.![]()
Originally posted by saran sadaiyappan:
Hi all,
I want the caching facility of the browser to be disabled.i.e even after clicking the back button in the browser he should not be taken back but the message "page expired" to be displayed.Can anyone help me?
Originally posted by sree ram:
hi
say suppose there are two weblogic servers are running.
jsp1 is running on weblogicserver1 and jsp2 is running on weblogic
server2.
how can we communicate jsp1 and jsp2?
Originally posted by Priya Singh:
Hi,
I have to decide for a optimal solution.
I have a form, on Submit , it disables the submit button and submit the form again which in turn executes Java code to check if the file exists on server or not.
My problem is, that I want to give a message after teh check is done to the user that the file is found or not found and then do the processing (ve to create file if it doesnt exist) .
I tried it with Java script but it doesnt seem to be a good option.
any suggestions !
Originally posted by Pinda Ros:
Hello,
I have a form on a web page and when the user clicks on the button of the form the action (part of the form) goes to page X and it passes some parameters.
The page X should forward or redirect to another website using the post method passing these parameters as well.
Ahy suggestions?
Thank you in advance.
pinda
Originally posted by venu navat:
suppose i want my application to be such that , if any action is not done for some stipulated time peroid on any jsp page ,and after that stipulated time if user tries to do some action on that jsp page, he should be taken back to login jsp..... what is the code for this ???
Originally posted by Dushy Inguva:
Hi,
I want to prevent the user from using bookmarked links to access pages deep in my application.
When a bookmarked link is accessed, my application might throw an error if that page expects to find a previously initialized session scope bean. Yes I am using JSF, but I think this post is more relevant in this forum.
Now, I am trying to write a filter to prevent such occurances. I have a request.getSession().isNew()
The problem is, when a user visits a bookmarked link, the server presents the login form (my filter is never invoked here), by the time the user enters username and password and logs in, the session is already created and the session.isNew() returns with a false.
Is there any way around this?
Thanks,
Dushy