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

  • Home
  • SEARCH
  • 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 7994145
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T14:03:32+00:00 2026-06-04T14:03:32+00:00

I have this modal panel and I want the user to be able to

  • 0

I have this modal panel and I want the user to be able to submit a search from within it and then get the results from that search below in the modal panel. If it is possible could someone point me in the right direction of how to do this? I have searched google but could not find anything.

thanks

  • 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-04T14:03:33+00:00Added an answer on June 4, 2026 at 2:03 pm

    Yes, it’s definitely possible. Just submit by ajax and render a part while keeping the dialog open (i.e. do not explicitly close it by synchronous request or by JavaScript).

    E.g.

    <h:form>
        <h:inputText id="query" value="#{bean.query}" />
        <a4j:commandButton value="Search" action="#{bean.search}" execute="query" render="results" />
    
        <h:panelGroup id="results">
            <h:dataTable value="#{bean.results}" var="result" rendered="#{not empty bean.results}">
                ...
            </h:dataTable>
        </h:panelGroup>
    </h:form>
    

    with

    public void search() {
        results = service.search(query);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a modal popup extender tied to a asp:panel control that I want
I have a user control on a form that can spawn several non-modal child
I have an AJAX Modal Popup panel that contains a RadioButtonList, 2 labels and
I have this function in my model the purpose of it is to get
I have this function in a Code Igniter model that creates a new video.
In the application I'm building, I want to have Events. People can then register
I have a modal pop up that comes up when a hyperlink is clicked..
I'm trying to make a default modal box that must be accessible from any
I have a YAHOO Panel object defined like this: profilesDialog = new YAHOO.widget.Panel(profiles_dialog, {
I'm new to sencha touch. I have a list-search example. Now I want to

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.