get request.getAttribute() from Non DWR Servlet

View: New views
1 Messages — Rating Filter:   Alert me  

get request.getAttribute() from Non DWR Servlet

by richmond_va_us :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Greetings to All in the Forum.
Please be patience with me. Learning and creativity .... togethter

I have an existing application, where I put the data in a JavaBean and save the JavaBean as request.setAttribute().  

what I would like to do: Write a DWR app where I can access the JavaBean using request.getAttribute()

Question: How can I access the the JavaBean using request.getAttribute(). The JavaBean request saved as part of the non DWR Servlet.

Any advice, example or please point me to link will be appreciated.

Regards and Thanks

richmond_us_va