FW: Indexed tags problem

2001-08-08 Thread Andrew Paul Swift
imilar problems... TIA Marcel > -Oorspronkelijk bericht----- > Van: Andrew Paul Swift [mailto:[EMAIL PROTECTED]] > Verzonden: dinsdag 7 augustus 2001 16:04 > Aan: '[EMAIL PROTECTED]' > Onderwerp: RE: Indexed tags problem > > > I have finally solved the probl

RE: Indexed tags problem

2001-08-07 Thread Andrew Paul Swift
etProperty() cheers Andy > -Original Message- > From: Andrew Paul Swift [mailto:[EMAIL PROTECTED]] > Sent: 7. august 2001 11:28 > To: '[EMAIL PROTECTED]' > Subject: RE: Indexed tags problem > > > I moved the getPersonFields() method into the person

RE: Indexed tags problem

2001-08-07 Thread Andrew Paul Swift
I moved the getPersonFields() method into the personForm object and I still get the problem! So it is probably not because of the nested property! i.e. any thoughts, (I have read through other postings, regarding session etc.. ) cheers Andy > -Original Message- > From: Andre

Indexed tags problem

2001-08-06 Thread Andrew Paul Swift
I am using the indexed tags (cheers, made my life a lot easier!) but I am having a problem. When submitting a form the data in the form is not updated. I have got updates working elsewhere, but I can't get this working. Is it because I use a nested property in the iterate tag i.e. getPerson().g

Apache, IIS , tag

2001-07-11 Thread Andrew Paul Swift
The code gives me the HTML below. This results in the image not being displayed when I use tomcat with apache web server It is displayed fine when I use tomcat with iis though! For what reason does it append the sessionid to it?? Do you know why it works with iis and not apache? cheers And

RE: Internationalization

2001-06-26 Thread Andrew Paul Swift
Not sure if this is what you want, but I changed the locale using my web browser. if using IE it is tools>internet options>languages n.b. you may need to stop and start IE for the change to be noticed. cheers Andy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTE

RE: Form problem

2001-06-26 Thread Andrew Paul Swift
I have resorted to using scriptlets. There must be a more elegant solution though! which gives... First name Last namecheersA > -Original Message-> From: Andrew Paul Swift [mailto:[EMAIL PROTECTED]]> Sent: 26.

Form problem

2001-06-26 Thread Andrew Paul Swift
I have an array beans which I am trying to use to build up a dynamic form. The bean has 3 properties DisplayName, id and value. The id property is the unique identifier that corresponds to the name of the HTML input field. The value property contains the value of the HTML text field. The display

Dynamic Forms

2001-06-25 Thread Andrew Paul Swift
I have a form that has a variable number of fields determined by an XML document. e.g. etc... I can't think of any ways in which to use the struts framework to handle this. If I am right in thinking that I have to hardcode a form object. Any ideas?? cheers in ad