Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build 2 Linked List #78

Open
velo6raptor opened this issue Jun 26, 2012 · 6 comments
Open

How to build 2 Linked List #78

velo6raptor opened this issue Jun 26, 2012 · 6 comments

Comments

@velo6raptor
Copy link

Hi all,

first list --> categorie1
second list --> categorie2 (populate by the categorie selected value)

Could you tell me why i have this message --> Cannot invoke method setModel() on null object
when i select a categorie1 option

GSP code

      <zkui:select name="categorie1.id" id="categorie1" from="${vdo.catapp.Categorie1.list()}" optionKey="id" />   
       <zkui:select id="categorie2" optionKey="id"/>

Composer Code

Window self
Combobox categorie1
Combobox categorie2

void onChange_categorie1(Event e) {
def categories2 = Categorie2.where("categorie1.id = "+categorie1.selectedItem.value)
ListModelList lm = new ListModelList(categories2)
categorie2.setModel(lm)
}

Thanks !

@velo6raptor
Copy link
Author

Could you give me an answer please

@velo6raptor
Copy link
Author

Is there anybody ?

@velo6raptor
Copy link
Author

Please tell us how to do or give us an email contact
Thanks

@xiaochong
Copy link
Owner

It's not bug or development issues

Please use the mailing list for community support

http://groups.google.com/group/zk-ui-user

@velo6raptor
Copy link
Author

I used the mailing list community but there is no answer !
Why nobody answers ?

@velo6raptor
Copy link
Author

No answer here, no answer on groups google, what can i do ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants