Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8760933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T15:10:01+00:00 2026-06-13T15:10:01+00:00

I may have the wrong idea of the relation of the JSF expression language

  • 0

I may have the wrong idea of the relation of the JSF expression language to javaScript.
What I’m trying to do is nesting a bit of JSF EL in js in JSF EL. Which should look something like this:

<h:commandLink onclick="#{ condition ? 'jsFunction('#{bean.property}delimiter#{bean.prop2}')' :''}" action="...

obviously this does not work, so how do you nest a bit of JSF EL in js in JSF EL?

ps.: I know I could make two commandlinks and move the condition into the “rendered” attribute but I want to understand the relation of this conjunction.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T15:10:03+00:00Added an answer on June 13, 2026 at 3:10 pm

    You can’t nest EL expressions nor concatenate strings in EL expressions. You’ve also a JS syntax error by closing the function call with } instead of ).

    Prepare the nested expression beforehand with <c:set> wherein you can just inline the desired expression in the resultant string value:

    <c:set var="jsFunction" value="jsFunction('#{bean.property}delimiter#{bean.prop2}')" />
    

    This way you can just print it as follows:

    <h:commandLink ... onclick="#{condition ? jsFunction : ''}" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I may have the wrong idea with this but bear with me... I have
I have a text field. If it has wrong values then it may show
I'm new in unit testing so may be I do something wrong. I have
Firstly, Modifying may be the wrong term, I see a few people have posted
I have a csv file which may have empty or blank rows. I want
I have a multidimensional points which may have keys of the following 3 types
I may have the wrong pattern here, but I think it's a fair topic.
This may be a doozy, but does anyone have an idea how to: Pass
I have been at this for hours and I have no idea what's wrong.
You may have heard of PawSense , a Windows-only utility that prevents keystrokes from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.