Tree with checkboxes to act as a component of the shuttle

Hi you all experts of the ADF.

I use Jdev 12.1.3 and would like to know if it is possible to achieve:

I would like to have a tree "checkboxed" with the hierarchy we will tell departments under rentals, I would like for some employees to give to some departments in several places.

One of you have a suggestion as to how I should go about my problem? Y at - it a component should I choose to start with?

Thanks in advance for the answers to this question.

Best regards.


Marc

If you need to change your query ViewObject

or use two first viewObject is only for the parent node, select the record you want to view as a parent only

and then bind it with second viewObject with all Archives

There must be a specific flag for record categories #1 that makes parent

or filter your viewObject with flag value (I think parent id must be set to null for categories #1 as the top node is)

so you can write a query to get all the parents and then bind it-

Select record_id,

yourTable category_name where

parent_id is null

It's totally depends on you how you want to show your tree hierarchy

Thank you

Tags: Java

Similar Questions

  • elements in a tree with checkboxes

    Hello

    I built a tree relies on Hirarchical data and put it in the region within a report and also adds apex_item.checkbox (...) in the select statement.
    so I can check some elements when necessary.
    My Question is how to get the values of the element that is checked into the tree

    Sorry for my bad English, I'm learning English too :)

    Thank you very much

    med_med.

    Hello med_med,

    When a page is sent with the items in the box, ONLY the selected items are returned.
    You should be able to make a process page to run when the page is submitted that does something like this:

    BECAUSE me in 1... apex_application.g_f01. Count LOOP
    If APEX_APPLICATION. (I) G_F01 is NOT Null then

    WHERE = to_number (APEX_APPLICATION. G_F01 (i));
    End If;
    END LOOP;

    You would substitute your item ID to place references F01... so, for example,.
    If your select statement defines your box as point 4, you would use F04.

    Good luck
    Don.

    You can reward this answer by marking as being useful or correct :)

  • How to display the values of the component of the shuttle by defaul in shuttle from left

    Hi, I have created part of shuttle through JDeveloper
    and I put all the properties
    It displays on the page

    There are two boxes or shuttle displayed
    one is for the other for selected values containing all of the values

    but in my case bydefault all values are displayed to the right of the box
    I mean, by default all values are selected

    How can I solve this

    HA,

    First remove the entire list of choices associated with definitions of the bean of the shuttle. The same check if it always throws an error.

    View me lookup definition, attribute, definition drop-down list Attriubute view drop-down list.

    Kind regards
    GYAN

  • use of AF: Tree with checkbox?

    Hello

    I am trying to create a tree in a page using ADF 11 g. And I can create the tree. But I want to add a check box for each node, each leaf in the tree.

    I saw an example on the jdeveloper demo page, bu it s providing information only on the counting and style.

    Does anyone know how to add a checkbox to a tree and how to use it?

    Thank you



    Ozgur Thomas

    Ozgur,

    You can use af:selectBooleanCheckbox in the nodeStamp the sides of a tree, I think. Haven't tried, but it should be doable.

    John

  • Tree with hierarchical function to check/uncheck the checkbox

    Hello

    I build a tree with checkbox APEX 3.2 feature

    My query tree looks like
    Select "SERVICE_ID' id
    "PARENT_ID" pid
    , The name of 'service_name '.
    connection null
    APEX_ITEM. CheckBox(1,SERVICE_ID) a1
    null a2
    of ' #OWNER # '. " SERVICES_TEST ".
    Start with "SERVICE_ID" =: P9_TREE_ROOT
    connect prior "SERVICE_ID" = "PARENT_ID".

    So far so good. The tree displays correctly

    Now my requirement is check_all_child/uncheck_all_child when the parent is checked/unchecked.

    Let's take an example like

    ROOT
    -SERVICE1
    -SERVICE1_CHILD1
    -SERVICE1_CHILD2
    -SERVICE2
    -SERVICE2_CHILD1
    -SERVICE3

    If SERVICE1 is checked, then SERVICE1_CHILD1 and SERVICE1_CHILD2 must be verified.

    Could someone help me please on how to do it?
    I can write a function onchange against the box, but I need to check/uncheck hierarchically and the hierarchy is dynamic.

    Please let me know if any other information is required.

    Amri,
    Try the following

    $('[name=f01]').click( function() {
      this_checked = this.checked;
      this_row = $(this).parents('tr:first');
      this_level = this_row.children('td').size();
      next_row = this_row.next();
      /* Loop through next rows and use the no: of columns to identify children */
      while ( next_row && ( next_row.children('td').size() > this_level) )
      {
       next_row.find('[name=f01]').attr('checked', this_checked );
       next_row = next_row.next();
      }
    })
    

    I tested it only on the code of html Tree you posted earlier

  • empty the shuttle component does not

    Hi all

    I use Jdev 12 c. My requirement is to provide the user with a component of the shuttle in the Popup > dialog box and when the user clicks OK in the dialog box fill in the values selected in the text box on the home page.

    It works fine for me until I have try to empty the values already selected to help shuttle component ' < < ' option on the component of the shuttle and press OK. I get an exception from the "FacesCtrlListBinding.java" file, saying: null pointer exception. Here is the trace of the exception.

    I spent my project of Jdev 11 g to 12 c between the development of a project, could this be an issue here?

    Thank you!

    Trace of the exception:

    Header 1

    < error > < oracle.adfinternal.controller.application.AdfcExceptionHandler > < ADFC-50016 > < ADFc: when Manager application exception exception handling threw a new exception.

    java.lang.NullPointerException

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlListBinding.findObjectFromIndex(FacesCtrlListBinding.java:355)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlListBinding.getInputValue(FacesCtrlListBinding.java:216)

    at oracle.jbo.uicli.binding.JUCtrlValueBinding.internalGet(JUCtrlValueBinding.java:2475)

    at oracle.jbo.uicli.binding.JUCtrlListBinding.internalGet(JUCtrlListBinding.java:3926)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlListBinding.internalGet(FacesCtrlListBinding.java:499)

    at oracle.adf.model.binding.DCControlBinding.get(DCControlBinding.java:751)

    at javax.el.MapELResolver.getValue(MapELResolver.java:199)

    at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)

    at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:138)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:183)

    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)

    at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)

    at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:73)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.getProperty(UIXComponentBase.java:1734)

    at org.apache.myfaces.trinidad.component.UIXValue.getValue(UIXValue.java:79)

    at org.apache.myfaces.trinidad.component.UIXEditableValue.validate(UIXEditableValue.java:211)

    at org.apache.myfaces.trinidad.component.UIXEditableValue._executeValidate(UIXEditableValue.java:724)

    at org.apache.myfaces.trinidad.component.UIXEditableValue.processValidators(UIXEditableValue.java:337)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:1400)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.validateChildren(UIXComponentBase.java:1385)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.processValidators(UIXComponentBase.java:1152)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.validateChildrenImpl(UIXComponentBase.java:1400)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.validateChildren(UIXComponentBase.java:1385)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.processValidators(UIXComponentBase.java:1152)

    to oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$ ProcessValidationsCallback.invokeContextCallback (LifecycleImpl.java:1602)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1984)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.invokeOnComponent(ContextSwitchingComponent.java:222)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at oracle.adf.view.rich.component.fragment.UIXInclude.invokeOnComponent(UIXInclude.java:156)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnNamingContainerComponent(UIXComponentBase.java:1942)

    at oracle.adf.view.rich.component.fragment.UIXRegion.invokeOnComponent(UIXRegion.java:594)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at oracle.adf.view.rich.component.fragment.UIXInclude.invokeOnComponent(UIXInclude.java:156)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at oracle.adf.view.rich.component.fragment.UIXInclude.invokeOnComponent(UIXInclude.java:156)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1876)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1999)

    at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:1426)

    at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:669)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:426)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:137)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3367)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3333)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)

    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:254)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    Hi Bala,

    I played with the properties of "links" in the file XML PageDef and it seems that changing 'SelectItemValueMode' to 'ListObject' to 'ListIndex' solved my problem now and another exception which I previously received when you use the validator with shuttle component ( failed to create an object of type: java.lang.Integer type: java.lang.String with value: XYZ"").

    I guess that's all that I need to make the shuttle component works correctly.

    Thank you!

  • Hierarchical data in the component of the tree should not be visible

    JDeveloper version - 11.1.1.7.0

    Default in the ADF, the performance of a page with a tree component, existing hierarchies are displayed as trees.


    For my requirement the TRIE hierarchies will not be displayed and component of the tree must be empty when the page runs.

    Why not just use the executeEmptyRowSet(), as described here:

    http://www.jobinesh.com/2010/05/displaying-empty-table.html

  • Color of text in af:tree with the definitions of two nodes

    Hi all

    I use JDev 11.1.1.5.0

    I have an af:tree component that got two definitions of nodes (two different iterators). I want to display the data in other colors with other icons etc. According to the definition of node.
      <tree IterBinding="OrganizacjeGlowneIterator" id="OrganizacjeGlowne">
          <nodeDefinition DefName="proby.model.views.ElorganizacjeView"
                          Name="OrganizacjeGlowne0"
                          TargetIterator="${bindings.OrganizacjeEditIterator}">
            <AttrNames>
              <Item Value="Kod"/>
              <Item Value="Nazwa"/>
              <Item Value="Typorganizacji"/>
            </AttrNames>
            <Accessors>
              <Item Value="ElorganizacjeView"
                    Label="strukturaOrganizacyjnaPageDef_OrganizacjeGlowne_proby.model.views.ElorganizacjeView_ElorganizacjeView"/>
              <Item Value="StanowiskaUsersView"
                    Label="strukturaOrganizacyjnaPageDef_OrganizacjeGlowne_proby.model.views.ElorganizacjeView_StanowiskaUsersView"/>
            </Accessors>
          </nodeDefinition>
          <nodeDefinition DefName="proby.model.views.StanowiskaUsersView"
                          Name="OrganizacjeGlowne1"
                          TargetIterator="${bindings.StanowiskaUsersEditIterator}">
            <AttrNames>
              <Item Value="NazwaStanowiska"/>
              <Item Value="ImieUsera"/>
              <Item Value="NazwiskoUsera"/>
              <Item Value="EmailUsera"/>
            </AttrNames>
            <Accessors>
              <Item Value="StanowiskaUsersView_2"/>
            </Accessors>
          </nodeDefinition>
        </tree> 
    I wanted to use EL in the Style section in the properties of the af Component Inspector: tree, but I don't know how to get the node current definition name.
    How to change color dynamically based on the current definition of node?

    Any help will be appreciated.

    Kind regards
    Wojtek.

    Hello

    This EL

    #{node.hierTypeBinding.structureDefName}
    

    Returns the name of the name of the View node and package object

    If you could do

    #{node.hierTypeBinding.structureDefName == "proby.model.views.ElorganizacjeView"? Red: white}

    for the nodes of color code

    Frank

  • Style of a component of the tree

    Hello!
    I would like to customize a component of the tree in order to 'nodes' does look like buttons.
    I tried to export the style and change with flash, but this way I can only change the icons in the tree...
    all I want is my node name appearing inside the icon so that if I do the large icon and looks like a button, the text is not next to it... if I have no meaning here...

    Maybe there's a way to use another component?
    I want only one level below the node, so that I could use an accordion but it does not work for empty containers (Canvas), it slides always a little, even if you set the width and height of the canvas to 0 and the resizeToContent accordion...

    I hope I'm not too complicated and that someone can help me :)

    see you soon

    trees are not really what I was looking for, but thanks...
    I found the solution, and it's a simple lol:
    Set property "verticalGap" 0 (accordion), so when I click, all rest up as I want...

  • Component of the tree open to extended status

    I built a small "framework" to view the demos-, a component of the tree XML-driven to provide access to the published files and demo segments.

    I would like the table of contents in the tree component to open to extended status, but I'm having no luck with myTree.setIsOpen.

    The shaft connects to the XML OK - I can expand/collapse, etc... and it looks great. But I cannlt get the tree to open wider.

    The code I try to open the table of contents expanded:

    this.demoTOC.setIsOpen (this.demoTOC.getTreeNodeAt (0), true);

    OR

    this.demoTOC.setIsOpen (this.demoTOC.getTreeNodeAt (0) .getTreeNodeAt (0), true);

    The XML code that is connected to the tree:

    <? XML version = "1.0" encoding = "UTF-8"? >

    < table of contents >
    < demosection label = "MY TITLE" >
    < ID = "demo 00demo.flv" label = "title01" isBranch = "true" / > "
    < ID = "demo 01demo.flv" label = "title02" isBranch = "true" / > "
    < ID = "demo 02demo.flv" label = "title03" isBranch = "true" / > "
    < ID = "demo 03demo.flv" label = "title04" isBranch = "true" / > "
    < / demosection >
    < / table of contents >

    If anyone can tell what I'm doing wrong, I am willing to learn.

    THX.

    Never mind - figured it out.

    It was a question of scope - the call of the form setIsOpen within the XML loader function.

  • Using the component from the tree of the ADF

    Hello!

    I wonder if someone could show me an example of a component of the tree with predefined columns.

    Thank you in advance for your help!

    You can get some code examples of the ADF Faces of WAR demo file tree:
    http://www.Oracle.com/technology/products/ADF/adffaces/11/doc/demo/adf_faces_rc_demo.html

  • PDF form with checkboxes

    Hello

    I created a Board contact with Photoshop or Lightroom. I know that the number of images, lines & columns and their spacing.

    How can I create a script which will add checkboxes under each image?

    The pdf file can contain multiple pages and one of the entries that I will go to the script is the number of images, the line x col + spacing desired images.

    The goal is to send it to the customer and ask them to choose their favorite images, save the doc and send it to me.

    I have some experience with Photoshop scripts, and hope that this is not very different.

    Thank you

    As mentioned, the only part you need to script adds the fields. This can be done using the addField of the Document object.

  • I created a form with checkboxes.  A question has two boxes for a 'yes' another being a 'no '.  I just want to be able to select a single box, but currently, I choose both

    I created a form with checkboxes, I have currently two checkboxes in a question that I wish I could only check a box and make it mandatory that should be checked only one box.  Currently, I am able to select the two check boxes.

    Give them the same field name, but export values.

  • Error on creating a node in a tree with the Oracle ADF

    Hello

    I drew a tree with oracle ADf on schema oracle HR and are the layouts of the tree: region, country, location, Department and employee.

    I have a button to create nodes. in the beck of button, I have a class to handle the create action.

    When I want to create a node, the error below is to occur:


    Cannot create an object of type:java.math.BigDecimal from type:java.lang.String with value:BR
      at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:111)


    What is the error?

    This error means that you are trying to insert a string value into a bigdecimal object

    in order to check your code when you set values after create

    -Thank you

  • How to develop Mono with a component of the image highlighted in color?

    Is it possible to use Lightroom to develop an image for the most part, in mono, but with a component of the image highlighted in color?

    Is that what you are looking for?

    CR https://www.google.ch/search?q=Lightroom+b+%26+w+Color+Highlight&ie=UTF-8&oe=UTF-8&gws_rd= & ei = 6 - pVpeGKcyRsAHl7rqgBQ

