Questions tagged [jspresso]

A full-stack Java/Flex/AJAX framework to develop desktop-like rich internet applications

Jspresso is a full-stack Java/Flex/AJAX framework to develop desktop-like rich internet applications.

For more information, refer to the official home page.

24 questions
0
votes
1 answer

SJS supports for custom filterModule class

I've created a subclass of "FilterableBeanCollectionModule" class for some specific needs... Now I need to instantiate a "filterModule" using my subclass... How can I setup an SJS "filterModule" to use my subclass ? Moreover, I would like to…
0
votes
1 answer

How to implement a Tmar test in Jspresso?

Following the www.tmar-test.com installation procedure, I wrote a very basic test (arithmetic sum) in my Jspresso application and all is OK. In a second step, I would like to write a more realistic test and call a method that is part of my Jspresso…
Ygor
  • 35
  • 7
0
votes
1 answer

Jspresso 4.1-SNAPSHOT ViewTester

I am doing the reference guide tutorial. When saving changes in view.groovy i can see the building workspace message of eclipse but these changes are not shown in ViewTester until i do a mvn compile in core directory. Is this the right behavior? Is…
rowo
  • 7
  • 3
0
votes
1 answer

How to duplicate an entity with all of its properties and collections

The standard Jspresso action cloneEntityCollectionFrontAction allows to duplicate the selected rows in a table. The duplication is limited to the current model and do not take account of collections if exist (ie : the collections are not…
Ygor
  • 35
  • 7
0
votes
1 answer

Jspresso 4.1-SNAPSHOT flex client ist working but html5 client is not

I have done the 5min CRUD tutorial and the flex client ist perfectly working but after login to the html5 client the screen ist empty. In the browser console i see the following error two times: TypeError:bf is…
rowo
  • 7
  • 3
0
votes
1 answer

Deploying jspresso helloworld webapp (5min tutorial) to tomcat6/tomcat7 fails

After the Jspresso 10min tutorial went fine i start trying the 5min tutorial but cannnot get it to work. I'm always getting the following exception when deploying the webapp to tomcat6/tomcat7. **** MessageBrokerServlet in application 'Example…
rowo
  • 7
  • 3
0
votes
1 answer

addToMasterFrontAction fails on component : "object is not an instance of declaring class"

My use case : I am using a view which is based on a component as model. In this view, I want an action in order to add a new row to the list. The component declared in model.groovy : Component('ComposeLoading') { //fields date_time 'etd' …
Ygor
  • 35
  • 7
0
votes
1 answer

How to get the translation of an enumeration field?

In an entity, I have an enumeration field which is translated in english and french. In the same entity, I have a computed field that I am using as a toString, so I would like to build the computed field with the enumeration value translated in…
Ygor
  • 35
  • 7
0
votes
1 answer

Running Jspresso Human Resources sample application

I have downloaded Jspresso Human Resource sample appplication from here: http://www.jspresso.org/page/jspresso-download-area I don't know about Jspresso framework. I just want to run this downloaded Human Resource Sample application and see how it…
user523956
  • 501
  • 2
  • 9
  • 23
1
2