Problem with Openshift + Mentawai

Asked

Viewed 71 times

2

I have a problem regarding Openshift. I have already moved up my application (java/jsp) and my database (postgresql) and it seems to be Ok.

The problem is that I use Mentawai as the mvc framework and the application is not finding the i18n lists and internationalization.

The app address is this: http://artilheiropro-apro.rhcloud.com/

I have researched several places but found nothing related to it! Someone could help me?

1 answer

1

It seems that you are not sending to JSP your list and with that to tag mtw on the page gets broken. In the corresponding method that invokes your page you must send the list positions via "output".

Example:

output.setValue("posicoes", posicoes);

That code should be placed before its consequence SUCCESS.

  • I believe that this is not the case because this local application works perfectly. Even on another server as well (www.scorerPro.com). The problem only happens in Openshift. I believe it may be some specific configuration from there, but I can’t find anything about it.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.