• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

How to bring particular data from database to all the pages by using action

 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Iam having three pages, first login page its having separate action class, second Profile1 page from hear iam going to third personal page, by using emailid iam logged my email-id is coming in secong page but its not coming in third page. i didn't use any action class for second and third page.

I have used this code in fist action class

I am new to deveopment, in my office no one is not there to guide or trainee me am developing alone so please help me to solve my issue.

Profile1.jsp


Iam using script-let to take that information from first page to second page its not good i know but don't know another option , so please for this any alternate is there please guide me.



By using struts, sping we can bring the user email-id to all page means please how we to use please help me.

personal.jsp


If i wants to use action class or some other technique please guide me and solve my issue.


Thanks in advance, iam full and full hope on you only please guide me.

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic