On Tue, Mar 11, 2008 at 2:43 AM, Akash Xavier <[EMAIL PROTECTED]> wrote:
> Neo, > Forget abt type=url for a while. Its not supported yet. > > Kevin, > I was just wondering why I was getting so many mails regarding > dynamic-height. U answered it. And now I know that it was all from one > person. I think we should make it a point to mention the fact that "we > don't > support type=url gadgets yet" or some sorta statement be displayed on the > Apache Shindig site and also in the TODO/Readme file. > > Arun, > Even if type url is supported, the below statement is wrong: > echo "<script language='JavaScript' src='http://localhost:8080" . > $_GET['libs'] ."' ></script>"; > > You cant import a whole lot of javascript files using one <script> tag. U > need one <script> tag for every file. So maybe might have to split > $_GET['libs'] into separate strings(to get feature names) and then import > the files from the server with <script> tags. That's not necessarily true; the libs parameter will usually just point to a single file with aggregated script contents.

