I have a Component defined like:

  | @Name("myList")
  | @Scope(ScopeType.CONVERSATION)
  | @Conversational
  | public class MyList extends LinkedList<My> {
  | }
  | 

when using this on a page and posting back from the same page for the second 
time, i end up with an error:

value of context variable is not an instance of the component bound to the 
context variable: myList

thrown on line 1768 in Component.java (Seam2 Beta)

the problem is that 'result' in the method is ArrayList and not MyList.

is it not possible to extend LinkedList like this?

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

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

Reply via email to