Christian Steinebach created ISIS-347:
-----------------------------------------

             Summary: Add the possibility to have dependend drop down boxes
                 Key: ISIS-347
                 URL: https://issues.apache.org/jira/browse/ISIS-347
             Project: Isis
          Issue Type: Wish
          Components: Viewer: Wicket
    Affects Versions: viewer-wicket-1.1.0
            Reporter: Christian Steinebach
            Assignee: Dan Haywood


Something like this:

addPhone(@Named("Company") Company company,
           @Named("Model") PhoneModel model){
    Phone p = container.newInstance......
    ...
    return p;
}

choices0AddPhone(){
  return all Phone Companies
}

choices1AddPhone(Company company){
   return models(company)
}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to