I have a tabbed panel with divs that retrieve their content remotely.
Basically the control is acting like a tabbed address book with each tab
showing a subset of names broken out alphabetically (i.e. Tabs: A-B,
C-D, etc..)  

When specifying the URL for the remote div to call, I am having
difficulty determining how to pass in my parameter (i.e.
?startLetter=A&endLetter=B).  I tried to use an s:url tag with
parameters and pass it to the div via its id. However, this is not
working.  It appears that the DIV is ignoring the parameters.  The only
way that I have been able to get this to work is to create a dummy form
for each tab which contains fields with the desired param names and
values and then reference the form in each tab.  

This is obviously a very ugly implementation as it results in a lot of
unneeded forms whose sole purpose is for the div remote calls.  I am new
to tabbedPanels and remote div calls and am certain I am missing
something here.  Can anyone perhaps enlighten me with a better solution?

Thanks in advance,
Ken

-----------------------------------------
***Note:The information contained in this message may be privileged
and confidential and protected from disclosure. If the reader of
this message is not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient,
you are hereby notified that any dissemination, distribution or
copying of this communication is strictly prohibited. If you have
received this communication in error, please notify the Sender
immediately by replying to the message and deleting it from your
computer. Thank you. Premier Inc.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to