Giter Site home page Giter Site logo

Comments (5)

tandraschko avatar tandraschko commented on May 24, 2024 1

it doesnt matter if it supports a newer version or not, the min baseline is whats interessted
anyway, EL 3.0 is JavaEE7 and we are good

from primefaces.

Rapster avatar Rapster commented on May 24, 2024

Any chance to provide a reproducer? At least a sample...

from primefaces.

melloware avatar melloware commented on May 24, 2024

ConvertToType looks like new in EL 3.0.

/**
     * Converts the given object to the given type. This default implementation
     * always returns <code>null</code>.
     *
     * @param context The EL context for this evaluation
     * @param obj     The object to convert
     * @param type    The type to which the object should be converted
     *
     * @return Always <code>null</code>
     *
     * @since EL 3.0
     */
    public Object convertToType(ELContext context, Object obj, Class<?> type) {
        context.setPropertyResolved(false);
        return null;
    }

from primefaces.

melloware avatar melloware commented on May 24, 2024

JSF 2.3 supports EL 5.0 so this should be fine to add its the only missing method.

What I don't know is if this can be backported to 13.0.9 as 13 supports JSF 2.0+ while 14 supports JSF 2.3+.

from primefaces.

melloware avatar melloware commented on May 24, 2024

OK confirmed I can't backport this to 13.0.9 per BalusC: https://stackoverflow.com/a/7237216/502366

JSF 2.3 uses EL 3.0 so PF 14 can add this but PF13 still supports JSF 2.0 so we can't.

from primefaces.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.