See
http://groups.google.com/group/liftweb/browse_thread/thread/6c1cd13c3f2f7178?hl=en#

On Fri, Oct 24, 2008 at 11:16 AM, Tim Perrett <[EMAIL PROTECTED]> wrote:

>
> Quick question chaps,
>
> If I want my URLs to look like:
>
> /article/my-demo-blog-post
>
> How would one go about that? Even with something messy like:
>
> "name" -> SHtml.link("/article/" + article.permanent_link.toString, ()
> => Nil, Text(article.name))
>
> I get the query string appended to the url with a bunch of encoding
> stuff... e.g.
>
> http://127.0.0.1:8080/article/demo-post?F1224871776479962000_JWS=_
>
> Whilst, if worse came to worse I could live with this, it would be
> nice not to have it for such a simple operation?
>
> Cheers
>
> Tim
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Collaborative Task Management http://much4.us
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to