XSL is not a good solution for a very scalable application. I would suggest using Java beans / JSP Model 2 architecture. If you decide to go with XSL,...
Hi All, I have an application using Stxx 1.0.5 with Struts 1.0.2, JDOM 0.8 and JAXP 1.2. I have encountered the Out of memory error when I performed the...
Comments below: ... Generally speaking, something like velocity or even JSP is the fasted web presentation technology (compared to xsl). However, in your...
I have a few errors in my application servers error log that come up repeatedly. I am having intermittent problems with my application as well. I don't think...
I was playing around trying to sqeeze every last drop of performance out of my app and stumbled on something. I modified the CachedXSLTransformer to use Saxon...
This is a newbie question. I am familar with Struts, but new to STXX. I am trying to figure out how to pre-populate a form (text box specifically). I was...
Here's how I do it: Say its a user info form where the user has already entered information. I pull his information from the database, format it as XML: <user...
Hi Don, I wanted to ask you few questions. Currently I am using stxx 1.0.6 and I was wondering if I can switch to 1.0.7b3? Is it stable? Have you done any...
... I've been running 1.0.7b3 since it came out in my current project. We are in public beta testing and I haven't had any problems. I've been running load...
I have a listbox of Red, Blue (defaulted), Green on my page which looks like: <td>List Box:</td> <td><select id="sel1" name="testListBox" size="$size"...
Can you give some examples. For instance let's say I have MySampleAction.java action class and I want only this action to attach request parameters. I have...
... Assuming you wanted to configure this in the action, you would add these lines: request.setAttribute("com.oroad.stxx.action.RESOURCES_XML_KEY", "false"); ...
Can I use the current version of STXX (1.0.7b) with the beta version of STRUTS (1.1) ? or is it wise to stick with the stable STRUTS 1.0.2 version. thanks...
A couple of things I've either hacked or plan to hack into stxx I thought I might mention. 1. Theme support. I changed the transforms to be chosen based on a...
Don, I think my problem is the expiration thread is not running. Do you have any idea what would be the reason? Fanny ... minute or ... correctly. If ... I'll...
Well, as I mentioned, I'm pretty sure the thread is running and I'm positive expiration is broken in stxx. stxx is setting the expiration time for cached...
I think there's misunderstanding. I am looking for functionality where I can specify for a particular Action class which HTTP request parameters will be...
Nope, stxx can only let you specify a list of attributes/parameters to include/exclude for the entire application. Now, if its really important to you, we are...
Hi, I have run into a strange problem using xsl fo using apache fo to generate pdf to the browser. The browser used would be IE. Due to problems with IE5.x, ...
Hello Merrill, I have seen this problem quite a bit in IE, but I have never seen the issue being related to the application server being used. Normally, there...
Thank you, I have set the content length by using myown outputstream extending the servlet output stream So the content length is allright. Cause in tomcat...