Wolf wrote: > [custom widgets] is built-in already... Great! > Any class (but most likely an extended Swing class) can be registered with > the Swix Engine, but registration has to be done before parsing/rendering. > The registration takes the TAG name and the class, i.e. register(mytag, > com.company.myclass.class).
Will the current engine also handle namspaced tag names, like "colson:tree" so there won't be conflicts with the use of "paulus:tree" ? > Attributes are determined through reflection. > If the class has a setter method, say "setAsset(Asset a);" then Asset > becomes a valid attribute name. > All you need to do is implement a converter class that is able to convert a > String into an Asset, i.e. Ok... I will have to look more closely at an example to understand this better. I looked in the two zip's...but didn't notice an example offhand. Did I miss it? Thanks! Tim
