I had the same problem on tuesday, and the problem was solved when i used this http://wiki.cocoondev.org/Wiki.jsp?page=WoodyCopletForPortalEngine check new "New way". Use temporary:application-uri instead of uri.
Works perfectly except javascript in the woody form like showPopup function or ctyselector sample stuff not launched from the coplet, so in case you or somebody nows how to manage that let me know! Phil On Tue, 2004-03-02 at 23:50, [EMAIL PROTECTED] wrote: > Hi Anna, > It's right, that both forms get executed. If you study the example I > sent, you see that the decision which form would be executed, is made > by a parameter that sits in the session (and is written to the session > by the script). > So it's the same with your forms. Both will be executed. But you will > need one parameter - could be a hidden field - which you check in the > coresponding xsp. Than you know if the xsp needs to be executed. > > So the conclusion is, you have to care for it on your own, that the > right form (and coresponding script) get executed. > I hope this helps. > > regards, > Nicole --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
