Re: Bind radio button to json value
HI Dennis, Thanks this is the best way to do that?there is a way to do it like in checkBox change: oController.handleCheckBoxChange,and put the handleCheckBoxChnage in the controller? Thanks for your...
View ArticleCould not start the app due to an internal error
Hi, I have developed a custom app and added as a tile in the fiori launchpad. The app works fine when run independently. But when i execute it from the launchpad i get the below errors. 2015-01-27...
View ArticleRe: Could not start the app due to an internal error
Hi Gopi, What is the error in Chrome Debugging?
View ArticleRe: Could not start the app due to an internal error
Hi Kedar, Here's the error from debug.
View ArticleRe: Could not start the app due to an internal error
Is this application copied and then modified? If yes then you need to check the file path in controller.js
View ArticleRe: Could not start the app due to an internal error
No, this app is developed from scratch.
View ArticleHow to use your own formatter in an extended view
Hi all, I have extended the HCM_TS_APV app and replaced a view (S3) and its controller. One of the issues I am facing is that for a specific field on the S3 view i want to add a formatter. The...
View ArticleRe: Update method not working ??
why dont you just check what is coming back from service oModel.getModel().update("/es_koldb('" + vKolId + "')",oEntry,null,function(oData, oResponse){...
View ArticleRe: Support more then one checkbox
what about this Example There are many ways to do this. We can use repeater too-D
View ArticleRe: Internationalization in SAPUI5
Hi Shiv, Please use - sap.ui.localResources("i18n") to load the resources. Hope this helps.
View ArticleRe: Internationalization in SAPUI5
Also use jQuery.sap.resources as in - SAPUI5 SDK - Demo Kit
View ArticleRe: Could not start the app due to an internal error
Does your application work with z application name? Are your able to run your application from the Gateway system where it is deployed?
View ArticleRe: What's the correct time to initialize an aggregation inside a Control?
Hi Ke In your case, I think you should do it this way. Example -D
View ArticleRe: Could not start the app due to an internal error
Hi Kedar, It works perfectly when I run from Gateway server with the below link. Issue is only when I try to launch from Fiori Launchpad....
View ArticleRe: Could not start the app due to an internal error
No component-preload.js a mandatory is not mandatory. Look at this blog - How to get your SAP UI 5 apps to work like SAP Fiori Apps in SAP Fiori Launchpad
View ArticleRe: Could not start the app due to an internal error
I already checked that when Masa replied this morning. But i couldn't see any issue with my code per the document. only thing that is missing is the component-preload.js . any more suggestions?
View ArticleRe: Could not start the app due to an internal error
Other thing to look at is the error detailed information when you link on the black arrow on the chrome debugger.
View ArticleRe: SAPUI5 - $metadata appended while calling Gateway service
My web.xml looks like as this attached image. Also I am running local in SAP HANA Studio using Run->Web App Preview Then I run the same URL in Google Chrome to do Inspect Element
View Article