Hello
i'am using myfaces-tobago-1.0.9-SNAPSHOT. I have some problems with
popus.
The following side works with 1.0.8:
<%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx"%>
<f:view>
<tc:page width="750px" height="600px">
<f:facet name="dpopup">
<tc:popup width="300" height="100"
rendered="true" id="dpopup">
<f:facet name="layout">
<tc:gridLayout rows="*" columns="*" margin="10px" />
</f:facet>
<tc:cell>
<tc:out value="Hello - i am a popup"
id="idDPopupText" />
</tc:cell>
</tc:popup>
</f:facet>
</tc:page>
</f:view>
When i try it with 1.0.9, i get an empty page without the popup.
I couldn't determine the error.
Are there any sulutions for this problem or will it be resolved in the
final version?
(mayby the problem is sitting in front of the monitor ;-))
Regards,
Florian