Ronnie Reed

Greenhorn
+ Follow
since Feb 19, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Ronnie Reed

Hey Shailesh , the Websphere Portal Express is just and extension of the WebSphere portal to provice easy implementation and administration.You can find more information on the Webphere Express products from the link below :

http://www.ibm.com/developerworks/websphere/library/techarticles/0211_express/express.html

Happy Coding,

Reed
14 years ago
Sandy , which framework are you using . Spring implicitly handles this because each request madatorily hits the controller before the JSP is invoked. If you are using Struts you might have to write an Ajax call on the "onPageLoad" of the previous page which the control would go on hitting back and then send the request to a different class where you can perform some logic.

Hope this helps.
14 years ago