You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lift
Hi folks,
In my REST interface I plan to return small HTML fragments. But by
returning an Elem, the <?xml version="1.0" encoding="UTF-8"?> and text/
xml MIME type are added to the document which make me unable to use it
as HTML fragment. How can I omit these from the XML response? I think
better solution would be to have a snippet but I don't want to change
my REST structure right now.
Cheers,
Parsa
Indrajit Raychaudhuri
unread,
Oct 25, 2010, 7:02:57 AM10/25/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lif...@googlegroups.com
Hi Parsa,
You can try this:
At app level, LiftRules.calculateXmlHeader = "" or at session level, S.skipXmlHeader = true
- Indrajit
parsa
unread,
Oct 25, 2010, 11:21:06 AM10/25/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message