- This topic has 1 reply, 2 voices, and was last updated 18 years ago by Riyad Kalla.
-
AuthorPosts
-
javaexpertMemberHi,
I am installed the new MyEclipse Version 5.1.0 GA and now I have several display problems with the JSP designer which I had not in the previous version:
Struts:
– blank button in the design view<html:submit styleClass="submit"> <bean:message key="button.submit" /> </html:submit>
– Checkbox
<html:checkbox property="withFiles"><bean:message key="label.withFiles"/></html:checkbox>
==> shows only the checkbox in the design view or design /source view and no text or <bean:message> element
That is very frustrating.
(The IEPreview or Mozilla Preview is correct: checkbox and text).– <bean:message>
<td class="label"><bean:message key="label.creator"/></td>
shows in the design view allways an ugly blank rectangle below <bean:message>
JSF:
– PanelGrid<h:panelGrid>
shows a red sign in the design view which should not be correct. It’s also not possible to catch this for display the panelGrid properties in the properties view.
I am sure that this all was better in the 5.0 version .
Regards,
Ralph– System Setup ——————————-
Operating System and version: 1.5.0_10
Eclipse version: 3.2.1.r321
Eclipse build id: M20060921-0945
Fresh Eclipse install (y/n): yes
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: Version: 5.1.0 GA
Build id: 20061111-5.1.0-GA
Eclipse JDK version: 1.5.0_10
Application Server JDK version:
Are there any exceptions in the Eclipse log file?If this is a DB related question please answer the following:
RDBMS vendor and version:
JDBC driver vendor and version, and access type (thin, type-2, etc):
Connection URL:
Eclipse error logs related to com.genuitec.eclipse.sqlexplorer packages:– Message Body ——————————-
Riyad KallaMemberRalph,
Do you have a small test project that compiles correctly and you could send me to evaluate in both versions and then file a detailed report for our developers? -
AuthorPosts