Have a look at sections 2.2 & 2.3 of
http://www.wicket-wiki.org.uk/wiki/index.php/DropDownChoice_Examples

Also the http://www.wicket-library.com/wicket-examples/ pages (e.g.
Component Reference/Forms) may help.

/Gwyn

On 28/06/06, SmashYouth <[EMAIL PROTECTED]> wrote:
>
> Hi there,
>
> I have two dropdown choices
>
> the first...
>   DropDownChoice("internalDeviceType",
>                     MetaData.getChildTables("internaldevice"));
>
> ...gives me the category
>
> And the second...
>  DropDownChoice("internalDeviceList",
>                     InternalDevice.getInternalDeviceForComputer(),...
>
> ...It?s wanted to populate acording to the value of the first one.
>
> I would please your help since i have no example on how to override or
> implementing the method onSelectionChanged.
>
> thanks in advance
> --
> View this message in context: 
> http://www.nabble.com/DropdownChoice-onSelectionChanged-tf1861427.html#a5084005
> Sent from the Wicket - Dev forum at Nabble.com.
>
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-develop mailing list
> Wicket-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to