Re: Facing error after Tomahawk upgrade.

2010-03-30 Thread Leonardo Uribe
Hi Try tomahawk12-1.1.9 jar file. It is known tomahawk for jsf 1.1 + tiles + jsf 1.2 does not work because the ViewHandler spec changes on jsf 1.2. The corrected version is on that jar. regards, Leonardo Uribe 2010/3/30 Now I find myself in question > So do you mean to say tomahawk 1.1.9 alon

Re: Facing error after Tomahawk upgrade.

2010-03-30 Thread Now I find myself in question
So do you mean to say tomahawk 1.1.9 along with JSF. 1.2 will do the trick? On Tue, Mar 30, 2010 at 7:20 PM, Rene van Wijk wrote: > > Use component libraries which are compliant with the 1.2 JSF standard and > not the 1.1 standard. > > > > There is a difference in binding component attributes in

RE: Facing error after Tomahawk upgrade.

2010-03-30 Thread Rene van Wijk
Use component libraries which are compliant with the 1.2 JSF standard and not the 1.1 standard.   There is a difference in binding component attributes in JSF 1.2 and 1.1, for example,   1.1 public void set_binding(String _binding) {     this.binding = _binding;     }     public String