2005/12/6, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> Hi,
>
> I am relativle new in mmbase (two weeks), so a question is very simple.
> I have two tables  (project, people) and relation (rolerel). I simple
> want to list something like next:
>
> Project                  People               Role
> ---------------------------------------------------------------------
> NewProject            Jason                Admin
> NewProject1          Kelvin                Developer ......
Hi
one way should be something like this
  <mm:listnodes path="news,posrel,images">
   <mm:node element="posrel">
     <mm:field name="pos"/>
   </mm:node>
   <mm:node element="images">
   <img src="<mm:image template="s(200)" />" alt="<mm:field name="title" />" />
   </mm:node>
  </mm:listnodes>
but that doesn't work for me j

ava.lang.IllegalArgumentException: You cannot use non-existing field
of 'posrel' of node '65' existing fields of 'news are [_exists, title,
owner, _number, intro, body, subtitle, otype, number]
_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to