You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Andreas Hartmann <an...@apache.org> on 2005/06/17 15:23:01 UTC

Re: svn commit: r191151 - /lenya/trunk/src/webapp/lenya/usecases/admin/sessions.jx

jann@apache.org wrote:
> Author: jann

[...]

> +              <a href="${request.contextPath}${request.requestURI}?lenya.usecase=admin.user&amp;userId=${user.getId()}"><jx:out value="${user.getId()}"/></a>

Caution: The context path is part of the request URI!

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r191151 - /lenya/trunk/src/webapp/lenya/usecases/admin/sessions.jx

Posted by Andreas Hartmann <an...@apache.org>.
Jann Forrer wrote:
> On Fri, 17 Jun 2005, Andreas Hartmann wrote:
> 
> 
>>jann@apache.org wrote:
>>
>>>Author: jann
>>
>>[...]
>>
>>
>>> +              <a href="${request.contextPath}${request.requestURI}?lenya.usecase=admin.user&amp;userId=${user.getId()}"><jx:out
> 
> value="${user.getId()}"/></a>
> 
>>Caution: The context path is part of the request URI!
>>
> 
> 
> Thanks for the remark. I will correct it. BTW it seems to me that this
> error occurs on different places i.e. in the file users.jx.

You're right, I've spotted the splinter in your eye and didn't
notice the plank in my own one :) I'll fix it as soon as I find
the time.

-- Andreas




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r191151 - /lenya/trunk/src/webapp/lenya/usecases/admin/sessions.jx

Posted by Jann Forrer <ja...@id.unizh.ch>.
On Fri, 17 Jun 2005, Andreas Hartmann wrote:

> jann@apache.org wrote:
> > Author: jann
>
> [...]
>
> >  +              <a href="${request.contextPath}${request.requestURI}?lenya.usecase=admin.user&amp;userId=${user.getId()}"><jx:out
value="${user.getId()}"/></a>
>
> Caution: The context path is part of the request URI!
>

Thanks for the remark. I will correct it. BTW it seems to me that this
error occurs on different places i.e. in the file users.jx.

Jann

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org