Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Error in Tutorial?(missing type CompanyTablePageData)
Error in Tutorial? [message #1690267] Thu, 26 March 2015 09:03 Go to next message
Sven Siwek is currently offline Sven SiwekFriend
Messages: 1
Registered: March 2015
Junior Member
Hi,

first please be lenient with my English.

I followed the tutorial /Scout/Tutorial/4.0/Minicrm/Write_the_first_page

At the point where one does implement the service getCompanyTableData()
I get an error in StandardOutlineService.java : The return type is incompatible with IStandardOutlineService.getCompanyTableData()

and in CompanyTablePage.java : The method getCompanyTableData() from the type IStandardOutlineService refers to the missing type CompanyTablePageData.

I have installed the eclipse-scout-luna-SR2-win32-x86_64 .

What I am doing wrong?

Thanks in advance for your help

Sven

Edit: add the missing link

[Updated on: Thu, 26 March 2015 09:06] by Moderator

Report message to a moderator

Re: Error in Tutorial? [message #1690268 is a reply to message #1690267] Thu, 26 March 2015 09:11 Go to previous message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
First of all, welcome on our forums. Do not hesisate to ask anything: there is no such thing as a stupid question.

Can you check if you see any @PageData anotation at the top of your CompanyTablePage.

You should have something like that:
@PageData(MyTablePageData.class)
public class MyTablePage extends AbstractExtensiblePageWithTable<Table> {


The final version of the MiniCrm Application is available on GitHub. You can check the line 46 in CompanyTablePage.java
Previous Topic:Concurrency control / optimistic locking in Scout
Next Topic:Client Error: Error: AnimationRenderer: Can not change "active" while running!
Goto Forum:
  


Current Time: Tue Mar 19 07:31:11 GMT 2024

Powered by FUDForum. Page generated in 0.02713 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top