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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T20:32:08+00:00 2026-05-17T20:32:08+00:00

I am trying to integratae my Grails application with extJS. Below is the code

  • 0

I am trying to integratae my Grails application with extJS.
Below is the code in my edit.gsp file.

<%@ page import=”tune.Music”%>

       <script type="text/javascript"> 

       var ds = new Ext.data.Store({
           autoLoad: true,
           proxy: new Ext.data.HttpProxy({
           url: 'http://localhost:8080/tune/music/listData'}),
           reader: new Ext.data.JsonReader({
            results: 'total',
            root:'items',
            id:'id'
           },
           [
                   {name: 'playerId'},
                   {name: 'playerPrice'}

              ]
           )
        });

        var cm = new Ext.grid.ColumnModel([
            {header: "Player Id", width: 70, sortable:true,  dataIndex: 'playerId'},
            {header: "Player Price", width: 90, dataIndex: 'playerPrice'}


        ]);
        //cm.defaultSortable = true;

        // create the grid
        var grid = new Ext.grid.GridPanel({
            ds: ds,
            cm: cm,
            renderTo:'grid-example',
            width:1300,
            height:300
        });
                </script>



</head>
<body>

    <div class="body">
    <!--<g:javascript library="examples"/>-->
    <!-- EXAMPLES -->
    <h1>Ext Grid</h1>



     <div id="grid-example"></div>


    </div>

</body>

My controller action:

def list={
}

def listData = { def session = sessionFactory.getCurrentSession()
def result = session.createSQLQuery(“select player_id from w.music where player_id=(‘530AS’)”).list();
def tuneInstanceList = new ArrayList()
result.each
{ def tune = new Tune()
tune.playerId = it
tune.playerPrice = “100”
tuneInstanceList.add(tune) }
def listResult = [total: tunInstanceList.size(), items: tunInstanceList]
render listResult as JSON;
}

The above code works for me.

However, This works in my development environment.
If I run this in another env it doesnt work because of the url that I have hardcoded here viz url: ‘http://localhost:8080/tune/music/listData&#8217;.

One of the options is to use gsparse. However, i would like to mention a relative urlPath here if thats possible.
What do I replace my urlPath with so that the right action is called even in other environments.

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-05-17T20:32:08+00:00Added an answer on May 17, 2026 at 8:32 pm

    replaced the HttpProxy url as

    url: ‘/tune/music/listData’ and it worked.

    Thanks!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im trying to integrate FBConnect to my application and want to know if the
Im trying to integrate a toolwindow in a Winforms application, it will be a
I have build a grails application, which on login redirects users to different URLs
I am trying to integrate facebook in my iphone application. after logged in from
I am trying to integrate Twitter into my application. My basic requirement is to
I'm trying to integrate a WinForms Form inside a WPF XAML page. I have
I'm trying to integrate a javascript library for drag&drop on tables into one page
I'm trying to integrate a rails application with a WCF service. I've tried soap4r
I'm trying to write test harness for part of my Android mapping application. I
I am trying to load a html page through UIWebview.I need to disable all

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.