Author |
Message |
|
Version 1.4.1 looks good... it looks like all the JSP compile issues are gone and everything seems to work very well. Thanks Time.
|
 |
|
Specifically, the following pages have useBean issues where java.util.Set, java.util.Map and java.util.List need to be changed to java.util.TreeSet, java.util.TreeMap and java.util.ArrayList respectively: ListEntries.jsp SummaryList.jsp ListUsers.jsp MyHome.jsp UserSelect.jsp The following page has a useBean reference to java.lang.Integer that is illegal. The java file that creates the object needs to be changed also in this case. EditProject.jsp The following pages have illegal XML syntax for the html:checkbox tags. EditUser.jsp EditConfig.jsp
|
 |
|
I just tried the 1.3.8 version, and it seems to still have all of the useBean problems referencing interface classes.
|
 |
|
Just wondering if the next version will be posted soon?
|
 |
|
Thanks Time... Looking forward to 1.3.8...
|
 |
|