<component name="customerDao" class="com.mydomain.myapp.CustomerDao">
  |     <property name="session">#{mySession}</property>
  |     <property name="productId">#{product.id}</property>
  | </component>

Or, if that still does not work for you, use the "manager component pattern", 
ie. @Unwrap

http://docs.jboss.com/seam/1.1GA/reference/en/html/concepts.html#d0e2884

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993603#3993603

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993603
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to