RE: nested logic:iterate tags

2001-05-03 Thread tpeters
Richard, What does the array look like? Can you post the logic for that array? On Thu, 03 May 2001, Richard Murray wrote: > > Hi, > > For anyone interested I managed fix my problem with the following: > > scope="page"> > > > > > > > > > Regards > > Richard

Re: struts newbie trying to get onboard

2001-05-04 Thread tpeters
The sample application shows how to do a login. If you have that working, then you should be able to extract the needed code from there. If you go through the example you will see that there are several supporting classes for doing the login. One in paticular is the 'Constants.java' file which