This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: How to use Annotation attributes that are variablesgavin.king Jul 10, 2006 3:18 PM (in response to jboss-nth-fan)In the CVS version of Seam, the right way to do this is to call the built-in Seam component named "businessProcess". 
- 
        2. Re: How to use Annotation attributes that are variablespmuir Jul 10, 2006 3:20 PM (in response to jboss-nth-fan)From http://java.sun.com/j2se/1.5.0/docs/guide/language/annotations.html 
 Annotations consist of an at-sign (@) followed by an annotation type and a parenthesized list of element-value pairs. The values must be compile-time constants.
- 
        3. Re: How to use Annotation attributes that are variablesjboss-nth-fan Jul 10, 2006 3:42 PM (in response to jboss-nth-fan)
 Thanks Gaving,
 Indeed has businessProcess component has it:
 jboss-seam\src\main\org\jboss\seam\core\BusinessProcess.java
 I was halfway writing a wrapper like this...seam could have a nickname: "The JBoss Glue"
 Thanks again,
 Yeyo
 
     
    