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 8286583
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T11:49:03+00:00 2026-06-08T11:49:03+00:00

This is probably a simple question, bu I just can’t find the answer I’m

  • 0

This is probably a simple question, bu I just can’t find the answer I’m looking for. I have a Seam facelet page that I want want a string (that is an email address) to show up as link which when pressed, opens the users local email program with the email address in the to line

This what I have so far (the syntax is nor right):

          <ui:define name="results">
                <a:form>
                    <rich:dataTable
                    var="_item"
                    value="#{myView.addressBean.items}"
                    <rich:column>
                            <f:facet name="header">Type</f:facet>
                            <h:outputText value="#{_item.address.addressDescription}"/>
                        </rich:column>
                    <rich:column>
                            <f:facet name="header">Info</f:facet>
                            <h:outputText value="#{_item.address.addressType.type eq 'email' ? [<a href="'mailto:' + #{_item.address.addressInfo}">#{_item.address.addressInfo}</a>]  : _item.address.addressInfo}"/>
                        </rich:column>
                    </rich:dataTable>
                </a:form>
            </ui:define>

Any help would be greatly appreciated!

  • 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-08T11:49:05+00:00Added an answer on June 8, 2026 at 11:49 am

    Just use an ui:fragment (or an h:panelGroup), instead of h:outputText, like this:

    <ui:fragment rendered="#{_item.address.addressType.type == 'email'}">
        <a href="mailto:#{_item.address.addressInfo}">#{_item.address.addressInfo}</a>
    </ui:fragment>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is probably a simple question that I am just missing but I have
Simple question (probably), but I'm buggered if I can find an answer... I have
This is probably a simple question, but i have been unable to find a
This is probably a simple question, I have a form that you put in
This is probably a very simple question, but I just can't figure it out.
This is probably a simple question but I can't seem to figure out how
This is probably a very simple question so please forgive my ignorance, but can
This is another probably very simple question, but I haven't been able to find
This is probably (hopefully) a pretty simple question, but I can't seem to get
Alright, this is probably gonna be a pretty simple question to answer. I haven't

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.