Re: [xwiki-users] Custom class field as field on a different class

2009-01-14 Thread Thomas Mortagne
On Tue, Jan 13, 2009 at 8:22 PM, Kevin_C kevin.cummi...@cpa.state.tx.us wrote: OK, I found an example of this but it's not really clear how the pieces fit together. ArticleClass has a property called Category which is basically what I am looking to do. This is the HQL query for that

Re: [xwiki-users] Custom class field as field on a different class

2009-01-14 Thread Kevin_C
Interesting... I just noticed that the Blog.Categories page just has a series of Category Objects added to it. Is there something special I need to do in order to use a link like the one used in the Categories app in order to add my object to a *holder* page? This is the link used for adding new

[xwiki-users] Custom class field as field on a different class

2009-01-13 Thread Kevin_C
Is it possible to create a simple custom class that can then be used within another custom class as a property? For example: Class A Category TAC Rule Class B Question Answer Category (populated from all Categories) Thanks! .:. Kevin -- View this message in context:

Re: [xwiki-users] Custom class field as field on a different class

2009-01-13 Thread Kevin_C
OK, I found an example of this but it's not really clear how the pieces fit together. ArticleClass has a property called Category which is basically what I am looking to do. This is the HQL query for that property: select prop.value from BaseObject as obj, StringProperty as prop where