Hi,
I'm developing an application wherein I need to show the details of the user who logs in (login page ) in the next page (confirmation page) . I need to display without using bean:write tag in confirmation page (
confirmation.jsp ) ?
How to send data from form-bean to server without using bean:write tag?
Thanks in advance,
Sanjeev
Discussions
Performance and scalability: send data from form-bean to server without using bean:write tag?
-
send data from form-bean to server without using bean:write tag? (1 messages)
- Posted by: sanjeev kulkarni
- Posted on: February 19 2006 23:46 EST
Threaded Messages (1)
- send data from form-bean to server without using bean:write tag? by Jeryl Cook on March 01 2006 18:17 EST
-
send data from form-bean to server without using bean:write tag?[ Go to top ]
- Posted by: Jeryl Cook
- Posted on: March 01 2006 18:17 EST
- in response to sanjeev kulkarni
Hi,I'm developing an application wherein I need to show the details of the user who logs in (login page ) in the next page (confirmation page) . I need to display without using bean:write tag in confirmation page (confirmation.jsp ) ? How to send data from form-bean to server without using bean:write tag?Thanks in advance,Sanjeev
paramater in the URL will do it..however aren't u validating a log in an ActionClass??? why not use bean:write on the next page....
i also strongly recommend u use ACEGI framework or someother security framework for user authentication.