Hi, It's nice to join this web groups. At work we've decided to use Struts framework to develop a web application. For our registration piece, we need to send...
Hi, I have downloaded the codes for this enchancement. I go through the transformer handler is a singleton class, it will load the stxx.properties file. And...
Why would you need different transformers for html transformations? The only issue I can see is all those applications would then share the same template...
Stxx is a presentation framework that doesn't really dabble in validation. You would use stxx to present the form instead of jsp, but an action class (or...
Don, There are two reasons why I want to seperate the html transformations. 1. Yes, I don't want to share the same template cache with all applications. 2....
stxx - 1.0.5 By Jeff Pennal, Don Brown What's new in 1.0.5: - All Stxx configuration is now in the stxx.properties file located in the WEB-INF/classes...
The 1.0.5 release uses one TransformationHandler per ServletContext rather than the singleton pattern so the html transformation caches are now separate. Let...
I've posted both files on the stxx sourceforge site: http://sf.net/projects/stxx If anyone had any problems downloading from my web site, I just found out I...
Hi, on my index.html, i have a link towards the fillform.do. When I click on it, I have the following message : "Apache Tomcat/4.0.4 - HTTP Status 500 - No...
Along with my username and password fields on the login page of my struts application I have a module selector that lets you choose which module you wish to...
Hi Craig, Using stxx, you are not really forwarding to an XML file, you are still forwarding to an Action class, just like in struts. To get this scenario to...
Hello all, This is a note regarding the state of the development of stxx in the short term. For those who don't know, I am the project lead of stxx. As such,...
My name is Robin Roos. I contributed to the JDO specification as a member of the JDO Expert Group. Since JDO's standardization in March I have been actively...
Hello All - It seems that from time to time when my servlet engine (Resin) is compiling the xsl stylesheet it throughs the following error... Variable...
Here is the exact error message... [09:00:16.411] javac(int) - d /export/www/vhosts/webapps/netstat.poundbang.org/SearchDogXSL/WEB- INF/work - classpath...
Unfortunately, what you are seeing is a bit of a catch-all error in struts. You'll need to dig further into your code to see what is really going on. Also,...
Hello Again - It seems that Resin is creating classes representing my xsl stylesheets. It is putting them in WEB-INF/work/_xsl and these are the files that are...
Hi, I am rather new to struts and stxx and am trying to figure out how to maintain some sort of user context for the application I am writing. Basically it is...
Hi, could you tell me what .jar have to be linked to allow Stxx working and has the classpath to be set to all these jars and to all the classes we create ? ...
Jeff and Don, I think it would be a very good idea to make small modification to stxx to enable/disable xml object with HttpServletRequest attributes...
That sounds like a good idea Eugene. Since my time is limited to work on stxx right now, if you can supply a patch to implement this, I'll put it in the CVS...
Hi Jerry, The sub-app concept took me a bit to wrap my head around. Unfortunately, Struts is not the best documented framework in the world and when it comes...
Hello, I can't find this in the documentation or the FAQ: Will STXX work with both the 1.0.2 and 1.1b releases of Struts, just the former, or just the latter?...
stxx development will probably halt at the current version 1.0.5, future stxx development will continue and be based on struts 1.1 The struts 1.0 branch of...
Hello, Currently I'm returning PDF manually from my Struts Action subclass, without using stxx. Works fine, except that for some reason the doGet() request for...
Hi, I am using 1.0.5 release. I am wonder why the stxx properties is loading from classpath instead of servlet context? Any concern if I change the coding to...