Hi,
 
I have had a bit of time recently to experiment with Turbine 3.0.  It is
going to be very difficult to go back to developing in 2.1.
 
I came across something which I don't understand and was wondering if I
could trouble 3.0 developers.
 
I came to test the TemplateHtmlEmail class and while trying to compile I
found that the interfaces org.apache.turbine.TemplateContext and
org.apache.fulcrum.template.TemplateContext are incompatible; both define
put(java.lang.String,java.lang.Object), but with different return type.
 
In org.apache.turbine.TemplateContext 
      public java.lang.Object put(java.lang.String key, java.lang.Object
value)
 
In org.apache.fulcrum.template.TemplateContext
    public void put(java.lang.String key, java.lang.Object value)
 
 
Is this correct or is it an error?
 
 
kind regards
 
    Dave Meaker
 
 

Reply via email to