• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

using ajax in liferay portlet environment

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have tried posting the problem in liferay community, but i not getting any response.

Click Here to see full message.


Hope i can get some response here.
 
Ranch Hand
Posts: 820
IntelliJ IDE VI Editor Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The liferay forums are patchy at best. You are better off asking here or on Stack overflow.
I think you need to solve the null pointer




it hits NullPointerException on the line: "String communityName= themeDisplay.getScopeGroupName();".

How do i overcome this problem?



I think you mean .get(WebKeys.THEME_DISPLAY); instead of .get(WebKets.THEME_DISPLAY);

assuming, of course, you cut and pasted your actual code as you should.
 
reply
    Bookmark Topic Watch Topic
  • New Topic