Yep, I'll look into this later at home...
Already seen your comment :)

thanks,
Rainer
> The submit tag has the same problem, I logged WW-1547 just to make sure
> we don't forget it.
>
> regards
> musachy
>
> Musachy Barroso wrote:
>> I did missed that one :)
>>
>> I'm not sure about the "ajaxHref", because it means the same as
>> "href", IMO it is going to be confusing.
>>
>> What if we don't build the url at all, and just use it as it is (
>> addParameter("href"), findString(href)), and document that the url
>> needs to be built with the "url" tag to be used on the ajax tags?
>>
>> musachy
>>
>> Ted Husted wrote:
>>> GMail has been marking many JIRA posting as spam lately (no doubt
>>> because several are now). In case anyone missed it, Rainer posted a
>>> comment to the ticket.
>>>
>>> * http://issues.apache.org/struts/browse/WW-1537?page=all
>>>
>>> -Ted.
>>>
>>> On 12/4/06, Musachy Barroso <[EMAIL PROTECTED]> wrote:
>>>> Well, I need help on this one:
>>>>
>>>> if (href != null)
>>>>    addParameter("href", UrlHelper.buildUrl(findString(href), request,
>>>> response, null));
>>>>
>>>> I can't figure out how to know if href ("%{url}") is pointing to a url
>>>> that already contains the context. Checking if it starts with the
>>>> context really smells like a hack, and wouldn't work in the case when
>>>> the context is the same as the namespace (weird but possible after
>>>> all).
>>>>
>>>> musachy
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to