Re: e-mail address validator

2005-09-28 Thread Francisco - São Paulo - Brazil
What is the matter with the Struts Validator? Can't you use it? It's easy. [EMAIL PROTECTED] escreveu: I'm looking for a regular expression or something I can plug into Struts 1.2 to validate e-mail addresses off of a DynaForms. Anyone have any pointers? Thanks.

Re: Help needed urgent

2005-09-27 Thread Francisco - São Paulo - Brazil
point me what are the steps to perform this I am trying?? Then I will check everything here. Thanks Francisco Hubert Rabago escreveu: On 9/27/05, Francisco - São Paulo - Brazil <[EMAIL PROTECTED]> wrote: When I tryed this way: href="CadastroClienteDispatchAction.do..." HTTP

Re: Help needed urgent

2005-09-27 Thread Francisco - São Paulo - Brazil
uot;CadastroClienteDispatchAction.do..." (relative) href="/ExemploStruts/CadastroClienteDispatchAction.do..." (absolute) Hubert On 9/27/05, Francisco - São Paulo - Brazil <[EMAIL PROTECTED]> wrote: Hi all, I am trying to list some names (with and ID code) and I want for each name listed

Help needed urgent

2005-09-27 Thread Francisco - São Paulo - Brazil
Hi all, I am trying to list some names (with and ID code) and I want for each name listed create a link, then when the user clicks on the link I want to edit the record (the bean). With this I have my list there with all the names: http://localhost:8080/ExemploStruts/ListagemClientes.do Th

Re: JavaScript file in JSP with Struts

2005-09-24 Thread Francisco - São Paulo - Brazil
Thank you very much, I solved the problem. Francisco - São Paulo - Brazil escreveu: Hi all, How can I insert/use an .JS (javaScript) file in my .jsp which is using Struts? I have this: script.js: alert('testing...'); in my .jsp : ... But nothing happens whey I run th

JavaScript file in JSP with Struts

2005-09-24 Thread Francisco - São Paulo - Brazil
Hi all, How can I insert/use an .JS (javaScript) file in my .jsp which is using Struts? I have this: script.js: alert('testing...'); in my .jsp : ... But nothing happens whey I run the JSP file. It should show a window dialog saying "testing...", right? PS. Both, .js and .jsp are