RE: HTML LINK

2001-04-25 Thread Howk, Michael
I think it would be something like this: % java.util.ArrayList cards = new java.util.ArrayList(); cards.add(101); cards.add(102); cards.add(103); cards.add(104); pageContext.setAttribute(mycards, cards, PageContext.PAGE_SCOPE); % logic:iterate id=pagelink

Making the Struts Validator work on the client side

2001-04-20 Thread Howk, Michael
I've finally got David Winterfeldt's Struts Validator working on the server side, but it doesn't look like it's working on the client side. So I've got a couple of questions: First, how can I be sure whether or not the validator is working on the client side? I'm assuming that, if the client