Re: opening a new window if validated

2007-11-20 Thread Pavel Sapozhnikov
Hey Adam thanks. So basically one of the things I did was when I am on page x I validate using client side JS validation either written myself or html:javascript doesn't really metter but both of those two methods pop up an alert and doesn't actually put it right in the page like html:errors does.

RE: opening a new window if validated

2007-11-19 Thread Adam Gordon
It could actually be both. I assume you are using both client and server side JavaScript validation (at the very least you should be doing server side since HTML pages can be manipulated). So, assuming you are doing both, you need the page you submitted the data on to go somewhere because you wan

opening a new window if validated

2007-11-19 Thread Pavel Sapozhnikov
Hi I have a question. I am not sure if this is a Struts question or an HTML question so here we go. I have a form on page x I submit the form validation failed it goes back to the page x which is fine but then if validated true it should open a new window with the stuff that should be there. So aga