Sunday 27 November 2011

tabView with activeIndex bound on request parameter causes javax.el.PropertyNotWritableException


Attempt #1 (failure)




Attempt #2 (success)


public class MyBean implements Seriializable {

private Integer tabIndex;
public Integer getTabIndex() { return tabIndex; }
public void setTabIndex(Integer tabIndex) { this.tabIndex = tabIndex; }


No comments:

Post a Comment