Re: Integration of WO in JSP page
Anjo Krank <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
No need to open source. Override App.createRequest() to fix up the request string by replacing "&" with "&"? Cheers, Anjo Am 25.07.2006 um 12:37 schrieb Will Scheidegger: > The form values seem to be added and passed on to wo like so: > testCount=3&detailPath=features.html. But then the string is not > split up correctly anymore. This of course would be a small thing > to fix... if it was open source :-(