What is procedure for deploy strut's example on iplanet

2001-05-07 Thread Thilipkumar TM
Hi all, I have installed iplanet webserver(IWS) 4.1 sp7. I am planning to work on IWS. Please any one tell me what i need to do for deploy my strut's examples ? I wish to get the following directory Structure. /Netscape /Server4 /https-4qzb11s Please let me know which dir

RE: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.)

2001-05-07 Thread Rey Francois
It has been a while since David replied to my post, but it's only now that I get a chance to work on this aspect in our case. I have been giving this further thoughts and have chosen an approach which I'm now starting to implement: - The ActionForm will be derived into a base class which will co

Change J2EEUnit to Cactus in the web site TODO list for version 1.1

2001-05-07 Thread Vincent Massol
I have changed J2EEUnit to Cactus in the CVS xml file but have not published it on the web site. As I don't want to break something, can someone who has had experience with publishing the struts web site please update the TODO page. Thanks. Vincent.

Re: Change J2EEUnit to Cactus in the web site TODO list for version1.1

2001-05-07 Thread Craig R. McClanahan
On Mon, 7 May 2001, Vincent Massol wrote: > I have changed J2EEUnit to Cactus in the CVS xml file but have not published > it on the web site. As I don't want to break something, can someone who has > had experience with publishing the struts web site please update the TODO > page. > > Thanks.

RE: Applets and Struts

2001-05-07 Thread Christian Cryder
> It still seems that Struts is a few realeases away from anything > like this. I guess I need to look at Barracuda again. Barracuda > seems more applet-friendly, but I would guess that I am still out > of luck. Well, in terms of applets, I don't really think of either Struts or Barracuda (or a

RE: Applets and Struts

2001-05-07 Thread Christian Cryder
> It still seems that Struts is a few realeases away from anything > like this. I guess I need to look at Barracuda again. Barracuda > seems more applet-friendly, but I would guess that I am still out > of luck. Well, in terms of applets, I don't really think of either Struts or Barracuda (or a

Re[2]: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.)

2001-05-07 Thread Oleg V Alexeev
Hello Rey, Some time ago I implement similar mechanism to support validation at string2object conversion phase. - BaseActionForm - class extended from ActionForm and contains base logic to support string2object conversion with i18n support with to special methods - import() and export()

ErrorMessages facade: eases pain of 0.5 to 1.0 upgrade

2001-05-07 Thread Richard Robbins
Hi Gang, Attached is code for a facade to the old Struts 0.5 ErrorMessages object. It extends ActionErrors, and implements the ErrorMessages methods in terms of the underlying base class. I work in a production environment that has a lot of Struts 0.5 code which makes extensive use of the old

extention of struts

2001-05-07 Thread Oleg V Alexeev
Hello struts-dev, I am glad to announce to community my extension of struts - bean-factory. It is short description of it below - - in struts-config.xml we define bean-factories in such manner - after that we define bean templates

Unsubscribe..

2001-05-07 Thread raghu tadi
Please UNSUBSCRIBE me. _ Get your FREE download of MSN Explorer at http://explorer.msn.com

XSL instead of JSP

2001-05-07 Thread Paul Flynn
Has there been a discussion on using XSL/XML for the view portion of Struts? If not, does anyone have any ideas on how to proceed. I need to add this functionality. This development will gladly be submitted to Apache. Some vague ideas on how to use XSL: -add a section to struts-config.xml -ad

RE: XSL instead of JSP

2001-05-07 Thread Martin Eckert
I'm also researching the possibilities at the moment to implement an XML solution in our app. I'm reading up on the cocoon project to see if there is a way of making struts and cocoon live together peacefully. http://xml.apache.org/cocoon/ Any other suggestions or experience? thanks, Martin

Re: XSL instead of JSP

2001-05-07 Thread Mike Williams
Guess I'll add my 2 cents :) I'm also researching using XML in the view component of struts. My needs may be a little off from what you're looking at though. We have a application that currently runs as a web app. However, some of our clients are a bit spoiled to the GUI of a desktop app.