Joined
Last Seen
-7 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
0 Endorsements
Ranked #55.1K
1 Posted Topic
Hi Friend.. use the following code instead.. [code]<html> <head> </head> <body> <%! public class testClass { //my variable public String name; //my method for updating my variable public void updateName() { name="Bill"; } } %> <% //create a new object in session session.setAttribute("sessionMyObject", new testClass()); //attempt to run the updateName …
The End.
kumarvishal_vk