Hi Omar,
Can you detail the steps you took to produce the error mentioned below. Were you making some custom reports of your own or using one of the reports of MIFOS report module. AFAIK, MIFOS reporting module does not display any text boxes for user input.
The text inputs are not being displayed in MIFOS now because of custom BIRT runtime that is deployed along with MIFOS. You can have a look at file TextBoxParameterFragment.jsp and ParameterFragmentDialog.jsp in webcontent/birt/pages/layout (or something similar).
I am not sure why this was put in, but can follow up on this.
Regards,
Can you detail the steps you took to produce the error mentioned below. Were you making some custom reports of your own or using one of the reports of MIFOS report module. AFAIK, MIFOS reporting module does not display any text boxes for user input.
The text inputs are not being displayed in MIFOS now because of custom BIRT runtime that is deployed along with MIFOS. You can have a look at file TextBoxParameterFragment.jsp and ParameterFragmentDialog.jsp in webcontent/birt/pages/layout (or something similar).
I am not sure why this was put in, but can follow up on this.
Regards,
Amiruddin Nagri,
Bangalore, 560008, KA
India
Y! IM : [EMAIL PROTECTED]
GTalk : [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: -----
Bangalore, 560008, KA
India
Y! IM : [EMAIL PROTECTED]
GTalk : [EMAIL PROTECTED]
To: [email protected]
From: "omar bilani" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
Date: 12/05/2007 08:35PM
Subject: Re: [Mifos-developer] does mifos supports birt version: 3.2.7 ?Hi all,Problem was indeed due to the version of the birt reporting tool, a simple way to fix it would be to change the birt report version in the .reportview file:<?xml version="1.0" encoding="UTF-8"?>
<report xmlns=" http://www.eclipse.org/birt/2005/design " version=" 3.2.7 " id="1">to<?xml version="1.0" encoding="UTF-8"?>
<report xmlns=" http://www.eclipse.org/birt/2005/design " version=" 3.2.2 " id="1">
now my problem is with the report's user's defined parameters, mifos prompet for the parameters but i didnt see a text input that allows the user to enter a value! any idea what needs to be changed?Regards,Bilani OmarOn 12/5/07, omar bilani < [EMAIL PROTECTED] > wrote:Hi,1) i created an empty report, it contains only the date.2) i built the application then deployed it under tomcat.3) i chose in the admin section to upload a new report and i chose the newly created report from within the webapps folder: \webapps\mifos\report4) when i kept getting this error whenever i try to run or open this report:
The design file file:/C:/Tomcat-5.5.20/webapps/mifos/report/new_report_3.rptdesign has error and can not be run. i also got this error in the tomcat output window:Caused by: Error.DesignFileException.INVALID_XML - 1 errors found!
1.) ( line = 0, tag = null)
org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.UNSUPPORTED_VERSION, message : The report file of version "3.2.7" is not supported.)any idea why this error is occuring? does mifos supports version: 3.2.7 ?
thanks
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
