Hi,
as I am developing an app, discovering icefaces,
I also discover some bugs that affect me like this
http://jira.icefaces.org/browse/ICE-1934
As with the myEclipse plugin for icefaces version of icefaces
is 1.6.1…
could be any patch to fix it?
What can I do?
or… do you know another way to do this:
<ice:commandLink actionListener=”#{sectorsBean.viewSector}”
binding=”#{sectorsBean.sectorLink}” type=”submit”
value=”#{sector.secNom}”>
<f:attribute value=”#{sector.idSec}” name=”idSector”></f:attribute>
</ice:commandLink>
???