I should have added that, if you really want the ImageButtonBean, then
you can add to the normal code as follows to solve your problem:
Change
public String getSelected() {
if (getCreateButton().isSelected()) { return "create"; }
if (getRetrieveButton().isSelected()) { return "retrieve";
First, the problem is that you are bloating your system with the
ImageButtonBeans in the first place. You don't have to do that. But,
once you do it, you have the problems you state. You can use various
other simpler and less resource intensive solutions linked to at
http://wiki.apache.org/s
2 matches
Mail list logo