Questions tagged [backbase-portal]

Backbase Portal is the flagship product of Backbase. It enables an end user to create, edit, manage and publish web portals through the use of its Portal Manager.

Backbase Portal is the flagship product of Backbase. It enables an end user to create, edit, manage and publish web portals through the use of its Portal Manager.

12 questions
3
votes
1 answer

Recursive mustache with checkbox to make drop down menu

I tried to make a drop down menu using pure css, I tried to use checkbox and label with mustache template using code below: mustache_top_level.html:
    {{#links}} {{> mustache_mid_level}} {{/links}} …
3
votes
1 answer

How to implement JSF in Backbase Portal 5.2.1.2?

I am currently trying to add basic JSF (2.0) support to Backbase Portal 5.2.1.2 to use in my custom widgets. It seems to be working when I access my widget in a static way (e.g. ".../portal/static/portal_name/widgets/widget_name/index.xhtml"), but…
tmetten
  • 132
  • 1
  • 8
2
votes
1 answer

Can you run a standalone angularJS web application in backbase 5.5.1 (newest)?

We are developing a standalone angularJS web application and need to make it work in the newest backbase portal. We have no idea if this is even possible?! Thanks in advance!
1
vote
1 answer

Backbase redirection issue

I'm running a portal based on Backbase and I have recently added a new LINK file (let's call it myLastLinkPath) in the following path: src/main/import-scripts/portal/myPortal/links The problem now is that when I access (through the browser) to my…
Rafa Romero
  • 2,667
  • 5
  • 25
  • 51
1
vote
1 answer

HTTP POST to a backbase application

I need to implement a requirement in which other non-backbase applications will send a HTTP POST request to my bb application. There is some pre processing & validation which is to be done and then based on the result the client has to be redirected…
Soniya Chavan
  • 103
  • 1
  • 9
1
vote
3 answers

Oracle EBS with Backbase portal integration

I was working with Oracle e business suite, e commerce modules, iStore etc. I want to integrate Backbase portal to add new look and feel to my application. I just want to know whether we can integrate EBS or iStore with Backbase portal.
Nidheesh
  • 4,390
  • 29
  • 87
  • 150
0
votes
1 answer

Backbase Integration with Spring Microservices

We want to create middle tier using Spring Microservices which works as communication bridge between Backbase and Finxact. Backbase hosted by another vendor so do not have full control of it. We only need to focus on our Integration layer. What are…
0
votes
1 answer

Angularjs ui bootsrap datepicker in backbase portal not working

I am trying to use datepicker of Angularjs ui boostrap in backbase portal but it is not working. Same code is working outside backbase portal. My HTML code
0
votes
1 answer

ReferenceError: requireWidget is not defined

I'm trying to create a simple widget Backbase, however, shows me an error ReferenceError: requireWidget is not defined. I think that it is associated with RequireJS but his hook itself does not do anything. Maybe someone knows how to deal with…
user4406224
-1
votes
1 answer

Error no exported member 'HTTP_PARAMS_FACTORY'

I'm following Backbase Frontend Essentials course on https://bbacademy.learnupon.com/ - and the task was to generate a data module with RAML (the RAML was provided). I downloaded the provided RAML, followed the tutorial, but when I went to view in…
-1
votes
1 answer

Getting BackbaseConfigurationException while serverstartup (Webshpere 8.5.5)

However the config file for which it complains is at the correct location I checked 10 times. Please help [26-2-17 15:27:38:716 CET] 00000045 webapp I com.ibm.ws.webcontainer.webapp.WebApp log SRVE0292I: Servlet Message - [BA621 PBI Portal…
Neeraj Sharma
  • 463
  • 1
  • 9
  • 27
-1
votes
1 answer

Break Point is not working in Xcode7.3

I started work on a project written in ObjectiveC++ (.mm file extensions) with backbase on Xcode 7.3. During work I found that break point is not working in the app. I have reset the settings but still no success. I have also gone through below but…
Gagan_iOS
  • 3,638
  • 3
  • 32
  • 51