Hi Chaitanya

There is no specific tag which get's a list of options in your jsp, but there 
is the general <cms:query /> tag. With this tag you can get any nodes from any 
repository you like with the corresponding query string. The queries can be 
made in JCR SQL or XPATH, whatever suits you better. 

My suggestion is to first create + test the query with the handy JCR Query Tool 
(see menu item "Tools" > "JCR Queries"). Once the query returns the correct 
nodes (in your case the option nodes) you can use this query in the <cms:query 
/> tag, store the result in a page context variable and then use it to set up 
the options (e.g. by looping through them with the <c:forEach /> tag.

I hope this gives you some ideas on how to get started.

-will

On 11.02.2010, at 05:43, Kudaravalli Deepa Chaitanya wrote:

> 
> Hi All,
> 
> I am a complete newbie 
> I created a select tag with options in dialog in admin pane. Is it possible 
> to get the List of options into my jsp. Any tag that will fetch the list of 
> options.
> Thanks in Advance.
> 
> Regards,
> Chaitanya
> 
> 
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------
> 


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to