[jboss-user] [JBoss Seam] - Re: When a component is not found should Seam warn or fail?
gavin.king@jboss.com
do-not-reply at jboss.com
Wed Sep 20 04:32:21 EDT 2006
One approach would be to require explicit declaration of all context variables. Many scripting languages have this as an option for global variables. So in components.xml, you could write:
| <variables implicit="none">
| <variable name="bar"/>
| <variable name="foo" scope="conversation" type="Foo"/>
| </variables>
|
This would eliminate problems of misspellings, and reduce problems of namespace conflicts
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972857#3972857
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972857
More information about the jboss-user
mailing list