Format date in textfield

2005-04-12 Thread Roland Carlsson
to be used in the html-form? Is the only way to write the input-tag by hand and then use ? Thanks for your advice Roland Carlsson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

SV: SSL not being used

2004-11-12 Thread Roland Carlsson
Sorry.. Posted to the wrong mailing list... It is not a struts-issue but a tomcat issue so I post it where it belong. Regards Roland Carlsson Den 04-11-12 10.26, skrev "Roland Carlsson" <[EMAIL PROTECTED]>: > Hi! > > I have a problem with my login.pages. They are supp

SSL not being used

2004-11-12 Thread Roland Carlsson
lt in security that filters out the not authenticated users and redirect them to the login-page. Is it possible to solve this in struts or do I have to find other ways, eg put the whole application as CONFIDENTIAL? Thanks in advance Roland Carlsson -security constraint from we

SV: Pre-populate form

2004-11-11 Thread Roland Carlsson
Hi Jeff! When you say that the newinsurance.jsp "just see it" where do you store "it"? In request.setAttribute() with some key? Session? I'm using DynaValidatorBean but I guess that it should work in a simular way. Thanks in advance Roland Carlsson Den 04-11-1

SV: Pre-populate form

2004-11-11 Thread Roland Carlsson
a key and then forward to the (html)form? Thanks in advance Roland Carlsson Den 04-11-11 12.26, skrev "Mark Benussi" <[EMAIL PROTECTED]>: > Roland, > > I dont know if this solution is not the approved way but I do the following. > > I have a CreateForm which

Pre-populate form

2004-11-11 Thread Roland Carlsson
Hi! I am looking for a better way to pre-populate my (html)forms when building to allow the users to edit data from a database. I know that I can create an populate a DynaValidatorBean but I don't know where to put it so that I can use it from my (html)from. Thanks in advance Roland Car

Validator URL and error message

2004-11-10 Thread Roland Carlsson
-validator work? Another question is where I change the formatting of the output of my error-message. My designer isn't to happy with the bulletlist. He prefer a short text behind the field. Thanks in advance Roland Carlsson - To

SV: Multibox problem

2004-11-03 Thread Roland Carlsson
Hi Robert! Thanks for your answer. It pointed me to the problem. I used the add instead of addAll of the Collection-interface. So instead of adding the elements (Strings) I added the collection as a collection. Regards Roland Carlsson Den 04-11-03 11.50, skrev "Robert Taylor" <[EM

Multibox problem

2004-11-03 Thread Roland Carlsson
"funk" are a Collection stored in the request, "filedata" has the property "functions" that also is a Collection) Could you please point out why I get this extra checkbox Thanks in advance Roland Carlsson ps: I have looked in the arcives but it