[vwnc] Web server and Textarea limit

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Web server and Textarea limit

Michel Duf
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
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Web server and Textarea limit

Alan Knight-2
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,

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

--
Alan Knight [|], Engineering Manager, Cincom Smalltalk

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

[vwnc] [7.4.1][linux]ExternalProcess causes Arguments invalid -- wrong class

Carl Gundel
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
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] [7.4.1][linux]ExternalProcess causes Arguments invalid -- wrong class

Mike Hales
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:

 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



--
Mike Hales
Engineering Manager
KnowledgeScape
www.kscape.com

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] [7.4.1][linux]ExternalProcess causes Arguments invalid -- wrong class

Carl Gundel
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

On Oct 2, 2008, at 11:05 AM, "Mike Hales" <[hidden email]> wrote:

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:

 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



--
Mike Hales
Engineering Manager
KnowledgeScape
www.kscape.com

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc