Thank you for your reply.

Well, yes, but I just thought, that checking for disabled cookies and
appending jsessionid, is container's job, not mine, so i tried to figure
out, how to accomplish it. But i'm afraid, i'll end up doing it manually.



esemba wrote:
> 
> Hi,
> i'm migrating my old php website to Struts 2 and have problem with url
> management. In my db, i have urls tagged like this
> [url]http://url.com/[/url]. In php, i just do regexp replace of this
> custom url tags with proper html tags. I would need to do something like
> this in struts 2, but want to use <s:url>. Best solution would be like
> this: In jsp(ognl) replace every occurrence of [url]url string[/url] with 
>  <s:url value= ">.
> 
> Thank you for your help.
> 

-- 
View this message in context: 
http://www.nabble.com/-S2--URL-management-tp19494989p19522734.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to