Hi,
I'm having problems with the inputtextbox. I'm brazilian and when I use accent in the my database, the component returns a data with trash in the place of the accent. Are there any configuration that I can do to solve this case?
Thanks
Backbase Developer Network Forums is a place for a peer-to-peer questions, comments and peer-to-peer discussions of issues for the Backbase community.
When posting please use the <code> and </code> tags to syntax highlight your code snippets.
Hi,
I'm having problems with the inputtextbox. I'm brazilian and when I use accent in the my database, the component returns a data with trash in the place of the accent. Are there any configuration that I can do to solve this case?
Thanks
plz help me to apply stylesheet in facet within listgrid to make my listgrid attractive (bjsf:listgid).
Hello,
We have an application developed in backbase, it was used only in IE, now we have to make it compatible with Firefox.
we find a problem when displaying components using ISO-8859-1 encoding.
We have some components rendered by bjs:outputLabel, bjs:inputText etc, when we test them in firefox we saw that the value is not understanding the ISO-8859-1 encoding.
If we renders using bjs:outputText it uses correctly the encoding (we think it's because it transalates into html span and it writes directly into de page) but it's not possible because of the page distribution
hello,
we've got a backbase application that may use spanish characters. We find a problem using firefox: when we first load a page using BackbaseContext.getCurrentInstance().loadView(placeHolder,p_idView,ITFControllerConstants.RENDERING_MODE_ASLASTCHILD);
all the page is rendered correctly with de right encoding, but when we hide and show components in the page using
component.setStructureDirty(true);
component.setShow(false);...
component.setShow(true);
all this components renders without using the correct encoding.
Hi !
My self kundan, Apprika system (India) pvt Ltd.
We have a license for backbase.
I am using backbase jsf edition 4.2.0 to develop a web consol.
I want to apply style sheet in facet of listgrid .
There is a conflict in documentation for backbase (application development guide Page no 85).
The headerclass is mentioned in the table of stylesheet attributes of listgrid. but I am not able to apply this attribute in listgrid tag.
I want to apply colors and some font effect in facet of listgrid.
Hi,
We have created a <d:handler> for text fields that require specific validation. We are doing the validation "onblur" of the field and are setting event.currentView.value = "ourValue". In FireFox this appears to work fine as the changed value finds its way to the binding and sets it on the appropriate object on the server. In IE however, this does not work.
It appears from looking at the POST requests sent by each browser they differ slightly. In FireFox the client delta sent to the server has an extra "%5Bvalue%3D_id58%7Cvalue%7CCCDD%5D" where as in IE it does not.
Hi,
I did a page with two selectlistbox that get the datas from my database. I want that it move selected datas of one list to other. In my backbean the two lists that I created works, moving one data to other, but in the selectlistbox doesn't show this action. Anyone can help me?
Here is my code:
JSP page:
Hi,
I am new to these JSF Suits so before going ahead I want to know about the merits & demerits of these Suits. Can any one help me in this regard.
I am new to Backbase, so I am curious do know how Backbase compares to ICEfaces.
For example, ICEfaces does not send a new page request each time there is a forum submit. If you are staying on the same view, the current document is update with Ajax, making the updates virtually instant. And the request-scoped backing bean stays active on the server side for the life of the current view.
Does Backbase maintain a server-side DOM for the current view and update the page through Ajax rather than by a browser request?
Hi
I am new to Backbase. I am looking for a way to develop Forms rapidly. I have looked at Struts Dynaforms as well. But what I am looking for is Ajax capability in my Forms.
Could I be advised on how to proceed? I have existing forms built on XForms. I may like to migrate from XForms, but I would like the migration to be less time-consuming. For example, I would like to quickly build a form that has like 100 fields on it. Features like drag and drop and facilities to build services to have my form controls talk to the outside world would be what I am looking for.