Stuck OFBiz Tutorial - A Beginners Development Guide for 16.11

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Stuck OFBiz Tutorial - A Beginners Development Guide for 16.11

Shane F. MacIntyre
I’ve been slowly going through the guide found here:

https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide+for+16.11

But I have gotten stuck. Somewhere around the “Customizing User Interface”, I’ve stumbled, and can’t trace where the problem is.

When I try the demo by adding some data, I receive the following error:

org.apache.ofbiz.webapp.control.RequestHandlerException: Unknown request [createOfbizDemoEvent​createOfbizDemo]; this request does not exist or cannot be called directly.

Any help would be greatly appreciated,

Shane MacIntyre

Reply | Threaded
Open this post in threaded view
|

Re: Stuck OFBiz Tutorial - A Beginners Development Guide for 16.11

Swapnil Mane
Hi Shane,
Welcome to the community!

On cursory view, I suspect there might be typo at following line in your
code

<form id="createOfbizDemoEvent" method="post"
action="<@ofbizUrl>createOfbizDemoEvent</@ofbizUrl>">

Instead of having createOfbizDemoEvent, it might be
createOfbizDemoEventcreateOfbizDemo in your code.

If this is not case, please share the your code snippet, so we can better
help.


- Best Regards.
Swapnil M Mane,
HotWax Systems <https://www.hotwaxsystems.com>


On Wed, Aug 29, 2018 at 10:46 PM Shane F. MacIntyre <
[hidden email]> wrote:

> I’ve been slowly going through the guide found here:
>
>
> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide+for+16.11
>
> But I have gotten stuck. Somewhere around the “Customizing User
> Interface”, I’ve stumbled, and can’t trace where the problem is.
>
> When I try the demo by adding some data, I receive the following error:
>
> org.apache.ofbiz.webapp.control.RequestHandlerException: Unknown request
> [createOfbizDemoEvent​createOfbizDemo]; this request does not exist or
> cannot be called directly.
>
> Any help would be greatly appreciated,
>
> Shane MacIntyre
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Stuck OFBiz Tutorial - A Beginners Development Guide for 16.11

Swapnil Mane
Hi Shane,
Glad it works for you.

Indeed, trying yourself is the best way to learn.

I would suggest you subscribe the OFBiz mailing list [1].
A lot of things happen over these lists, you can learn many things from
there.

[1] https://ofbiz.apache.org/mailing-lists.html

- Best Regards,
Swapnil M Mane,
HotWax Systems <https://www.hotwaxsystems.com>

On Thu, Aug 30, 2018 at 1:06 AM Shane F. MacIntyre <
[hidden email]> wrote:

> Thank you Swapnil!
>
>
>
> I looked at that line several times, but the duplicate text didn’t
> register in my brain. That error is fixed.
>
> I’m getting another error, but I’m going to try finding the issue myself
> for a while, before asking for more help.
>
> Hopefully it will help me get accustomed to the OFbiz framework.
>
>
>
> Thank you again,
>
> Shane
>
>
>
>
>
> *From:* Swapnil Mane <[hidden email]>
> *Sent:* Wednesday, August 29, 2018 1:56 PM
> *To:* [hidden email]
> *Cc:* Shane F. MacIntyre <[hidden email]>
> *Subject:* Re: Stuck OFBiz Tutorial - A Beginners Development Guide for
> 16.11
>
>
>
> Hi Shane,
> Welcome to the community!
>
> On cursory view, I suspect there might be typo at following line in your
> code
>
> <form id="createOfbizDemoEvent" method="post"
> action="<@ofbizUrl>createOfbizDemoEvent</@ofbizUrl>">
>
> Instead of having createOfbizDemoEvent, it might be
> createOfbizDemoEventcreateOfbizDemo in your code.
>
>
>
> If this is not case, please share the your code snippet, so we can better
> help.
>
> - Best Regards.
>
> Swapnil M Mane,
>
> HotWax Systems <https://www.hotwaxsystems.com>
>
>
>
>
>
> On Wed, Aug 29, 2018 at 10:46 PM Shane F. MacIntyre <
> [hidden email]> wrote:
>
> I’ve been slowly going through the guide found here:
>
>
> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide+for+16.11
>
> But I have gotten stuck. Somewhere around the “Customizing User
> Interface”, I’ve stumbled, and can’t trace where the problem is.
>
> When I try the demo by adding some data, I receive the following error:
>
> org.apache.ofbiz.webapp.control.RequestHandlerException: Unknown request
> [createOfbizDemoEvent​createOfbizDemo]; this request does not exist or
> cannot be called directly.
>
> Any help would be greatly appreciated,
>
> Shane MacIntyre
>
>