You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Don Brown <do...@gmail.com> on 2006/12/01 08:48:18 UTC

Re: [s2] Error setting 'dojo.transport'

Well, you should only see that error when your logs have debug
enabled.  You could clean it out via an interceptor, if you really
wanted to.

Don

On 11/7/06, Oleg Galkin <ol...@hotmail.com> wrote:
> When I use the div ajax tag the exception
> Error setting expr 'dojo.transport' with value '...'
> ognl.OgnlException: target is null for setProperty(null, "transport", ...)
> is thrown. The showcase example application throws the same exception.
> Anyway, the tag works. The resulting query string for the div href action
> indeed includes 'dojo.transport=xmlhttp' parameter.
> Does dojo toolkit add it? If so is it possible to ignore it in Parameters
> interceptor?
> Thanks,
> Oleg
>
> _________________________________________________________________
> FREE pop-up blocking with the new MSN Toolbar - get it now!
> http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [s2] Error setting 'dojo.transport'

Posted by Musachy Barroso <mb...@wfscorp.com>.
Dojo adds that. There must be a way to avoid it(I will check it out), 
you could log a jira ticket for it(insufficient memory problem :) ).

musachy

Don Brown wrote:
> Well, you should only see that error when your logs have debug
> enabled.  You could clean it out via an interceptor, if you really
> wanted to.
>
> Don
>
> On 11/7/06, Oleg Galkin <ol...@hotmail.com> wrote:
>> When I use the div ajax tag the exception
>> Error setting expr 'dojo.transport' with value '...'
>> ognl.OgnlException: target is null for setProperty(null, "transport", 
>> ...)
>> is thrown. The showcase example application throws the same exception.
>> Anyway, the tag works. The resulting query string for the div href 
>> action
>> indeed includes 'dojo.transport=xmlhttp' parameter.
>> Does dojo toolkit add it? If so is it possible to ignore it in 
>> Parameters
>> interceptor?
>> Thanks,
>> Oleg
>>
>> _________________________________________________________________
>> FREE pop-up blocking with the new MSN Toolbar - get it now!
>> http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org