aspose file tools
The moose likes Struts and the fly likes how to get access request objects through struts tags Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "how to get access request objects through struts tags" Watch "how to get access request objects through struts tags" New topic
Author

how to get access request objects through struts tags

pavanasree vasireddy
Ranch Hand

Joined: Jun 12, 2004
Posts: 34
hello,

i want to place a bean object in the request scope by calling the request.setAttribute() method and access it in the JSP through struts tags.
i want to access the values in the bean object and display it in the jsp page.
please let me know the tag i should use.

thanks in advance
Junilu Lacar
Bartender

Joined: Feb 26, 2001
Posts: 4118
    
    2

Try the bean:write tags


Junilu - [How to Ask Questions] [How to Answer Questions] [MiH]
pavanasree vasireddy
Ranch Hand

Joined: Jun 12, 2004
Posts: 34
Thank You. It worked
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to get access request objects through struts tags
 
Similar Threads
error comes while running the struts application please see the source code for detail
please reply somebody need help
Presentation View
Sending a bean to a struts jsp page
Using html:options tags - novice to struts