Maybe you are looking for

  • To access the demo of FinalCut project files

    A few weeks back I downloaded Final Cut Pro demo and created an edited video project. It was working fine! The demo has expired and I bought the application. But after downloading the purchased app, I can't access the files of project original demo v

  • turn off mass

    How you unfollow (unsubscribe) from all positions at once? He's only link at the bottom of e-mail to connect, where I do not see how u no longer follow the messages from your account, except to look a them only, which is tendious work if have to clic

  • I need help. Firefox 20.0.1 Crash when I try to open it

    bp-2aa2cbcf-3309-4991-a55c-86e7b2130425 bp-aa837ef0-aeb9-42bd-bedb-f85832130425 bp-cfe74f5f-8cc6-49f1-97cb-38e3c2130425 bp-228df99e-9a0a-408d-b358-4dcce2130425 bp-546afdc5-58ef-439e-82f6-78a442130425

  • Bionic to ICS upgrade fails

    I finally received the upgrade to ICS on my Bionic last night. I tried to download and install 3 times now. Each and every time that the upgrade installs. Someone had this problem and knows how to solve?

  • New update and now I cannot play videos, youtube, etc.

    Windows has added a new update and now I can't play videos, youtube, etc., I noticed also jump between pages when having more than one tab or a window open when they surf the net. A system restore solve the problem, but when I start the PC again upda