Hi,

I have a problem with "name" id wicket. I receive communicate "Unable to 
find component with id 'name' in [MarkupContainer] "

I send you piece of java class and markup.
In label I was also trying to use "name"+ item.getMarkupId()


Can you help me please.

Best regards,
Rafal


public HomePage() {

add(new PropertyListView("cheeses", new CheesesModel()) {
@Override
protected void populateItem(ListItem item) {
  add(new Label("name"));
 }
}
);

  }



<ul>
  <li wicket:id="cheeses">
 
  <span wicket:id="name"></span>
  
  </li>
</ul>


-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to