Re: [xwiki-users] Help with Database List

2014-07-17 Thread Jeremie BOUSQUET
2014-07-17 17:21 GMT+02:00 Jason Clemons : > Does this make each list item essentially it's own page? > With App Within Minutes by default yes. It's also sort of default way of doing with xwiki (ie 1 object = 1 page). But it's possible to create all objects for all list items, in a unique page.

Re: [xwiki-users] Help with Database List

2014-07-17 Thread Jason Clemons
Does this make each list item essentially it's own page? > On Jul 17, 2014, at 12:34 AM, "Jeremie BOUSQUET" > wrote: > > Hello, > > You could check this page about database lists [1]. > > The steps could be: > - create a specific class, for objects that will hold possible values for > your li

Re: [xwiki-users] Help with Database List

2014-07-17 Thread Jason Clemons
I think that's exactly what I'm wanting to do..I'll give that a shot. Thanks Jeremie > On Jul 17, 2014, at 12:34 AM, "Jeremie BOUSQUET" > wrote: > > Hello, > > You could check this page about database lists [1]. > > The steps could be: > - create a specific class, for objects that will hold

Re: [xwiki-users] Help with Database List

2014-07-17 Thread Jeremie BOUSQUET
Hello, You could check this page about database lists [1]. The steps could be: - create a specific class, for objects that will hold possible values for your list (manually, or with app within minutes). You don't much care about the livetable, you mainly need a form for users to create new values

Re: [xwiki-users] Help with Database List

2014-07-17 Thread Jason Clemons
Now that I read my post, it dawns on me that I don't really need to use "LiveTables" if that's too much of a hassle, populating the Database List based on a table in the backend DB would work just as well, has anyone done this, or have any pointers? Ultimately, I just need to devise a strategy

[xwiki-users] Help with Database List

2014-07-15 Thread Jason Clemons
> Hello again all, > > I’m trying not to ask every little question here, but I’m pretty well stuck. > I’ve created an App Within Minutes app and added a “Database List” but I’m > not sure how to populate the list. I’ve read tons (mostly of which I don’t > understand) about HQL and LiveTable