Mitesh Ojha

Greenhorn
+ Follow
since Aug 01, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mitesh Ojha

Dear Greg

Being a novice and being my first project on ATG I would like to have information on tutorials, ebooks ,books and links related to ATG.

I would also like to have source code of projects, or example sources of ATG code.

Please help me out with the information.

Thanks
Thanks Kapil.

But I have a big database. Actually I have different tables in database. On selection of one value other values are carried to the dropdown.

As my database size is too large, if I bring all the values to session object or request then it will become a big overhead. And most of my application contains similar pages, with 3-4 dropdowns. So its impossible to have values in session object.

Please help me out and send some piece of code for reference. As this area is very new to me. You can send me code at miteshojha2000@yahoo.co.in

Thanks
17 years ago
Hi All

I invite all coders and intellectuals of Java community for various discussions of ATG framework.

ATG ( Art Testing Group ) started its server Dynamo Appln Server, in 1990's.

We have just started a project on the framework and would like the Java community to help me sort out all my problems which I will face in future. Also if anyone has already worked on it he/she can help me in initial prepartions of project. Also send me some links related to books, material and code of ATG.

Thanks
Hi All

I am working on a project where we need to populate the 3 drop downs on a single JSP page with database. We are using Oracle 9i. The first drop down is directly accessed from database. The second drop down is dependent on first and the third one on second.

The only solution which I could find is keeping each drop down in a separate JSP page. At onBlur action of a dropdown form is submitted and values get populated in next JSP.

Any other Solutions? Please attach some code for reference.

Thanks
17 years ago