Hello Nino,

It seems to be the same issue as i've encountered a week ago.

see thread "Order-Items master detail page" started at 16 august


Possible Solution in you case:

declare anywhere posible in page
private Phone selectedItem;

in function
protected void onUpdate(AjaxRequestTarget target) {
...
   selectedItem = (Phone) phoneA.getObject();
...
}

And than everythingService.findAllStandardFeatures() (or other function) shoud 
get access to the
 field selectedItem.
Possible you need to create your own new IDataProvider.


Cheers,

Oleg.


am 23 August 2007 um 09:08 schrieben Sie:

> Hi

> I have a page where theres two dropdownchoices and two panels 
> acordingly. when you click dropdown a and select a new item panel a 
> should be updated to the new item, I've used 
> ajaxformComponentupdatingbehavior( have also tried 
> ajaxformsubmittingbehavior).

> However it seems as the model of the dropdown are never updated, im 
> using compoundpropertymodel (have also tried reverting and just using a
> simple model).

> I just cant figure out whats wrong. Please take a look any hints will be
> appreciated

> http://papernapkin.org/pastebin/view/1386



> Havent had the chance yet to tryout beta 3, not sure if its gone there.

> regards Nino

> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



-- 
Mit freundlichen Grüßen
Oleg Taranenko
mailto:[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to