[ptt-users] Java Server Faces
Don Brady
dbrady at pobox.com
Thu Feb 22 10:00:36 PST 2007
Frank,
The error was:
SyntaxError: ('string constant too large (more than 32767 characters)',
('<string>', 60, 638, ''))
This was view state.
This was because the capture had captured the huge long hex string and
was encoding it as a constant.
However, we are now just passing it as a dynamic variable which is
better anyway so the problem is gone and you need not worry further
about it.
Thanks so much for the reply!
Don
Frank Cohen wrote:
> I personally have not run into a JSF problem. Would you please reply
> with the error you are getting? Thanks. -Frank
>
>
>
>
> On Feb 22, 2007, at 12:37 AM, Don Brady wrote:
>
>> We are trying to drive a Java Server Faces web application, but get
>> errors from Jython because the constants representing JSF ViewState
>> are too long.
>>
>> Have you run into this problem?
>>
>> Is there any bypass?
>>
>> Thanks!
>>
>> Don
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.pushtotest.com
>> http://lists.pushtotest.com/mailman/listinfo/users
>>
>
>
>
> --
> Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426
> TestMaker: The open-source SOA test automation tool
>
>
>
> _______________________________________________
> Users mailing list
> Users at lists.pushtotest.com
> http://lists.pushtotest.com/mailman/listinfo/users
>
More information about the Users
mailing list