| Author |
Dynamic URL in struts 2
|
Prateek Jauhari
Greenhorn
Joined: Mar 07, 2011
Posts: 26
|
|
I have to generate dynamic url on a jsp from the value fetched from the Database.
I am trying to fetch user from the database. Now I have to list all the user name over a jsp page designed using struts 2. Now each user name have the hyperlink.
As I select a hypelink, edit page has to be displayed having the information of the user I have selected.
Is there possible way to this...
Please help
Thanks in advance
Regards
Prateek
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
|
You just need to see samples of CRUD applications with Struts 2. This is very easy to implement. You can read articles or a book to learn how to do such things...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
 |
|
|
subject: Dynamic URL in struts 2
|
|
|