Yeah, ok, I see the problem. Unfortunately, I don't think it can be fixed without removing support for Struts 1.0. Anyone else see a way around it? Don...
Hello, I am new to XSLT and trying out stxx-1.3-example.war. Environment: WSAD-WebSphere & Windows Java version: 1.3.1 First problem I faced was is using...
The sample jsp in the example is as given below <%@ page contentType="text/html" %> <%@ taglib prefix="c" uri="/WEB-INF/c.tld" %> <%@ taglib prefix="x"...
Hello Don, When you are planning to incorporate Simple XML Pipeline (http://www.twdata.org/pipeline/) inside stxx ? Is it possible in current Stxx do XML...
Well, I thought about using it as the core for stxx 2.0, but then I realized I'd have to add matchers and selectors to make the pipeline flexible, and then I'd...
So you are not embedding this project to Stxx 2.0 ? And what about XML Filtering, could it be achieved in current Stxx in elegant way ? One way I see in stxx -...
No, I probably won't use Simple XML Pipeline for stxx 2.0. Currently, I use it in one application as the Portal server's URL rewriting engine, and other...
That would be a bug, however, that code should be identical to what is used in Struts 1.2+ and Cocoon. Could you try something like that w/ Struts action...
Hi, I am new to XSL, Now i have to convert the existing project (Struts + jsp) into XSL compliance (Struts + XSL).Any suggestions to implement this. Thank you ...
Ideally, you shouldn't have to change your actions. You should be able to modify your struts config to use stxx, and start writing xslt's. Go through the...
Hi, Can anybody guide me bout what all need to be done to tune the performance of STXX based application. Please provide me some links or resources wherein I...
The two main aspects of stxx to take a look at are: 1. Document building - ensure stxx isn't generating more XML than you really need 2. XSL caching - use...
Don , Sorry for the late reply, Now only i returned to work from my vacation.Thanks for your suggestion.I want to change the page layout colors for different...
If you just need color changes, I'd suggest looking at using CSS. If that isn't an option and you need to perform more advanced customization, you might look...
Hello - I'm new here. I've just taken a look at Stxx to get more familiar with it. I'm almost afraid to ask, but where can I find documentation that explains...
Yes, this is my fault. The documentation actually exists for the transformers and their configuration, but for some reason, my version of Forrest doesn't...
Hi, I am using stxx1.3 with struts 1.2. I folloed the steps from this link http://stxx.sourceforge.net/getting-started/configuring/struts-1- 1.html now i am...
Hello all !! Is it possible to use a XSL file to generate JSTL? The problem is that I've an array of checkboxes generated by XSL files and it's impossible to...
First, you want stxx-1.3-plugin-example.war as that is the one that works with Struts 1.1+ Second, all the jars necessary to run the example should be...
Hmmm...I'm not understanding the problem. In the XSL file, you'd use the data from the Action serialized into XML by stxx and create the HTML checkboxes....