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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:22:36+00:00 2026-05-27T22:22:36+00:00

I created a new controller named ShopController , to use in Webflows. This is

  • 0

I created a new controller named ShopController, to use in Webflows. This is the code :

class ShopController {

    def index() { 
        redirect(action:"order")
    }
   def orderFlow = {
    display {
        on("next") {
        }.to("finish")
    }
    finish { 
    redirect(controller:"user", action:"index")
    }
   }
}

And in views/shop/order/display I created a file like this :

<html>
    <head>
        <title>Testing</title>  
    </head>
<body>

<h1>Testing</h1>
 Testing webflows.
 <g:form action="order">
 </g:form>

</body>
</html>

However upto this it looks simple, when I run my grails app and pointing the browser to http://localhost:8080/testing/shop/order/display I’m getting nothing. Nothing in sense, there is no error message from Apache, no text, I’m seeing only a blank screen.

I’m using Grails 2.0

Where did I go wrong? Did I make any silly mistakes?

Thanks in advance.

  • 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-27T22:22:36+00:00Added an answer on May 27, 2026 at 10:22 pm

    I found where I was making a mistake.

    The documentation has this text :

    From Grails 1.2 onwards Webflow is no longer in Grails core, so you
    must install the Webflow plugin to use this feature: grails
    install-plugin webflow

    (see here)

    Just install the plugin and everything is working fine.

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

Sidebar

Related Questions

I am new to iphone development.I have created a UIview controller class and added
I created a new controller for one of my models called Review, and named
I have created a controller class named TAddAlarmController which has a tableview which consists
I've created a new Pylons application and added a controller (main.py) with a template
I have controller with action new , and I want it to create ActiveRecord::Base
I created a new ASP.NET MVC application. The home page looks like this: I
I've created an Area named Admin. I've created also a controller(Pages) and a view(List)
I have a controller named sales_controller at this controller I got a function in
I am new to CDI and want to use this for a JSF2 application.
I've got class named PagedList which looks like this: public class PagedList<T> : List<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.