All,
I have this rewrite returning 404 error. Here are what I did:
URL: ../app-context-path//images/CBDU-1098-BCV?F1115261516749FQD=_
Template: src/main/webapp/viewImages.html
LiftRules.rewrite.append( {
case RewriteRequest(ParsePath("images" :: sku :: Nil, _, _,_),
_, _) =>
RewriteResponse("viewImages" :: Nil, Map("imageId" ->
sku))
} )
Are there any other settings I need to set? I have looked around but
couldn't find any other than the basics listed above. Thanks in
advance!
--
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.