• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to put session info inside the textfield,

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
how to put session information inside the text field. I am using struts 1.2

I have one action class UserAction.java

I set one session value like this



and i need display this value to next page with in a text field .I tried lot but I can not.

please help me Its very Urgent.

Thanks and Regards,
Mohana sundaram.M
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mohanasundaram .....,
Are you read this

bye..
 
mohanasundaram muthukannan
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Serrainat ,

Thanks for your reply .

but I need put session value in a text field.

like



but its not working. any mistake in this line please clarify me.

Regards,
Mohana sundaram.M



 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

mohanasundaram muthukannan wrote:Hi Serrainat ,

Thanks for your reply .

but I need put session value in a text field.

like



but its not working. any mistake in this line please clarify me.

Regards,
Mohana sundaram.M



The Same situation happened to me once and I tried the following...
->you try this,
 
mohanasundaram muthukannan
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply

I tried this one . Its working . but entire form I cant validate . Any option to validate form?

Regards,
Mohana sundaram.M
 
senthil kumar m
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

mohanasundaram muthukannan wrote:Thanks for your reply

I tried this one . Its working . but entire form I cant validate . Any option to validate form?

Regards,
Mohana sundaram.M



I'm glad, that code is working

Can you elaborate a bit more about your problem?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic