aspose file tools
The moose likes Java in General and the fly likes Do not carry my list on page XHTML Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Do not carry my list on page XHTML" Watch "Do not carry my list on page XHTML" New topic
Author

Do not carry my list on page XHTML

Alan Duke
Greenhorn

Joined: Apr 12, 2011
Posts: 26
Can not display XHTML page in the result of my query. I suspect that my bean is wrong, or I am not able to connect me with PostgreSQL. Below my files and beans.

My ManagedBean(MB)

My DAO

My DAOImplementation

My AbstractDAO(Implementation of DAO)

My XHTML(I posted one piece of code)

And my Persistence
Alan Duke
Greenhorn

Joined: Apr 12, 2011
Posts: 26
nothing.
fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9950
    
    6

You've got 100+ lines of code, and no clear question anywhere. I'm not surprised you haven't gotten a response.

Your job, when you post a question, is to make it as EASY as possible for folks to help you. the easier you make it, the more likely you are to get that help.

Is there any way you can reduce the amount of code someone would need to look at?

The statement "I suspect that my bean is wrong, or I am not able to connect me with PostgreSQL" seems rather broad as well. If you suspect that your bean is wrong, in what way do you think this is so? What evidence do you have to make such a statement - or is that simply a WAG?

"I am not able to connect me with PostgreSQL" - does that mean you think the technology is incapable, or does it mean you think your specific implementation doesn't work? And again, what evidence do you have to make such statements?


Never ascribe to malice that which can be adequately explained by stupidity.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Do not carry my list on page XHTML
 
Similar Threads
How to NOT fetch a collection?
Hibernate: Session and Transaction
My query is null
Transaction through EJB3
NullPointerException at the SessionFactory create line.