Extract XML submission from another Delphi server?

2001-02-08 Thread Deping Chian
This may be a little off topic for struts. I want my JSP/struts page to accept XML data submission from another server written in Delphi/windows. I know only XML data has been sent, but I just can not get it from JSP. I tried: StringBuffer sb = new StringBuffer(); java.io.Buffered

Re: JBuilder Enterprise

2001-02-06 Thread Deping Chian
found by your struts-config.xml. > Did you figure out how to debug JSP's in the Enterprise Version? Just click a break point, and run in debug mode. The JB will pause at that point, and you can then look at the value of the variable. Deping > Deping Chian wrote: > > > &g

Re: JBuilder Enterprise

2001-02-06 Thread Deping Chian
Lind Jürgen wrote: > > Hi, > > after the discussion on using JBuilder for Web Development, I decided > to try the Enterprise Edition... While my stuff worked fine with the > Foundation version (and an "external" Tomcat), I cannot get it running > within the JBuilder Environment. After I managed

Re: which development tool to use?

2001-02-05 Thread Deping Chian
that you could significantly speed up debugging in Windows by including a -classic (forgot the details here) in front of your VM settings for every project. I am yet to try this out later. Deping Chian Greg Reddin wrote: > > actually, we've had gr

GenericDataSource usage in non-servlet classes

2001-01-23 Thread Deping Chian
Could somebody tell me how to use GenericDataSource in non-servlet classes? I could access the pool in action servlets using GenericDataSource ds = (GenericDataSource) servlet.findDataSource(null). But my my non-struts-related classes cannot access the pool. Thanks, Deping

Action Path Problem (Again) when Doc Base used

2001-01-17 Thread Deping Chian
> All my Struts actions work OK until I inserted in my HTML document. After Craig fixed this for it works ok for NOT linking to http://java/logoff.do. I am very happy to use this tag now. But when I used: This action still submits to: http://java/listfaqs.do which can not be found by the act

Re: Action Path Problem when Doc Base used

2001-01-05 Thread Deping Chian
ECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 05, 2001 6:42 PM Subject: Re: Action Path Problem when Doc Base used > Deping Chian wrote: > > > All my Struts actions work OK until I inserted in > > my HTML document. > > > > This doc base caused >

Action Path Problem when Doc Base used

2001-01-05 Thread Deping Chian
All my Struts actions work OK until I inserted in my HTML document. This doc base caused to link to http://java/logoff.do and of course Struts action servlet does not know how to handle this. Any tricks? Deping

Re: Example for Internationalization

2000-12-06 Thread Deping Chian
Aditya Kapur, Please do post your example, as least to my email account if you prefer. I have tried this i18n issue and was stuck somewhere, and regreted that I don't see an adequate example to start with. Thanks, Deping - Original Message - From: "Aditya Kapur" <[EMAIL PROTECTED]> T