RE: Pls help me - want to show HTML o/p

2005-01-18 Thread Manisha Sathe
e [mailto:[EMAIL PROTECTED] Sent: dinsdag 18 januari 2005 8:09 To: user@struts.apache.org Subject: Pls help me - want to show HTML o/p I want to create one report with lots of different tables - data also coming from many different sources also have few pages. I took the data and created the report insid

RE: Pls help me - want to show HTML o/p

2005-01-18 Thread Manisha Sathe
VAN BROECK Jimmy <[EMAIL PROTECTED]> wrote: If you use a tag like you should include following attribute . -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: dinsdag 18 januari 2005 8:09 To: user@struts.apache.org Subject: Pls help me - want to show HTML o/p I wan

RE: Pls help me - want to show HTML o/p

2005-01-18 Thread VAN BROECK Jimmy
If you use a tag like you should include following attribute . -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: dinsdag 18 januari 2005 8:09 To: user@struts.apache.org Subject: Pls help me - want to show HTML o/p I want to create one report with lots of

Pls help me - want to show HTML o/p

2005-01-17 Thread Manisha Sathe
I want to create one report with lots of different tables - data also coming from many different sources also have few pages. I took the data and created the report inside Action Handler class and put inside the StringBuffer Array. Each array element represents one page. Now when i am pu