[jboss-user] [JBoss Seam] - Seam injects null when using ice:inputFile

Newlukai do-not-reply at jboss.com
Thu Jul 5 08:32:24 EDT 2007


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#4060780

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060780



More information about the jboss-user mailing list