Hi,
I have a .ssp page with a textArea field, when my server code extract the info it will trunk the info after about 500 car. the Firefox limit should be 16k or 32k but 500 car. is less than that? Is there a way to avoid that limit? Thanks Michel _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
This seems odd. How are you talking to the web server. If
you're talking via something like the CGI relay I can believe that an
intermediate piece might trunate something. I wouldn't expect Smalltalk
or the web browser to be truncating.
At 03:23 PM 10/1/2008, Michel Dufour wrote: Hi, --
Alan Knight [|], Engineering Manager, Cincom Smalltalk
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Running VW 7.4.1 under Ubuntu 8.04 and evaluating the following expression:
ExternalProcess defaultClass cshOne: 'ls' I get the following exception: Unhandled Exception: Arguments invalid -- wrong class HandleRegistry>>evaluateWithFullProtection: HandleRegistry>>registerValueOf: UnixProcess class(OSHandle class)>>handleValue: UnixProcess class(OSHandle class)>>forkJob:arguments:environment:descriptors: UnixProcess class(OSHandle class)>>forkJob:arguments:descriptors: optimized [] in UnixProcess class>>pipeConnectionFor:arguments:setProcessDescriptor: BlockClosure>>ifCurtailed: UnixProcess class>>pipeConnectionFor:arguments:setProcessDescriptor: UnixProcess class>>cshOne: It worked fine on Ubuntu 7. -Carl Gundel http://www.runbasic.com http://www.libertybasic.com _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Carl, on my Ubuntu system, the c shell isn't installed by default. Calling shOne: 'ls' works just fine while cshOne: 'ls' fails. You may want to check your c shell installation.
Mike On Wed, Oct 1, 2008 at 9:33 PM, Carl Gundel <[hidden email]> wrote: Running VW 7.4.1 under Ubuntu 8.04 and evaluating the following expression: -- Mike Hales Engineering Manager KnowledgeScape www.kscape.com _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
That makes a lot of sense. I'm pretty new to Linux/Unix so it didn't jump off the page to me what the difference is between shOne: and cshOne:. Now that you mention it I remember installing the c-shell on my Ubuntu 7 install. Thanks. -Carl Gundel Liberty BASIC for Windows - http://www.libertybasic.com Run BASIC, easy web programming - http://www.runbasic.com
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |