... Hash: SHA1 ... I've tried stxx-1.1.1-example.war with struts 1.1-b2: to make it work I've copied struts-config-stxx.xml to struts-config.xml... With the...
Davide Savazzi
davide.savazzi@...
Oct 1, 2002 10:47 am
386
Ciao Davide, Here's a checklist to go through when installing the stxx-1.1.1-example.war in tomcat: 1.) Place the war file in the tomcat webapps directory and...
I'm thinking I'd like more configuration options in stxx. In particular, I want a way to determine which actions will get the application resources element...
Don, This is probably one of the biggest outstanding issues with stxx right now. A few people have commented on having the ability to filter their application...
One other alternative that I forget to mention is that we can write our own accessors to the resources that can be used from within XSL as described in this...
Of course I have to raise the point of Pull MVC vs Push MVC for those that might not be familiar with the two design philosophies. Systems like struts, jsp,...
Don, I would agree. #4, is the way to go. Going this route also solves a lot of other problems for us. We can: a. Remove a ton of code dedicated to flattening...
I think whatever route we go, we will have to sacrifice client side transforms. All of our ideas to improve stxx short of strict population of values in the...
Hi all, Currently, at least in the older version of Stxx I'm using, objects are rendered to XML by calling toString() on them... and I understand the accepted...
Hi all, I am trying to develop my homepage by xsl transformation (with stxx). I have edited web.xml, by specify "index.do" as welcome-file tag in web.xml, and...
Hello Antonio, This is more of a struts specific issue. The problem is that the web.xml is trying to load an action before the server knows "about" struts. ...
That's a good suggestion. It would be trivial to add an XML serialization ability to stxx. For custom mapping, you would probably have to do this manually in...
After some research, I'm suggesting JOX, http://jox.sf.net It is very small but would seem to be good for the majority of cases. Again, I think stxx should...
hi there... i just downloaded the stxx and ran into many small problems... could someone please grant me cvs access to the sources... i think, that the stxx...
im trying to set up struts 1.1.b2 with stxx1.1.1 as explained in your examples i just extend the Action class from org.comroad.... the other classes i use i...
- you are absolutely right.. i dont know why i did not see this.. there is one problem left... you have seen it perhaps before... tbanks in advance for your...
Are you sure that your web.xml is configured correctly? com.oroad.stxx.action.ActionServlet should not even exist for stxx1_1. This class has been replaced by ...
I'm curious what were the many small problems. I've been using the 1.0 branch for development and beta tests and have had no problems. The 1.1 branch is a...
Hi all, Wanted all categories of Java Developers, visit www.techieindex.net providing one stop resource for IT Professionals. If you find similar site let...
ANT_HOME=Ant 1.5 working directory CLASSPATH=includes ANT_HOME\lib\ant.jar Pseudo-code above :). This scenario does not work with the current build.bat in CVS,...