Hi Brian, I'm glad you like the new ActionForm implementation. I've been trying to implment your suggestion with stxx, but I have not come up with a solution...
Hello, We are glad to announce you the availability of <oXygen/> XML Editor 1.2. The main new features are the applet availability and FOP support. You can...
stxx - 1.0.0 By Jeff Pennal, OpenRoad Communications (www.openroad.ca) What's new in 1.0.0 - Full support for handling validation errors in ActionForms has...
Hi, If the business data interface in a struts application is a string, that defined a XML structure/file. What is the best solution, convert XML in JavaBean...
Hi I personally prefer the stxx solution. Of course you need to know XSLT, but it is not as difficult as it seems, and it is worth the effort. The interfaces...
To add my 2c, In my case, my data is stored in xml in the backend. Currently, it is small enough to keep as a memory-resident dom, but I'm looking to use an...
Hi Suman, This shoulds like a common problem people have with Tomcat. If you are using Tomcat, try versions 3.3x+ or 4.04+. If you're not using Tomcat, let me...
Hi Suman, I think I know what your problem is. You need to copy all the required JAR files to the 'stxx-1.0.0-example/WEB-INF/lib' directory. This would...
Hi Jeff, Thanks a lot.It is working fine.I will be working more deep on that. Thanks Suman ... required ... as ... it ... example/test.xsl" ... along ... ...
Hiyas! Stxx rocks the house, way cool! Worked great first time out of CVS! thank you a hundred times! any thoughts been put toward struts 1.1 yet? going to...
I've problem running stxx-1.0.0 \source\java\com\oroad\stxx\render\XSLRenderFactory.java, line 146. The line reads: driver.setLogger(log). Refering to...
stxx does require a lot of JAR files. This is due to the the Apache XML FOP library that is used by stxx for PDF generation (via XSL:FO). In fact, if it wasn't...
Thanks Brian, I have started looking into converting to struts 1.1. It is quite a bit different than struts 1.0.x so I need to analyze the code to figure out ...
Hi Jeff, That's true. Apache has so many subprojects that can be merged! For FOP, they should give 1 big jar instead! For the setLogger issue, is there a bug...
Hi Jeff, I'm pretty far along on this, can you give me a few days? thanks, -b ... From: Jeff Pennal [mailto:jeffp@...] Sent: Monday, July 15, 2002 1:43...
Hi Jeff, Is there any way to use xml/xslt together in one page. For example there can be <forward> in struts-config that does transform and then forwards to...
Hi Eugene, This is possible, sort of. While stxx was designed to co-exist with standard JSP-style struts applications, it was not explicitly designed to share...
Thanks Jeff. I will certainly try this. Is there a way to get the OUTPUT of transformation inside the JSP? So, for instance, I use stxx to generate XML in my...
Hi all, m-a-v is correct. I looked at the Apache FOP site yesterday and apparently for version 0.20.4, they have changed the logging classes uses by FOP. Until...
Hello All I kind of started with Struts to design our web pages which are in JSP. I'm given the task of creating everything with a considerable time for my...
hi there, I'm in this situation too. I need to develop using struts framework, Jboss (for the container), Stxx and Jdom. My problem is how to start and how to...