Messages posted by devandcom
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
Messages posted by: devandcom  XML
Profile for devandcom -> Messages posted by devandcom [4]
Author Message
problems are
- bad synchronization from code view and design view.
- Error messages on good attribute of some icefaces component
- difficulties to debug application
- very frequent sun app server block
- bad rendering of some icefaces component

hi

umberto
I'm trying icefaces technology.
I found it very interesting.
I used it together with java studio creator, but I found many problem with its visual integration and its embedded application server.
I think many problems come from the jspx format the jsc uses.
I would try to create page in old html mode, using icefaces components.
What do you think on my test ?
I would try another editor that have at most an intellisense integration with icefaces component.
Have you any suggest ?

Regards

Umberto
to add an effect does not change situation.

In forum I found an example and it works ( launched from java studio creator ).

The difference is that I'm working with java studio creator with its xml page format, the example is in jspx format.

Can you help me ?

Regards

Umberto
I'm trying to use row selector.
I'm developing on Java studio creator.
I have a datatable correctly populated.
I put a row selector

<ice:dataTable binding="#{anagrafica.dataTable1}" id="dataTable1" rows="10" style="left: 48px; top: 48px; position: absolute"
value="#{anagrafica.lista}" var="riga">
<ice:column binding="#{anagrafica.column1}" id="column1">
<f:facet name="header">
<ice:outputText binding="#{anagrafica.outputText5}" id="outputText5" value="nome"/>
</f:facet>
<ice:outputText binding="#{anagrafica.outputText2}" id="outputText2" value="#{riga.nome}"/>
<ice:rowSelector binding="#{anagrafica.rowSelector1}" id="rowSelector1" value="#{riga.selected}"/>
</ice:column>

riga.selected is a Boolean property

I don't see any mouse hover effect

If I click on a row it is not selected, but if I click on a button then the row selection appears.

I think it's a css problem

I made a lot of test without positive results.

Any Idea ?

regards

umberto
 
Profile for devandcom -> Messages posted by devandcom [4]
Go to:   
Powered by JForum 2.1.7ice © JForum Team