-
Scenorio
------------------
1) I have 2 Portlets in different pages "A" and "B" of Liferay. Both the portlets are of only detail mode
2) First I start adding the data in First portlet. I try to add a "Approver" ManyToMany field and therefore I goto that choose screen
3) But I don't add any data and instead goto another page called "B" intentionaly
4) Now when I goto page "A" then I...
2009-11-13 14:00:54 UTC in OpenXava
-
Actually we have built our application to show the Ui as if it is a wizard screen for a model.
Therefore we require that the we get activeSection for Next Button which will pass the next Section. But we are not able to get the same using view.getActiveSection() as this always gives us value 0 even if its on 3rd Tab.
Thanks in advance
CSJakharia.
2009-11-13 13:00:43 UTC in OpenXava
-
function pageload(hash) {
// hash doesn't contain the first # character.
if(hash) {
var variables=hash.split(",");
var argv='';
for(i=1;i
2009-11-13 10:05:22 UTC in OpenXava
-
I have changed the openxava.js for the same
I have used http://plugins.jquery.com/project/history
Changes in the openxava.js
openxava.executeAction = function(confirmMessage, takesLong, action, argv) {
if(argv!=null)
argv=","+argv;
else
argv='';
jQuery.history.load("action="+action+argv);
}
in openxava.refreshPage
add
if(firstTime++==0...
2009-11-13 10:01:56 UTC in OpenXava
-
1) Deploy Liferay 5.1 portal server in jboss
2) Change the configuration of connector as mentioned above
3) Deploy a openxava portlet in Liferay and then try to open the OpenXava Portlet through Liferay
I tried as a portlet and it does not works in the same
Thanks in advance
CSJakharia.
2009-11-13 07:38:17 UTC in OpenXava
-
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