That is "server side".  We aren't running javascript in what I suggested
below.  The jsp (including any custom taglib useage) is compiled to a
servlet before execution.  Are you sure you want to code this directly
in a java servlet?

--David

dieter wrote:
> Hi David,
>
> Thanks for that, I should have been more specific. I need to do this server
> side, so i need the java code to do this.
>
> Thanks,
>
> Dieter
>
>
>
> Magnolia - User mailing list wrote:
>   
>> Have you looked at the <cms:query  .... /> tag?  Documentation can be
>> found at
>>
>> http://documentation.magnolia.info/docs/en/developer/magnolia_tld/cmstaglib.html#query
>>
>> Then the <cms:contentNodeIterator ...>...</cms:contentNodeIterator> can
>> take a items attribute referring to name you gave your query results in
>> the var attribute of cms:query.
>>
>> --David
>>
>> dieter wrote:
>>     
>>> Hi, I am looking for a way to retrieve a node from anywhere in the
>>> repository
>>> and iterate through its child pages in order to retrieve its title, etc.
>>> I
>>> have seen loads of examples on the forum, but none that actually work in
>>> my
>>> environment, they may be from previous versions of magnolia.
>>>
>>> I know it should be really simple.
>>>
>>> I am using magnolia 3.
>>>
>>> Dieter
>>>   
>>>       
>> ----------------------------------------------------------------
>> for list details see
>> http://www.magnolia.info/en/developer.html
>> ----------------------------------------------------------------
>>
>>
>>     
>
>   


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------

Reply via email to