...
public AjaxGrid grid;
private String wordText;
public String getWordText() {
return wordText;
}
public void setWordText(String wordText) {
this.wordText = wordText;
}
Start with that… but most likely you’ll want to use an array of EOs but first try this with only “one” ivar.
Cheers,