I am using the flexigrid plugin from http://webplicity.net/flexigrid/. I have my codebehind generating a json result in the format expected until I call the url as a struts action in my portlet... This wraps the output with an unexpected <div> tag which makes the grid not render. I've used fiddler to get the result from the background page and made a static page that works great as long as I remove the DIV tag from around the json text.
My request is how could I have the function ignore any html tags and only parse out the json result? Thanks, Bryancan