Search the web
Sign In
New User? Sign Up
struts-xsl · Struts for Transforming XML with XSL
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 385 - 414 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
385
... 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@...
Send Email
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...
brianjfarrar
Offline Send Email
Oct 1, 2002
1:36 pm
387
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...
mrdon42
Offline Send Email
Oct 2, 2002
8:45 pm
388
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...
Jeff Pennal
jeffpennal
Offline Send Email
Oct 3, 2002
1:17 pm
389
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...
Jeff Pennal
jeffpennal
Offline Send Email
Oct 3, 2002
1:56 pm
390
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,...
mrdon42
Offline Send Email
Oct 3, 2002
6:18 pm
391
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...
Jeff Pennal
jeffpennal
Offline Send Email
Oct 4, 2002
7:15 am
392
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...
Don Brown
mrdon42
Offline Send Email
Oct 4, 2002
8:54 am
393
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...
Rob Newsome
rln23
Offline Send Email
Oct 4, 2002
10:33 am
394
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...
antonio_martiradonna
antonio_mart...
Offline Send Email
Oct 4, 2002
11:02 am
395
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. ...
Jeff Pennal
jeffpennal
Offline Send Email
Oct 4, 2002
11:10 am
396
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...
Don Brown
mrdon42
Offline Send Email
Oct 4, 2002
6:06 pm
397
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...
mrdon42
Offline Send Email
Oct 4, 2002
6:46 pm
398
Set the welcome-file to an html page which refreshes as soon as it loads and forwards to index.do. Brian...
brianjfarrar
Offline Send Email
Oct 5, 2002
10:46 am
399
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...
loumaus
Offline Send Email
Oct 7, 2002
1:45 pm
400
is the deprecation of the fastHashMap fixed in stx1.1 ??? is it correct, that im bound on struts 1.0.2 as long as it is not fixed ??...
loumaus
Offline Send Email
Oct 7, 2002
2:41 pm
401
found the stxx1.1.1 branch......
loumaus
Offline Send Email
Oct 7, 2002
3:03 pm
402
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...
loumaus
Offline Send Email
Oct 7, 2002
3:56 pm
403
In your struts-config-stxx.xml file are your forward elements configured similar to this? <forward name="success" ...
brianjfarrar
Offline Send Email
Oct 7, 2002
4:15 pm
404
- 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...
loumaus
Offline Send Email
Oct 7, 2002
4:24 pm
405
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 ...
brianjfarrar
Offline Send Email
Oct 7, 2002
5:17 pm
406
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...
mrdon42
Offline Send Email
Oct 7, 2002
6:34 pm
407
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...
larissa_steve
Offline Send Email
Oct 7, 2002
10:12 pm
408
Hi, New JAVA User Group and JAVA eLearning . Visit www.techieindex.net and www.elearning.techieindex.net. Thanks and Regards, Larissa...
larissa_steve
Offline Send Email
Oct 7, 2002
10:13 pm
409
Hi, New JAVA User Group and JAVA eLearning . Visit www.techieindex.net and www.elearning.techieindex.net. Thanks and Regards, Larissa...
larissa_steve
Offline Send Email
Oct 7, 2002
10:13 pm
410
Hi, New JAVA User Group and JAVA eLearning . Visit www.techieindex.net and www.elearning.techieindex.net. Thanks and Regards, Larissa...
larissa_steve
Offline Send Email
Oct 7, 2002
10:14 pm
411
thanks guys...finally did it... i will integrate it in about 4 portals ... in about 5 weeks... will give you the urls as soon as possible...
loumaus
Offline Send Email
Oct 8, 2002
1:16 pm
412
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,...
danmui32
Offline Send Email
Oct 8, 2002
3:17 pm
413
The stxx.properties file cannot be found by the requestprocessor unless the following init-param is added to the actionservlet: <init-param> ...
danmui32
Offline Send Email
Oct 8, 2002
5:57 pm
414
Correction, Nightly Build of Struts 10/08/2002...
danmui32
Offline Send Email
Oct 8, 2002
5:58 pm
Messages 385 - 414 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help