-
Can OpenXava maintain Browser History.
i.e. Can OpenXava enable the Back button and forward button while changing sections or while adding attachment.
Scenorio
1) I have a form which has 2 Section saying "Order" and then "Order Details"
2) After user fills up order he clicks "Order Details" and then he clicks Back button of browser. he should see "Order" Section
Is this possible?...
2009-11-05 14:54:00 UTC in OpenXava
-
from
Connector port="28080" address="${jboss.bind.address}"
maxThreads="250" maxHttpHeaderSize="8192"
**emptySessionPath="true"** protocol="HTTP/1.1"
enableLookups="false" redirectPort="48443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" URIEncoding="UTF-8"
to
Connector port="28080"...
2009-11-05 14:40:58 UTC in OpenXava
-
Software
-------------
JBoss 4.2.5,Liferay 5.1,OpenXava 3.1
Problem:
----------------------------
We require that new sessionid should be generated after login and the sessionid in the cookie should not be used for security reasons and so we changed the setting "emptySessionPath" in server.xml located in jboss\server\default\deploy\jboss-web.deployer\server.xml
from
2009-11-05 14:39:19 UTC in OpenXava
-
I think EJB2 support should not be dropped.
In our company, we have one of our application which still under demo stage. developed under OpenXava and now we are thinking of using Openxava for our next application which may be used by our end user but for the same EJB support was raised by other colleages as somehow in our company people want that Transactions should be done through JBoss EJB...
2009-08-08 15:14:44 UTC in OpenXava
-
How to install this plugin in Windows?.
2009-07-12 04:57:59 UTC in RediffBol Protocol Plugin
-
By default,I require the data to be shown with some specific criteria, but later on the data can be should be shown according to the filters done by the user
i.e. Initially he should be shown the records which has active="true" but later on when the user searches and if he keeps active="false" then he can see those records.
How to achive this
Thanks in advance...
2009-03-12 05:59:24 UTC in OpenXava
-
What are the Requirements for Openxava project committers?
Are there any coding guidelines or process to be followed
Can you please explain the process so that we can decide if we can become openxava committers?
Thanks in advance
CSJakharia.
2009-03-11 09:39:55 UTC in OpenXava
-
I have patched this issue by creating a action class
public class SaveManyToManyAction extends AddElementsToCollectionAction {
public void execute() throws Exception {
super.execute();
getView().setKeyEditable(false); // To mark as saved
}
}
CSJakharia.
2009-03-03 06:10:13 UTC in OpenXava
-
I got the solution
in module.jsp it checks if JavaScript openxava is null and then only it calls init i changed to call init irrespective whether the openxava is null or not
openxavaOnLoad = function() {
if (openxava != null && openxava.application == null) {
openxava.application = '<%=app%>';
openxava.module = '<%=module%>';
openxava.formName =...
2009-03-02 14:36:14 UTC in OpenXava
-
We are using Liferay and have developed a non-OpenXava portlet.
In that portlet we require to show the OpenXava portlet in a popup window and so we have used Liferay.popup Javascript function for the same.
We have added openxava portlet in a hidden page and we call that page in a popup using Liferay.popup. It appears first time but it does not appears next/second time.
Only the loading...
2009-03-02 11:48:57 UTC in OpenXava