[jboss-user] [JBoss Seam] - Heh, cool
matt.drees
do-not-reply at jboss.com
Wed Oct 10 19:25:21 EDT 2007
I didn't know you could define multiple components in a single file.
You can learn a lot of things by looking through the wiki example...
|
| @Name("converters")
| @Scope(ScopeType.APPLICATION)
| public class Converters {
| ...
| @Name("importerConverter")
| @org.jboss.seam.annotations.faces.Converter(forClass = Importer.class)
| public static class ImporterConverter implements Converter, Serializable {
| ...
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093782#4093782
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093782
More information about the jboss-user
mailing list