Dear All, There is an immediate opening for Java professionals with Handful experience working on J2ee/Struts framework. The Assigment is initially for 2 - 3...
... Sure. The dispatch action, taken from apache, allows you to consolidate a bunch of actions into one class. First, you have to extend the base class,...
Currently, XSLT errors are caught by stxx and written to the log. I suppose we could add a configuration property that rethrew the exceptions. Is that what...
This problem has appear after when I began to modification xslt files whithout java changes. Yes I think, that you offer will help XSLT programmers... ... ...
I'm playing a bit with the samples that come with the stxx distribution. Looking at "requestExample" there is one thing that confuses me. When I enter for...
PS: ... PLS TELL ME, WHERE I CAN SEE XSLT ERRORS IN LOG? I CAN'T FIND THIS IN THE TOMCAT LOG... MAY BE I'M SEARCHING NOT THERE... THANKS.. ... exceptions. ... ...
Don/Jeff, When I tried our app with latest stxx (1.1 final), I encountered backward compatibility problems with serialization of request parameters. For...
Hi, Has anyone experimented this? I am using the demo application available with stxx. What I want to do is to have XML generated from Action classes but for...
The big reason for this release was to fix that request parameter bug people were experiencing that was introduced in stxx 1.1rc3. The default behavior now is...
Hmm...I think it might be good to take it a step farther and offer better debugging support for stylesheets than simple stacktraces. I'll see what I can do...
... <snip /> ... It was a quick fix by me to use the better <value /> tags format for mutli-valued request parameters but at the same time maintain backwards...
The logging in stxx is handled by Jakarta's Commons Logging which allows you to plug stxx logging into the logging framework of your choice. By default, I...
You can clear the cache by reloading the application. For Tomcat, try something like http://localhost:8080/manager/reload?path=/stxx-webapp. Later versions of...
I'm not very familiar with the JSTL tags you are referring to, but perhaps this will help. First, the document is stored as a JDOM document, so I'm not sure...
Thanks! I had to set stxx.useCSVParameterFormat to true because the new format gives me data surrounded by spaces. for example: instead of "myData", I get "...
There's one thing though. How do you propose debugging "why the style sheet which is bad", without using a particular parser distributed with stxx? -- start...
There's one thing though. How do you propose debugging "why the style sheet which is bad", without using a particular parser distributed with stxx? -- start...
One of the requests sitting at the sourceforge site is to have more control over the serialization of objects to xml, particularly the request attributes. I...
An interesting point you make, however the bottom line is making it easier for the developer, and I think better debugging support would do just that. Of...
Hi Don (and others), we have been experimenting with stxx 1.1 in combination with Struts Tiles. So far, we haven't been able to get the combo working when both...
You are correct - tiles and stxx do not work together in the same application module. The reason is Struts doesn't support multiple request handlers and both...
Don, thx for the answer, until the Struts patch comes thru, we will use stxx and tiles in seperate modules. Regards, Irsan. ... application ... handlers and ...
hello! I am currently investigating on stxx framwork, and I would like to know if it is possible to use steelsheet which use some parameters? If yes, how it is...
... Ok, well, if those are the breaks, those are the breaks. But don't let it be said that I didn't say it feels wrong. ... Just thinking about it, might it...
The easiest way is to throw the value in the request attributes which stxx adds to the xml, so no, stxx doesn't support parameters. However, I haven't come...
I ran into the same problem. The application is a demo app and just to display the string "Hello World!!!" on the browser. The app server throws the...