Hi,

I need to do following.

I have a button In UI like below (which is inside a table)

               <th align="right">
                   <a style="background-image:
url(../admin/images/move.gif);"
                      class="icon-link"
                      onclick="doReRouteMessages()">ReRoute</a>
               </th>

then doReRouteMessages() method there should do this.

*1. make a popup with a drop down in it.*
*2. drop down should show available queues in the system. I can get them
from calling a stub method.*
*3. once user select a queue from drop down and click ok in the pop-up I
should return to  doReRouteMessages() method with the selected queueName.*

Then doroute method will call a ajax processor to move the selected
messages to the selected queue from the dropdown.

What I am not clear is how to do the bold parts. Please help.

Thanks.



-- 
*Hasitha Abeykoon*
Software Engineer; WSO2, Inc.; http://wso2.com
*cell:* *+94 719363063*
*blog: **abeykoon.blogspot.com* <http://abeykoon.blogspot.com>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to