[jboss-user] [Beginners Corner] - Seam @Name should default to qualified name
monsj
do-not-reply at jboss.com
Wed Nov 7 10:06:20 EST 2007
As I am a Seam noob I'll post this here before I even think of a JIRA
I think that Seam should default to a qualified name.
Instead of having to do
package com.xyz;
@Name("com.xyz.testObject")
public class TestObject {
}
This should be sufficient to get the same name on the Seam object
package com.xyz;
@Name
public class TestObject {
}
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102581#4102581
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102581
More information about the jboss-user
mailing list