Re: svn commit: r671015 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/aliasbean/AliasBeanTag.java examples/simple/src/main/webapp/aliasBean.jsp

2008-06-24 Thread Mario Ivankovits
Hi! Doesn't this change break backward compatibility completley? The value of the alias= attribute now has to be defined differently, instead of the el-expressesion just the name needs to be set. Even if this change is logical to me, a new tomahawk release will break any existing application

Re: svn commit: r671015 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/aliasbean/AliasBeanTag.java examples/simple/src/main/webapp/aliasBean.jsp

2008-06-24 Thread Leonardo Uribe
Hi Alias property only receive el expression. There was a mistake on a commit the example page, which was reverted (sorry!). Alias never receive string only values. The change applied throws an expression when alias=someString instead alias=#{somebean}. Previously other non descriptive error is