AW: How to pre-populate - Husted post doesn't work (or I'm implementing it wrong)

2003-09-02 Thread sem . Gottofrey
Hi, didn't you forgot the .do? http://localhost/account/setup/pre.do Robert -Ursprüngliche Nachricht- Von: David Thielen [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 2. September 2003 00:55 An: Struts-Users Betreff: How to pre-populate - Husted post doesn't work (or I'm

AW: [newbie] Problem with Action Mapping

2003-07-25 Thread sem . Gottofrey
You have to add '.do' to the action property of your form tag, like this: html:form action=/Login.do HTH Robert -Ursprüngliche Nachricht- Von: struts user [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 24. Juli 2003 15:33 An: [EMAIL PROTECTED] Betreff: Re: [newbie] Problem with

AW: How to get MessageResources in ValidatorForm

2003-07-21 Thread sem . Gottofrey
org.apache.struts.validator.Resources.getMessageResources(request) -Ursprüngliche Nachricht- Von: Sturzebecher Dirk (extern) [mailto:[EMAIL PROTECTED] Gesendet: Montag, 21. Juli 2003 18:26 An: 'Struts Users Mailing List' Betreff: RE: How to get MessageResources in ValidatorForm

AW: error handling

2003-06-27 Thread sem . Gottofrey
Hi Pramod, One solution would be to define two different action mapings as follows: action path = /MyActionFromMyFirstJsp type = mypackage.MyAction name = myFormBean

AW: AW: error handling

2003-06-27 Thread sem . Gottofrey
Hi Pramod, did you add the 'input' attribute to your mapping? If yes, I don't know what's wrong with it. I assume that you are using struts 1.1, are you? The 'old' way to do it was 'return new ActionForward(mapping.getInput())', I think. May be you could try this as well. Cheers Robert

AW: Validator problem with integers

2003-06-19 Thread sem . Gottofrey
How about using a regexp? field property=phone depends=required, mask arg0 key=Daytime Phone box 3 resource=false/ var var-namemask/var-name var-value^\d{4}$/var-value /var /field HTH Robert

AW: Highlighting fields that failed in validation

2003-02-14 Thread sem . Gottofrey
Hi Michael, here below is the implementation of the custom tag we're using to highlight a field in error: HTH Robert --- import java.util.Iterator; import javax.servlet.jsp.JspException; import org.apache.struts.action.Action;

AW: Problem with forward

2002-11-19 Thread sem . Gottofrey
Hi Daniel, have you try to set the following header: response.setHeader(Content-disposition, attachment; filename=\myFile.pdf\); HTH Robert -Ursprüngliche Nachricht- Von: Daniel Jaffa [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 18. November 2002 22:43 An: Struts Users

AW: Get ans Set automatic

2002-10-25 Thread sem . Gottofrey
http://codecentral.borland.com/codecentral/ccweb.exe/prodcat?prodid=3catid= 11 -Ursprüngliche Nachricht- Von: BARADAT Benoit [mailto:benoit.baradat;cramif.cnamts.fr] Gesendet: Freitag, 25. Oktober 2002 10:01 An: Struts Users Mailing List Betreff: Re: Get ans Set automatic I

Howto set attribute 'name' for html:image tag?

2002-10-23 Thread sem . Gottofrey
Hi, Is there any way I can set the attribute 'name' for an html:image tag? I can set the 'id' using styleId, but I didn't find anything for the 'name'. I would like to use canoo's 'webtest' framework for testing. It uses the name attribute of an input field of type 'image' to locate it an a

AW: BeanUtils.copyProperties(formBean, javaBean) not converting Strin g dates to java.util.Date dates

2002-10-18 Thread sem . Gottofrey
Hi, have you tried the other way round? BeanUtils.copyProperties(javaBean, formBean) robert -Ursprüngliche Nachricht- Von: Clayson, Jim [mailto:Jim.Clayson;centrica.co.uk] Gesendet: Donnerstag, 17. Oktober 2002 18:38 An: '[EMAIL PROTECTED]' Betreff:

AW: Using a default entry with LookupDispatchAction ???

2002-10-03 Thread sem . Gottofrey
The key you put in your map is used to lookup the corresponding entry from your resource properties file. So if you add a line 'initialize=initialize' in your properties file, then it should work, I guess. Robert -Ursprüngliche Nachricht- Von: Norman Klein [mailto:[EMAIL PROTECTED]]

AW: Latest Nightly builds - WebLogic 6.1sp3

2002-07-16 Thread sem . Gottofrey
Hi Jon, did you had a look into you weblogic 'domain' log file (default filename is wl-domain.log)? You'll probably find an exception stacktrace there. Robert Gottofrey -Ursprüngliche Nachricht- Von: Jon.Ridgway [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. Juli 2002 11:57 An: