| Author |
Message |
|
|
|
I have a session scoped seam component annotated with @Startup. When session is started my init method annotated with @Create is invoked. I can then check user's cookies and login the user automatically if user has logged in before. However, when I use IceFaces in Seam, I can't get HttpRequest anymore during session startup. Anyone having the same problem?
|
 |
|
|
Have tried in seam booking example. keep getting:
value found for In attribute has the wrong type: hotelBooking.
Has anyone tried yet?
|
 |
|
|
trying to get icefaces working with facelets and keep getting "CommandLink must be contained in a form" while my commandlink is contained in <h:form>.
I've followed the guide and have :
icefaces-facelets.jar
el-api.jar
el-ri.jar
and
<application>
<view-handler>
com.icesoft.faces.facelets.D2DFaceletViewHandler
</view-handler>
</application>
xhtml files attached. any ideas?
|
 |
|
|