[jboss-user] [JBoss Seam] - Re: @DataModel problem

2007-11-27 Thread lsabin
Thanks for your reply. 

My mistake was initializing the List object  but I still don´t understand why 
it was working with the version of the component I showed in my post 
(CourseAction). 



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

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

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: @DataModel problem

2007-11-27 Thread arussel
Have a look at the doc again:
[url]http://docs.jboss.com/seam/2.0.0.GA/reference/en/html/annotations.html#d0e14787
[/url]
Specifies that the method of the component is used to initialize the value of 
the named context variable, when the context variable has no value. This style 
is used with methods that return void.
alex

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

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


[jboss-user] [JBoss Seam] - Re: @DataModel problem

2007-07-08 Thread [EMAIL PROTECTED]
Post the whole stack trace

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

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


[jboss-user] [JBoss Seam] - Re: @DataModel problem

2007-07-04 Thread Jump
yes. It works fine with seam 1.2.1GA

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

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


[jboss-user] [JBoss Seam] - Re: @DataModel problem

2007-07-04 Thread Delphi's Ghost
Is getProcessDefinitions() defined in your ToolBar interface?



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

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


[jboss-user] [JBoss Seam] - Re: @DataModel problem

2007-07-04 Thread Jump
In this way it works

  | @DataModel
  | private List processDefinitions;
  | @DataModelSelection("processDefinitions")
  | private ProcessDefinition selectedProcess = null;
  | 


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

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