You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Chris <ch...@gmx.at> on 2015/04/16 19:20:55 UTC

drop down box hierarchy

Hi all,

is there somewhere an example of an ajax drop down hierarchy?
For example the first drop down lists the value A, B, C, D. If you select A, another drop down box appears below where you can choose A1, B1, B2 and so on (a hierarchy of drop down boxes).

e.g. 
A
- A1
     - A12
     - A13
     - A14
- B1
     - B12
     - B13
- B2
C
D

Thanks, Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: drop down box hierarchy

Posted by Martin Grigorov <mg...@apache.org>.
http://www.wicket-library.com/wicket-examples-6.0.x/ajax/choice

Martin Grigorov
Freelancer, available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Apr 16, 2015 at 8:20 PM, Chris <ch...@gmx.at> wrote:

> Hi all,
>
> is there somewhere an example of an ajax drop down hierarchy?
> For example the first drop down lists the value A, B, C, D. If you select
> A, another drop down box appears below where you can choose A1, B1, B2 and
> so on (a hierarchy of drop down boxes).
>
> e.g.
> A
> - A1
>      - A12
>      - A13
>      - A14
> - B1
>      - B12
>      - B13
> - B2
> C
> D
>
> Thanks, Chris
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>