Hi,

Better use some Pastebin service instead of using images because we cannot
modify your code to make it working.

The problem is that you use : new Model(selectedValue) as a main model for
the DropDownChoice. You should use something like : new PropertyModel(this,
"selectedValue"), assuming "selectedValue" is a member of 'this'.


On Fri, May 17, 2013 at 2:47 PM, shashikant.kulkarn...@gmail.co <
shashikant.kulkarn...@gmail.com> wrote:

> Hi,I am trying to use the wicketstuff-inmethod-grid component version
> 6.5.0.
> I want to use the refDropDownChoiceColumn & DropDownChoicePanel and want to
> get the new value from drop down after selection. How to get this value. I
> am not able to get it. For your I am posting the code here
> <http://apache-wicket.1842946.n4.nabble.com/file/n4658891/Wicket_dd.gif>
> Please help. I am stuck now.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/InMethod-Grid-DropDownChoiceColumn-DropDownChoicePanel-tp4658891.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Martin Grigorov
Wicket Training & Consulting
http://jWeekend.com <http://jweekend.com/>

Reply via email to