Hello.
I'm very new at BIRT.
I hope someone could help me. that'll be appreciate.
My problem is Data source.
I'm trying to get data source from xml file which is created from JSP.
for example,
1) if you connect to '
http://localhost:8080/test.jsp?productid=1111'
2) 'test.jsp' creates 'result.jsp' file. 'result.jsp' is actually XML formatted file containg information of product 1111
3) I mean, My data source gonna be
'....../test.jsp?productId=1111' or
'......./test.jsp?productId=1234'.
I'd like to know the way to change the data source dynamically.
I read some articles about parameters. but they needed user to input parameter to parameter window.
that's not the way I want.
Can I changed the data source - productid value - from JSP?