ICEfaces v1.5.1 Eclipse Tool Integration Bundles Patch Release
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
ICEfaces v1.5.1 Eclipse Tool Integration Bundles Patch Release  XML
Forum Index -> Tools
Author Message
Admin

Joined: 27/05/2004 00:00:00
Messages: 199
Offline


The Eclipse tool integration bundles for ICEfaces v1.5.1 have been patched to address the following issues:

  • Greatly improved support for migrating an ICEfaces Eclipse project that was created using an older version of the ICEfaces Eclipse integration to the ICEfaces v1.5.1. version.
  • The default page templates provided now include the ice:outputStyle tag by default to support the default ICEfaces component theme styles.

The patched bundle names are:
  • ICEfaces-v1.5.1.1-Eclipse.zip
  • ICEfaces-v1.5.1.1-Eclipse-JSF.zip

The updated integration bundles are available for download on the Downloads page.
hvastani

Joined: 29/11/2006 00:00:00
Messages: 17
Offline


Hi,
So I upgraded to the latest 1.5.1.1 patch (ICEfaces-v1.5.1.1-Eclipse.zip) as instructed in the README and made sure eclipse plugin details reports that the upgrade took effect. But when I create a new JSP, the template does not reflect the default outputStyle element in it, as you are suggesting in your post. There's no change there basically. Here's the template:

<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://www.icesoft.com/icefaces/component" prefix="ice"%>

<f:view >
<html>
<head>
<title>ICEface page</title>
</head>
<body>

<ice:form >

</ice:form >

</body>
</html>
</f:view>

Can you confirm this please? Thanks.
philip.breau


Joined: 08/05/2006 00:00:00
Messages: 2672
Offline


Hi,

This is a result of Eclipse caching the template from the previous plugin version. What you have to do is go into /window/preferences.../Web & XML/JSP Files/JSP Templates and delete the existing ICEfaces template. It will be recreated and updated with the newest version the next time you create a new project.

Thanks,
Philip

.
mail2mebala

Joined: 26/12/2006 00:00:00
Messages: 1
Offline


Hi i am new to ICEfaces. I am Using Eclipse 3.2 and i tried to install ICEfaces 1.5 by unzipping the folder to Eclipse WAP all in one version.. but it not working.....

just give me a step by step process to install ICE faces in Eclipse 3.2 if possible with snapshot thank you...
philip.breau


Joined: 08/05/2006 00:00:00
Messages: 2672
Offline


Hi,

The zip file includes step-by-step instructions for the install.

Philip

.
 
Forum Index -> Tools
Go to:   
Powered by JForum 2.1.7ice © JForum Team