Loading Screen!!

2007-07-18 Thread adambomb
Hi Im trying to make a loading jsp for a another jsp which takes considerable time pulling out huge amount of data. Can some body help me in making a loading screen which is displayed(perhaps with hepl of javascript) while the page is loading a redirects to the actual page once it has got the re

trying to make a loading jsp page

2007-07-12 Thread adambomb
Hi Im trying to make a loading jsp for a another jsp which takes considerable time pulling out huge amount of data. Can some body help me in making a loading screen which is displayed(perhaps with hepl of javascript) while the page is loading a redirects to the actual page once it has got the res

Re: Displaying bean from action class

2007-05-04 Thread adambomb
Is there anybody who can help meee.. adambomb wrote: > > Can you tell me what do I have to do in the action class other than > forwarding back to the form page. > If I try to print the values from the action class, I do get the right > values

Re: Displaying bean from action class

2007-05-03 Thread adambomb
tries to execute the query , it goes to find against null values. Can you tell me the steps I require to do what I am trying to do ? I might be missing just the one required adambomb wrote: > > Thats true ... > > > Dave Newton-4 wrote: >> >> --- adambomb <[EM

Re: Displaying bean from action class

2007-05-03 Thread adambomb
Thats true ... Dave Newton-4 wrote: > > --- adambomb <[EMAIL PROTECTED]> wrote: >> Yep, Thats exactly my problem. I havent set the form >> values anywhere. > > If a session form is "dropping values" somewhere then > probably the program logic you

Re: Displaying bean from action class

2007-05-03 Thread adambomb
Yep, Thats exactly my problem. I havent set the form values anywhere. Dave Newton-4 wrote: > > --- adambomb <[EMAIL PROTECTED]> wrote: >> But my main problem is still intact. > > The form bean is declared with session scope and it's > not retaining the val

Re: Displaying bean from action class

2007-05-03 Thread adambomb
Got it! . But my main problem is still intact . Can you plz help in that too. \ ../ Dave Newton-4 wrote: > > --- adambomb <[EMAIL PROTECTED]> wrote: >> Also Im a bit confused that what is this 'id' >

Re: Displaying bean from action class

2007-05-03 Thread adambomb
Also Im a bit confused that what is this 'id' attribute for? in iterate tag. adambomb wrote: > > GoodMorning and Thanks for the reply, > Regarding the hibernate fields and struts form fields, there is no problem > in there. And yes I have changed the scope from request to

Re: Displaying bean from action class

2007-05-03 Thread adambomb
l message is > addressed. If you have received this email message in error, please > notify > the sender immediately by telephone or email and destroy the original > message without making a copy. Thank you. > > - Original Message - > From: "adambomb" <[

Displaying bean from action class

2007-05-03 Thread adambomb
Hi, I have a jsp page which displays more than one drop down lists and is being populated from the database. Now when I click on a submit button after selecting the values from two dropdowns. it should go and search in the table and retrieve a collection of rows of that table(based on the values o