Bad bad...

/usr/local/space/projects/turbine/bin/src/org/apache/turbine/screens/admin/FindUser.java:146:
Incompatible type for method. Can't convert java.lang.String to
org.apache.ecs.Element.
            body.addElement( "<br>" );
                             ^

-------------------------------------------

how about body.addElement( new BR() );

-------------------------------------------


/usr/local/space/projects/turbine/bin/src/org/apache/turbine/screens/admin/DisplayUsers.java:31:
Incompatible type for method. Can't convert java.lang.String to
org.apache.ecs.Element.
      body.addElement("<center>Click on a username to
edit</center><br>");

----------------------------------------------

If we are going to use ECS... let's *use* ECS.

Please don't stick raw HTML within Turbine.

Kevin

-- 
Kevin A Burton
Senior Software Engineer
Kendara Inc
http://www.kendara.com
Mobile:  408-910-6145
Linux - You *will* be assimilated


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to