Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I found spring pet portal example from the net from location http://springframework.cvs.sourceforge.net/springframework/spring/samples/petportal/

I deployed this example in weblogic but the "ACTION PHASE" never gets executed. "RENDER PHASE" seems to be working fine.

<portlet:action /> tag does not seem to work.

What am I missing?

share|improve this question
Have you checked out the server's logs yet? There might be some stack trace or other error message which could indicate what went wrong. – deltaforce2 Sep 18 '11 at 8:39
With reference to this [1]: stackoverflow.com/questions/3968800/… problem was with encoding of "ampersand" in query string when used with <form> tag :) now it works..... solution is to use escapeXml attribute of <portlet:action /> – gbagga Sep 18 '11 at 10:03

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.