Update of /cvsroot/struts/dialogs/war In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12963/war Modified Files: allsamples.html crudaction-list.jsp index.htm wizard-signupconfirm.jsp wizard-signupdetails.jsp wizard-signupstart.jsp wizard-userpage.jsp Log Message: Index: allsamples.html =================================================================== RCS file: /cvsroot/struts/dialogs/war/allsamples.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** allsamples.html 11 Jul 2005 06:49:05 -0000 1.6 --- allsamples.html 11 Jul 2005 07:13:05 -0000 1.7 *************** *** 48,55 **** <a href="logincontrol.html">Embedded login Control</a><br> ! <h2>CRUDAction</h2> <a href="cruditemlist.do">Item list, CRUD operations</a><br> <h2>WizardAction</h2> --- 48,59 ---- <a href="logincontrol.html">Embedded login Control</a><br> ! <h2>CRUDAction (with setup list action)</h2> <a href="cruditemlist.do">Item list, CRUD operations</a><br> + <h2>CRUDAction (all-in-one web island)</h2> + + <a href="crudactionlite.do">Item list and CRUD operations in one action</a><br> + <h2>WizardAction</h2> Index: crudaction-list.jsp =================================================================== RCS file: /cvsroot/struts/dialogs/war/crudaction-list.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** crudaction-list.jsp 21 Jun 2005 18:44:15 -0000 1.2 --- crudaction-list.jsp 11 Jul 2005 07:13:05 -0000 1.3 *************** *** 36,40 **** <!-- Show item list --> ! <logic:iterate id="item" name="crud-item-list" type="net.sf.dialogs.samples.crudaction.business.BusinessObj"> <html:form action="/crudaction.do"> <tr> --- 36,40 ---- <!-- Show item list --> ! <logic:iterate id="item" name="crud-item-list" type="net.jspcontrols.dialogs.samples.crudaction.business.BusinessObj"> <html:form action="/crudaction.do"> <tr> Index: index.htm =================================================================== RCS file: /cvsroot/struts/dialogs/war/index.htm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.htm 11 Jul 2005 06:49:05 -0000 1.3 --- index.htm 11 Jul 2005 07:13:05 -0000 1.4 *************** *** 48,55 **** <a href="logincontrol.html">Embedded login Control</a><br> ! <h2>CRUDAction</h2> <a href="cruditemlist.do">Item list, CRUD operations</a><br> <h2>WizardAction</h2> --- 48,59 ---- <a href="logincontrol.html">Embedded login Control</a><br> ! <h2>CRUDAction (with setup list action)</h2> <a href="cruditemlist.do">Item list, CRUD operations</a><br> + <h2>CRUDAction (all-in-one web island)</h2> + + <a href="crudactionlite.do">Item list and CRUD operations in one action</a><br> + <h2>WizardAction</h2> Index: wizard-signupconfirm.jsp =================================================================== RCS file: /cvsroot/struts/dialogs/war/wizard-signupconfirm.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wizard-signupconfirm.jsp 11 Jul 2005 06:49:05 -0000 1.2 --- wizard-signupconfirm.jsp 11 Jul 2005 07:13:05 -0000 1.3 *************** *** 25,29 **** <!-- Show item and allow to modify it using a FORM --> <html:form action="/wizardaction.do"> ! <table border="1" width="300"> <tr> <td colspan="2" align="left" bgcolor="99FF66"> New user signup: Confirmation</td> --- 25,29 ---- <!-- Show item and allow to modify it using a FORM --> <html:form action="/wizardaction.do"> ! <table border="1" width="400"> <tr> <td colspan="2" align="left" bgcolor="99FF66"> New user signup: Confirmation</td> Index: wizard-signupdetails.jsp =================================================================== RCS file: /cvsroot/struts/dialogs/war/wizard-signupdetails.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wizard-signupdetails.jsp 11 Jul 2005 06:49:05 -0000 1.2 --- wizard-signupdetails.jsp 11 Jul 2005 07:13:05 -0000 1.3 *************** *** 26,30 **** <html:form action="/wizardaction.do"> ! <table border="1" width="300"> <tr> <td colspan="2" align="left" bgcolor="99FF66"> New user signup: Security question</td> --- 26,30 ---- <html:form action="/wizardaction.do"> ! <table border="1" width="400"> <tr> <td colspan="2" align="left" bgcolor="99FF66"> New user signup: Security question</td> Index: wizard-signupstart.jsp =================================================================== RCS file: /cvsroot/struts/dialogs/war/wizard-signupstart.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wizard-signupstart.jsp 11 Jul 2005 06:49:05 -0000 1.2 --- wizard-signupstart.jsp 11 Jul 2005 07:13:05 -0000 1.3 *************** *** 24,28 **** <html:form action="/wizardaction.do"> ! <table border="1" width="300"> <tr> <td colspan="2" align="left" bgcolor="99FF66"> New user signup: Identification</td> --- 24,28 ---- <html:form action="/wizardaction.do"> ! <table border="1" width="400"> <tr> <td colspan="2" align="left" bgcolor="99FF66"> New user signup: Identification</td> Index: wizard-userpage.jsp =================================================================== RCS file: /cvsroot/struts/dialogs/war/wizard-userpage.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wizard-userpage.jsp 24 Jun 2005 07:09:38 -0000 1.1 --- wizard-userpage.jsp 11 Jul 2005 07:13:05 -0000 1.2 *************** *** 23,27 **** <!-- Show boilerplate user page --> ! <table border="1" width="300"> <tr> <td align="left" bgcolor="#FFCC66">Welcome, <%= session.getAttribute("login.username") %>!</td> --- 23,27 ---- <!-- Show boilerplate user page --> ! <table border="1" width="400"> <tr> <td align="left" bgcolor="#FFCC66">Welcome, <%= session.getAttribute("login.username") %>!</td> |