[Laszlo-dev] soap support
ono keiji
keiji_ono at net8.co.jp
Wed Dec 17 00:24:49 PST 2008
I could not find the mechanism of SOAP instantiation. Could you guide it to me ?
In the soaptest3.lzx(lps/test/soaptest3.lzx), at initializing
if s.text set into makedoc(), makedoc() has been called twice.
ex. <param value="${canvas.soaptest.makedoc( parent.name, s.text )}"/>
but blank set into makedoc(), makedoc() has been called once.
ex. <param value="${canvas.soaptest.makedoc( parent.name, '' )}"/>
I doubt it could not change the value once set into. So this test program dose not
work cause of the value has been set at initialized.
If so, the workaround is just 'dose not set any value in param tag', like following.
ex. <param>
<method name="getValue">
:
</method>
</param>
Any idea ?
Ono Keiji
ono keiji さんは書きました:
> Fumm, so next should i check the java sources under ./json/soap ?
> I wounder why the second argument did not get executed in the function,
> though the first one got in it.
> I mean, in the *constant* values
>
> value="${canvas.soaptest.makedoc( parent.name, s.text )}"
>
> 'parent.name' argument had been gotten executed in makedoc(), but
> 's.text' had not been.
> Could you tell me which the file is doing such converting ?
>
> Thank you.
>
> ono keiji
>
> Henry Minsky さんは書きました:
>> Oh yes, that's right. Data which is bound in from from a datapath is
>> now converted according to the
>> attribute type. I don't think that applies to this code test case though.
>>
>>
>>
>> On Fri, Dec 12, 2008 at 11:20 AM, P T Withington <ptw at pobox.com> wrote:
>>> On 2008-12-12, at 10:43EST, Henry Minsky wrote:
>>>
>>>> The schema data type of an attribute ( "expression". "string",
>>>> "color", etc ) only
>>>> affects how the tag compiler compiles *constant* values in the source
>>>> code, such as
>>> And how data bindings are converted.
>>>
>
>
>
More information about the Laszlo-dev
mailing list