This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
value are assigned in text box and text area .i want reset the values when i am clicking reset button ??
1)the text box should be clear or session should be clear? .
the value are assigned the session.so
2) i want clear the session?any some condition for http session?
karthik ekantha wrote:1)how to reset the values in the text?
2)how to clear the session ?
1) Use a reset button, which is an <input> tag with attribute "type" of "reset"
2) Depends on what your intend is. Either invalidate the session (session.invalidate()) or iterate over each object in the session and then call removeAttribute() for each object.
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.