Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauke Scholtz committed Apr 16, 2014
1 parent 3315c31 commit 2dfed7e
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 216 deletions.
2 changes: 2 additions & 0 deletions src/org/omnifaces/component/input/ViewParam.java
Expand Up @@ -84,6 +84,8 @@ public Map<String, Object> getAttributes() {
if (attributeInterceptMap == null) {
attributeInterceptMap = new MapWrapper<String, Object>(super.getAttributes()) {

private static final long serialVersionUID = -7674000948288609007L;

@Override
public Object get(Object key) {
if ("label".equals(key)) {
Expand Down

0 comments on commit 2dfed7e

Please sign in to comment.