Search:

Type: Posts; User: gbrugger; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    418

    That's correct. I didn't post the PageTemplate...

    That's correct. I didn't post the PageTemplate code, but it's almost identical to post(), except for the code in red.



    public String addAppTab(String pageId, String appId) {...
  2. Replies
    2
    Views
    418

    Adding app to Facebook Page

    Hi. According to fb docs,
    The only parameter is app_id, a String containing the ID of the application for which to install the tab. This call returns a String containing either true or false,...
  3. Replies
    13
    Views
    10,593

    Not pretty, but...

    That's correct. If you look at the generated .java file in Tomcat's work dir, you'll see it converted
    ${fn:replace(text, "
    ", "<br />")} into
    ${fn:replace(text, "\r\n", "<br />")}...
Results 1 to 3 of 3