If you have complex xml transformation needs, you would be better served by Cocoon. If you favor simple one or two step transformation pipelines, then stxx...
Hmmm...I believe I got different results. First, the test1 action which uses JSP to output the xml didn't output CData delimitters, or even XML comments I...
Hi Don , First, the test1 action which ... that was unusual , I need to understand my system properties that jaxp is using , that must be different . Mine are ...
Hi , We have an immediate requirement for Struts professionals for our operations in Chennai. The detailed requirement is as below. Requirements: Strong...
Hi all, in my webapp I use stxx to create a serial letter (pdf). Therefore I have a jsp where some inputs are made (lets say a.jsp) and after submitting the...
First, why would you want to? And second, no, you can't unless you used javascript to modify the back button. I know you can turn it off, but I'm not sure...
You really can't. This is how browsers work. "Back button" isn't just a clever name, it actually takes the user back one point in their history. Also, this...
This should be the last test release of 1.3 that fixes all known bugs and adds a few small features. If there are no issues, I'll re-release it as 1.3 final. ...
hi Don, This is indeed a good news. But one question might come to stxx well wishers mind that is that the end of road of stxx ? And whether we are looking for...
Subrata, No, this isn't the end of stxx, just probably the end of big new developments on this codebase from my point of view. I'll still support bug fixes,...
Axel, You could use some form of a synchronized token as described in sun's design patterns . As some one mentioned this is more a discussion on something...
Hi All, In my application I want to show the Lables of the field in various pages based on the User(client). I will know the User when they login. And users...
Hi, that was quite interesting question , but struts makes it easy for u , struts by it self will take care of the properties file, but u got set the locale ,...
Hi Friends, Greetings for the day!!! This is to intimate you all that there is an urgent requirement for J2EE and VC++ with 2+yrs of exp.Plz send me your...
Mohamed Fize
fize@...
Jan 13, 2004 8:57 am
1935
Hi all, I am in the process of evaluating a product for a project and like to ask some questions about stxx. My problem is: My task is to generate xml from...
I have a web app written using stxx. So far we have been testing the code under Tomcat 4.1.27 and 4.1.29. The code works fine in this enviornment. However,...
I have verified that the problem was indeed introduced in stxx- 1.3rc1. When I used the stxx-1.3b3 code everything works fine under jboss3.2.3. I saw there...
Hi, Greetings for the day!!! One of our leading MNC Client is planning to conduct interviews at Bangalore on January 24, 2004. Please do send me your updated...
Mohamed Fize
fize@...
Jan 16, 2004 10:38 am
1939
Hi, Greetings for the day!!! One of our leading MNC Client is planning to conduct interviews at Bangalore on January 24, 2004. Please do send me your updated...
Mohamed Fize
fize@...
Jan 16, 2004 11:45 am
1940
I am experiencing the following problem with Struts -- I am generating a list of some people with their IDs. These IDs are hyperlinks. These hyperlinks, when...
You might be interested in writing a stxx Transformer to handle your custom transform situation. The api is pretty simple and there are several abstract...
I reverted the stxx-1.3rc2 code for loading the stxx.properties back to the same method used in stxx-1.3b3 and all is well under jboss-3.2.3. It should be...
Can you help me? I can't put meta tag into start of pages for no cache action!!! i use stxx and tomcat. Where should i do it? May be in xsl or in any...
Um, why not? stxx shouldn't affect meta tags at all; they are just another xml tag. I frame all my stxx-generated pages with sitemesh so my meta tags are in...
Two things: 1) Make sure your meta tags are valid XML in that they have the closing slash: <meta foo="bar" /> 2) Recognize that this only affects client side...
If you can, try to download stxx from the cvs. I followed your suggestion to try loading from both the context class loader and the classloader of the class....