|
-
Aug 27th, 2007, 04:18 AM
#1
Thread Starter
Hyperactive Member
Netbeans: Accessing Objects
Hi
I wish to access the objects of one JSP page on another.
And they are not accessed by making their instances.
For example if I had to access an integer 'a' of a page say 'Items'
I want to access or check the value of this object on other page say 'Selected Items'.
I have made object of the page 'Items' on page 'Selected Items'. Then using the object of 'Items' say 'ob' the value of 'a' cannot be accessed.
Using 'ob' the integer 'a' can be shown on the autocomplte list and can be brought (typed) to the 'Selected Items' page without error but the value of it modified on page 'Items' cannot be accessed.
I have no idea please help urgently
Thanks in Advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|