Hi there,
I've a page which displays data of an entity. On this page I defined an ice:popupPanel
containing an ice:inputFile. In the backing bean, which controls saving the changes,
displaying the popup and so on, there is the component defined as follows:
@In(required=false)
| @Out(required=false, scope=ScopeType.SESSION)
| protected Testaction testaction;
|
As soon as I upload a file, the testaction equals to null. In any other case, like
changing an ajax-enabled drop-down-field, the testaction has the expected values.
With ICEfaces 1.5.3 the upload worked fine. The null-injection occurs since I updated to
ICEfaces 1.6.0 DR #5.
Has anybody a hint how to solve this problem?
Thanks in advance
Newlukai
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060780#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...