Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
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:
Tim Cooke
Campbell Ritchie
Jeanne Boyarsky
Ron McLeod
Liutauras Vilda
Sheriffs:
Rob Spoor
Junilu Lacar
paul wheaton
Saloon Keepers:
Stephan van Hulst
Tim Moores
Tim Holloway
Carey Brown
Scott Selikoff
Bartenders:
Piet Souris
Jj Roberts
fred rosenberger
Forum:
Struts
write request.setAttribute("key", "value")
John Smith
Greenhorn
Posts: 15
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
which tag should I use to display the value in a
JSP
page by using
struts
tag?
Thanks..
sanat
Ranch Hand
Posts: 111
I like...
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi
Try this
Use <html:text> with
disabled
attribute set to true.
bhuvan sundar
Ranch Hand
Posts: 104
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi
you can use the <bean:write> tag to display values from a bean. or you can also use <bean:message> tag to display values from the Properties file to a JSP.
Hope it helps
Thanks
Bhuvana
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
jstl help
How to set Default selection in h:selectOneMenu
how to reset a selected list box item after search
xml
Nested quotes in tag
More...