JoeStangarone Moderator
Registered: 11/30/05
Posts: 26
| |
charliehlouis Registered: 11/29/05
Posts: 22
|
| | 07/05/06 at 10:04 AM | Reply with quote | #2 |
|
I tried the &pageName parameter and it worked great for everything but reports. When I try to use it to paint a report, it acts like it doesn't find it and I get the painting from the original Rxxxxx.html file. Am I doing something wrong? |
| Loading... | |
JoeStangarone Moderator
Registered: 11/30/05
Posts: 26
|
| | 07/05/06 at 01:33 PM | Reply with quote | #3 |
|
Excellent question! I am glad to see that not only are people reading these posts, but they are also using them. As you know, reports have two presentation layers: RXXXXX.html is the actual report layout, RXXXXXs.html is the report prompt screen layout. The &pageName parameter refers to the prompt screen. So, if you were calling the report and skipping the prompt screen (with an &run=1 parameter), it would not even look for the &pageName parameter (because you are skipping the prompt page).. But, do not despair. What you wish to do works fine for reports. The &rptPage parameter is the equivalent of the &pageName parameter for the RXXXXX.html file. See the next "mrcTip: Going Wireless with Your Servlets" for an example. |
| Loading... | |