| Author |
Dyanamic page display logic in struts
|
dipak khobragade
Greenhorn
Joined: Feb 17, 2007
Posts: 1
|
|
|
Can anybody give me code or logic to create dynamic page display in java using struts?
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
|
Every JSP created with Struts custom tags and an ActionForm is a "dynamic" page in the sense that the content could be different each time it's displayed. If this is what you mean by dynamic, all you have to do is follow the instructions in the Struts User Guide and write your application. If there's something else you mean by "dynamic" please elaborate.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: Dyanamic page display logic in struts
|
|
|