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();

Re: JBuilder Enterprise

2001-02-06 Thread Deping Chian
Lind Jrgen 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 to tell

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 great success

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 base href='http://java' in my HTML document. After Craig fixed this for form:link page="/logoff.do" it works ok for NOT linking to http://java/logoff.do. I am very happy to use this tag now. But when I used: form:form action="listfaq.do"

Action Path Problem when Doc Base used

2001-01-05 Thread Deping Chian
All my Struts actions work OK until I inserted base href='http://java' in my HTML document. This doc base caused form:link page="/logoff.do"bean:message key="mainMenu.logoff"//form:link to link to http://java/logoff.do and of course Struts action servlet does not know how to handle this.

Re: Action Path Problem when Doc Base used

2001-01-05 Thread Deping Chian
y 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 base href='http://java' in my HTML document. This doc base caused form:link page="/logoff.do"bean:message key="mainMenu.logoff&qu

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]