Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LayoutMB.java has a wrong package #4

Closed
zezhayz opened this issue Jul 20, 2017 · 4 comments
Closed

LayoutMB.java has a wrong package #4

zezhayz opened this issue Jul 20, 2017 · 4 comments

Comments

@zezhayz
Copy link

zezhayz commented Jul 20, 2017

replace
package com.github.adminfaces.showcase.bean;
by
package com.github.adminfaces.starter.bean;

@rmpestano
Copy link
Contributor

rmpestano commented Jul 20, 2017

Hi @zezhayz,

where do you see this package declaration?

As I see in LayoutMB it is using 'starter' packge: https://github.com/adminfaces/admin-starter/blob/master/src/main/java/com/github/adminfaces/starter/bean/LayoutMB.java

Edit: Note that both applications, starter and showcase have its LayoutMB, here is showcase one: https://github.com/adminfaces/admin-showcase/blob/master/src/main/java/com/github/adminfaces/showcase/bean/LayoutMB.java

Maybe that's what confused you but layoutMB is an application specific class.

Thanks

@zezhayz
Copy link
Author

zezhayz commented Jul 20, 2017

Salam,

Look at the clas LayoutMB on 'starter' project [https://github.com/adminfaces/admin-starter/blob/master/src/main/java/com/github/adminfaces/starter/bean/LayoutMB.java]
line 1 >> package com.github.adminfaces.showcase.bean;

you have to replace it by >> package com.github.adminfaces.starter.bean;

otherwise the IDE will notice an error, i've tried to run the starter poject on local server, and had to change the package line to have the projet to work.

Sorry for my humble english.

@rmpestano
Copy link
Contributor

You are right, I got It now, thank you!

@zezhayz
Copy link
Author

zezhayz commented Jul 20, 2017

you're welcome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants