Can you paste your code please?

Scheidt.


On Mon, Nov 10, 2008 at 9:04 AM, Jipu Jiang <[EMAIL PROTECTED]> wrote:

> Dear all,
>
> I was trying to display a JSP page with some parameters from the
> database. Everything shows up perfectly except the second dropdown list
> of the doubleselect tag, which should display the value from java action
> but it always shows the first value of the second list.
>
> For example, the first list contains countries and the second list
> contains cities. E.g. if I select UK from the first select box, the
> second should be London, Birmingham, Edinburgh etc.
>
> Now the default values of the select boxes depend on what's in the
> database. I can get the first select box to show UK, but the second one
> always shows London, which is the first one in the second list. Instead,
> it should show other cities based on values in database.
>
> I guess it's because of javascript. Does anyone know how to deal with
> such problem?
>
> Also, when I assign values to the doubleHeaderKey and doubleHeaderValue
> of doubleselect tag, the second select box shows no header at all. How
> can I make this work?
>
> Many thanks in advance,
> Jipu
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to