ValidationAndList |
|
Your trail: |
Difference between
version 24
and
version 23:
At line 278 changed 1 line. |
Let's create the JSP to hold our list and a Tile's definition for it. The easiest way to do this is to use the StrutsGen Tool to generate a basic list screen for us. To do this from the command-line, navigate to extras/strutsgen and run __ant -Dform.name=PersonForm__. This will generate a PersonFormList.jsp in extras/strutsgen/build. |
Let's create the JSP to hold our list and a Tile's definition for it. The easiest way to do this is to use the JSPGen Tool to generate a basic list screen for us. To do this from the command-line, navigate to extras/jspgen and run __ant -Dform.name=PersonForm__. This will generate a PersonFormList.jsp in extras/jspgen/build. |
At line 316 changed 1 line. |
;:''If anyone knows of a way to modify the extras/strutsgen/src/DisplayTagList_jsp.xdt to not include this column tag, please let me know.'' |
;:''If anyone knows of a way to modify the extras/jspgen/src/DisplayTagList_jsp.xdt to not include this column tag, please let me know.'' |
Back to ValidationAndList,
or to the Page History.
|