How to have two tags populate one field?

2001-04-26 Thread Alex Colic
Hi, I have a bit of a problem. I have a select box and a text box which I need to both point to one property. The combo has a list of titles. The user could select one of these titles or input there own but when they submit the box I need the following to occur: If there is text in the text

Re: How to have two tags populate one field?

2001-04-26 Thread Peter Alfors
I would place the logic of which field to use in your action class that is submitting the request. Pete Alex Colic wrote: Hi, I have a bit of a problem. I have a select box and a text box which I need to both point to one property. The combo has a list of titles. The user could select