Questions tagged [openxava]

OpenXava is an AJAX Java Framework for Rapid Development of Enterprise Applications

OpenXava is an AJAX Java Framework for Rapid Development of Enterprise Applications.

In OpenXava you only have to write the domain classes in plain Java to get an AJAX application ready for production.

http://www.openxava.org

83 questions
0
votes
2 answers

java.lang.NoSuchMethodError: javax.persistence.EntityManager.getMetamodel()

How to fix this error using OpenXava 4.6 with Glassfish 2.2: javax.servlet.ServletException: java.lang.NoSuchMethodError: javax.persistence.EntityManager.getMetamodel()Ljavax/persistence/metamodel/Metamodel I got this error when trying to access my…
0
votes
3 answers

Access detail element of a collection inside a section in openxava

How can I access the details element of a collection entity which is inside one section of another entity with openxava? For example, in the view of entity A, we have section {S1,S2,S3} and inside section S3 view, we have {collection of entity B}.…
0
votes
1 answer

Why this calculated property in my OpenXava transient view is not working

first to all this new thread is related to this one: Updating certain view programmatically from a JMS listener class Now, additional to this lack of server-push feature, I have other problem with a simple calculated property which I have in the…
HayrolR
  • 761
  • 5
  • 9
0
votes
1 answer

openxava keep session scoped data in Threadlocal variable

my openxava application require some session scoped data in so many places i.e. current time/time zone of the user. Openxava uses ThreadLocal variables to keep Current login user information of a particular session(Check OX source…
steave55
  • 9
  • 1
0
votes
2 answers

How to create a checkbox in OpenXava?

I'm evaluation OpenXava. Is it possible to create a check box using OpenXava? How could I do it? Thanks,
Feras Odeh
  • 9,136
  • 20
  • 77
  • 121
0
votes
1 answer

How do i get a HttpServletResponse object in Openxava

Currently I am working on Openxava frame work and it's new for me. I want to built a File download functionality in my current project, so for that i need a HttpServletResponse object. so please help me how do i get HttpServletResponse object in…
Jimit Tank
  • 1,479
  • 5
  • 19
  • 25
-1
votes
1 answer

Onchange @ReferenceView openxava

I view link demo of openxava.http://demo.sicflex.com/group/empresas-abc/inventory-items. - I enter to Inventory Management->Item.when i choose "Inventory Group" then "Inv.Sub Group " will have list of Inventory Group. Help me. Thank All.
-1
votes
1 answer

Openxava UI development

Can anyone explain how to write our own JSP page and use entity to show it on that page. I mean i do not want to use the supplied jsp files. I wanna develop my own JSP pages and use the entity to that page.(like in customer registration form).…
1 2 3 4 5
6