dito
Change-Id: Ie3915d6f75e23aac60940ffe0e731dc5f7c43a59
This commit is contained in:
parent
96d4d6b154
commit
a00ec56cb9
@ -223,6 +223,7 @@ public class ConferencePanel extends Panel {
|
||||
super(id);
|
||||
final TextArea<String> messageTextArea = new TextArea<String>("textArea",
|
||||
new PropertyModel<String>(this, "message"));
|
||||
messageTextArea.setOutputMarkupId(true);
|
||||
add(messageTextArea);
|
||||
AjaxButton button = new AjaxButton("ajaxButton") {
|
||||
|
||||
@ -248,6 +249,7 @@ public class ConferencePanel extends Panel {
|
||||
webMarkupContainer.add(dataView);
|
||||
webMarkupContainer.add(new PagingNavigator("pagingNavigator", dataView));
|
||||
target.addComponent(webMarkupContainer);
|
||||
target.addComponent(messageTextArea);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user