How to change the value of a form's text field by scriplet?

2005-05-23 Thread Cassius V. de Magalhaes
Hello, I would like to change the value of a form's text field by scriplet, is it possible, please? Through Javascript, I can use the form name plus the name of the field, for example, myform.address.value='xxx'. I know I can do myform.address.value='%= something %', where something is a

Re: Trying to execute my first servlet, but HTTP Status 404.

2005-04-30 Thread Cassius V. de Magalhaes
QM escreveu: On Sat, Apr 30, 2005 at 09:01:02PM -0300, Vinicius wrote: : I'm trying to execute my first servlet, but it's not working. : [snip: description of setup] You mention everything but actually mapping the servlet, such that the container associates your servlet class with a URI. (hint: