Questions tagged [backing]
13 questions
6
votes
1 answer
JSF-SPRING-HIBERNATE architecture- Backing bean related best practice
I am developing a web project and after much research I have decided to go ahead with JSF+Primefaces, Spring and Hibernate approach. While designing the architecture of my project I have finalized the following approach :
Actor --> JSF+PrimeFaces…

Bipin
- 61
- 3
2
votes
1 answer
Spring 3 MVC: how to create the form-backing object at form submission?
I read a few tutorials about forms and submission in Spring 3 MVC. All these examples store the form backing object in the session the following way:
@SessionAttributes({"command"})
What I would like to do is to create the form object (for example:…

curious1
- 14,155
- 37
- 130
- 231
2
votes
4 answers
How to secure PHP from piggy backing?
I just read this article about piggy backing in PHP.
I googled it but not so much information there.
Can anyone tell me more details how to prevent this kind of attack, what kind of code practices are vulnable and what we should do?
Thanks in…

shin
- 31,901
- 69
- 184
- 271
2
votes
0 answers
backing buffer in Android Bitmap class
When I looked at the implementation of Bitmap class of Android,
I found that it uses SkBitmap internally.
And the Bitmap class of Android is allocating
a native heap and a jbyte array for bitmap itself and backing buffer, respectivly.
What is the…

user1828360
- 21
- 1
1
vote
2 answers
Internal Server Error: No backing RepositoryOperations configured for repository
"I am new to micronaut assist me out here what could be the issue. I have also done the annotation processor enable on my eclipse for this project. my java version is JavaSE-1.8 and eclipse version 2021-06 (4.20.0)"
"Internal Server Error: No…

vikrant upadhyay
- 11
- 1
1
vote
1 answer
Loaded JSF page with JQuery doesn't bind values
I use the oncomplete event from a to dynamically load a JSF page in a div by using a JQuery function. The idea is that when a user clicks on the edit button next to a row in a datatable the div is being filled with a JSF page with has some input…

darkownage
- 938
- 16
- 38
0
votes
1 answer
How to get Unicode data in JSF's backing bean
I have the following code snippets which basically set a hidden field's value to the html content of a div (using jQuery) so I can process it on a backing bean:
MyPage.xhtml
function save_to_hidden()
{
…

etercap
- 187
- 3
- 9
0
votes
1 answer
Null value when Reading Hidden Value in Backing Bean
this is my use case:
I have a CKEditor and hidden value in my .xhtml page like this:

OZWolverine
- 13
- 1
- 8
0
votes
1 answer
libvirt API - overlays, backing image
Is there a possibility to create 2(or more) different overlays from one base image using libvirt API ?
FedoraBase.img <-- FedoraGuest1.qcow2
\
<-- FedoraGuest2.qcow2
So FedoraBase is backing image for Guest1 and…

patszn
- 11
- 1
- 3
0
votes
1 answer
Sharing handlers and backing beans
I am wondering if it is possible to have a JSF handler and some of the backing beans in a war that is shared. I say war because I have a jsp which has a handler and backing beans that are shared between different applications, and need to be called…

msharma
- 475
- 3
- 12
- 23
0
votes
0 answers
In springframework, Validation error doesn't display rather getting HTTP Status 500
I have a very simple application for customer data entry.
Only the new customer entry page is working and data is getting inserted in db, but when i intensionally enter more then 10 digits in mobileNo field, i get error in browser.
Here is github…

Kalyan Mazumder
- 17
- 5
0
votes
1 answer
fusionreactor installation error Backing store not available
I am trying to install FusionReactor_windows_4_5_5 on my ColdFusion 10 / Windows 7 (32bit) system. But it is giving me an error:
Setup detected a problem
Please ensure that the Java System Preferences Backing Store has appropriate…

yugalkishorbais
- 119
- 1
- 11
-2
votes
2 answers
How to pass Arrays from backing bean to JavaScript to draw a chart using Chart.js in an Ajax call
I am using prime faces backing bean and Chart.js to draw a chart
I am selecting a row in the data table . On selection of row updating the Canvas which has the Chart in it. I am getting the values on Selection method and building two arrays one for…

mbkreddy
- 21
- 1
- 6