Re: Integration of WO in JSP page
Will Scheidegger <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Hm.. that was easy! Thanks! You don't happen to have a suggestion about component actions that is just as easy? Cheers, Will On 25.07.2006, at 13:13, Anjo Krank wrote: > 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 :-( >