[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.birt] Birt viewer reportDesign attribute not evaluated as variable
|
- From: rea@xxxxxxxxxxxxxxx (Rea)
- Date: Sat, 5 Jul 2008 01:40:26 +0000 (UTC)
- Newsgroups: eclipse.birt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
I am using struts 2 and have integrated this with BIRT 2.2. It works well
with weblogic. However, I am seeing some issues in Websphere 6.1. I have
attached the line below from the JSP:
<birt:viewer reportDesign="${repvariable}" id="repid" isHostPage="true"
locale="${somelanguage}"></birt:viewer>
I am getting the error below in the browser and it seems that the
reportDesign attribute is not translating the ${repvariable} into its
value.
+ The report file :
C:\IBM\WebSphere\AppServer\profiles\AppSrv09\installedApps\
OfficeNode01Cell\Birt.ear\office-web.war\${repvariable} does not exist or
contains errors.
But if I hard code a report file name into the reportDesign attribute it
is working.
Thanks in advance for all the help/info.