Can't debug Struts with Netbeans 3.3/ Tomcat 4.0

2002-01-01 Thread Rick Horowitz
Please help. I've been trying to get this to work on and off for days now. I'm running Tomcat 4.0 with NetBeans 3.3 on Redhat 7.2. I've managed to run Tomcat as a JPDA target, and attach to it from the NetBeans debugger. I can set breakpoints in Struts' ActionServlet and the Tomcat example

Programs become deprecated using nightly build 20011231 and onwards?!

2002-01-01 Thread Steven Cheung
I encountered the following warnings when I compile my 'Form', 'Action' programs after I use nightly buidld 20011231 or 20020101. How can I check which functions I used was deprecated? ( as the application I am writing buids from the 'templete' of struts 'example') // begin Note: Some input

Re: Programs become deprecated using nightly build 20011231 and onwards?!

2002-01-01 Thread Erik Hatcher
warnings when I compile my 'Form', 'Action' programs after I use nightly buidld 20011231 or 20020101. How can I check which functions I used was deprecated? ( as the application I am writing buids from the 'templete' of struts 'example') // begin Note: Some input files use or override a deprecated

Re: Array of checkboxes in JSP - props in bean

2002-01-01 Thread David M. Karr
Shengmeng == Shengmeng Liu [EMAIL PROTECTED] writes: Shengmeng Hi, Shengmeng I agree with you that the property attribute for form element is overloaded to Shengmeng have two meanings. It determines both: Shengmeng 1)which getter method will be invoked on the form bean to

print pdf in weblogic linux and solaris server?

2002-01-01 Thread Yao Zhu
Hi, I have encountered a strange problem. I am writing codes that dynamically generate pdf and display in IE. I use Sitraka's JC Class pagelayout 4.5.1 to generate pdf. I set contentType to application/pdf and set actionForward to null. It worked fine in tomcat test environment 3.2.3 on Windows