Hi everyone, I am working on the following app below, but when I publish it I get a message stating that I need at least one Model Pref. I figure that the error is on my side, but I am not sure where to start. Any help is appreciated.
- Zach <?xml version="1.0" encoding="UTF-8" ?> <root> <Module> <ModulePrefs title="Westlaw Next" description="A legal research search box" /> <Content type="html"> <![CDATA[ <table width="100%" border="0" cellspacing="0" cellpadding="0"> <form action="https://a.next.westlaw.com/Search/Results.html?" method="get" id="g_s" title="Search WestlawNext"> <input type="text" name="query" title="Search" size="32" maxlength="256" value="Enter Search" /> <input type="text" name="jurisdiction" title="jurisdiction" size="32" maxlength="12" value="XX-CS" /> <input type="hidden" name="contenttype" value="ALL" /> <input type="hidden" name="querysubmissionguid" value="sample" /> <input type="hidden" name="searchid" value="i0ad604050000012de8c5ccf847f37a0b" /> <input type="hidden" name="transitiontype" value="search" /> <input type="hidden" name="contextdata" value="(sc.Default)" / ><input type="text" name="clientID" title="Client ID" size="32" maxlength="40" value="Enter Client ID" /> <input type="submit" name="btnG" value="Search" /> </form> </table> ]]> </Content> </Module> </root> -- You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en.
