Sign in or 

|
bejawada |
Cannot get a user generated content cell displayed on my web applictn
Jun 2 2008, 6:08 PM EDT
I am getting an error message when I send in a get request for this CellService.getCellWithChildren() with a cell.CellId=TestCalendarPage.I am setting the proper values for ticket, namespace, devkey in the servlet when making a get request. Please do let me know what I am missing here? 1 out of 1 found this valuable. Do you?
Keyword tags:
add cell
add content
Hello World
How To
integrate
integration
login
|
|
phattchumpy |
1. RE: Cannot get a user generated content cell displayed on my web appli
Jun 2 2008, 6:49 PM EDT
Can you post the url with params that you are using? Also can you post the error message you are getting?
1
out of
1 found this valuable.
Do you?
|
|
bejawada |
2. RE: Cannot get a user generated content cell displayed on my web appli
Jun 2 2008, 7:21 PM EDT
Request:http://togo.wetpaint.com/CellService/getCellWithChildren.do?key=8348c9f1ce6ad650499d463f471e4c8b9220610387a9e1013ef8e642cfb58649&ns=wms&cell.cellId=SomeCell&cell.displayName=SomeCell&cell.url=http://wmsgaming.wetpaint.com Reply: <p>Error (ERROR)</p><ul></ul><br> Do you find this valuable? |
|
bejawada |
3. RE: Cannot get a user generated content cell displayed on my web appli
Jun 2 2008, 7:25 PM EDT
One strange behaviour is when I type in this url in the IE browser I am able to see a div / response, but only in my JSP I am not able to see anything except an error response that I mentioned above.
Do you find this valuable?
|
|
phattchumpy |
4. RE: Cannot get a user generated content cell displayed on my web appli
Jun 2 2008, 7:30 PM EDT
That's interesting...the url works in my browser as well. Can you post the code you use to retrieve the div?
Do you find this valuable?
|
|
bejawada |
5. RE: Cannot get a user generated content cell displayed on my web appli
Jun 3 2008, 9:30 AM EDT
I see the URL is working when I convert my Servlet to JSP. Now I am stuck at the following:When I click on the "Easy Edit" button, the pop up says me to upgrade my flash player? Did u guys see this message before. I have the latest flash player installed on my system. Do you find this valuable? |
|
phattchumpy |
6. RE: Cannot get a user generated content cell displayed on my web appli
Jun 3 2008, 12:28 PM EDT
Specifically, what version do you have?
Do you find this valuable?
|
|
iandatang |
7. RE: Cannot get a user generated content cell displayed on my web appli
Sep 11 2008, 12:54 PM EDT
I am having this same problem. The error says "not well-formed".
Do you find this valuable?
|
|
boe_wetpaint |
8. RE: Cannot get a user generated content cell displayed on my web appli
Sep 15 2008, 5:16 PM EDT
What language are you using to implement your get request?Might I recommend a super handy utility to test HTTP GET, POST, PUT, DELETE operations. Firefox Poster https://addons.mozilla.org/en-US/firefox/addon/2691 is a tool I use a lot to see if my GET/POST parameters are valid. This will get you closer in determining if your issue is with your request parameters, or if it is something to do with your code/platform. Do you find this valuable? |