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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1015 - 1044 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1015
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...
Raghul Segal
raghulsegal
Offline Send Email
Apr 1, 2003
10:18 am
1016
I use stxx with struts1.0, XSLT transformer What I should do? I want to see transformer's errors in explorer thanks......
antonio_goodman
Offline Send Email
Apr 1, 2003
10:58 am
1017
... 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,...
sporty
sporty3
Offline Send Email
Apr 1, 2003
8:20 pm
1018
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...
Don Brown
mrdon42
Offline Send Email
Apr 1, 2003
9:39 pm
1019
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... ... ...
antonio_goodman
Offline Send Email
Apr 2, 2003
9:18 am
1020
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...
saggmannen
Offline Send Email
Apr 2, 2003
9:29 am
1021
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. ... ...
antonio_goodman
Offline Send Email
Apr 2, 2003
12:02 pm
1022
Hi, once more... can i clear cache by url ? if "yes" how it's doing?? if "no " think that this feature will be useful... best regards!!!...
antonio_goodman
Offline Send Email
Apr 2, 2003
2:51 pm
1023
Don/Jeff, When I tried our app with latest stxx (1.1 final), I encountered backward compatibility problems with serialization of request parameters. For...
Eugene
zhenya_r
Offline Send Email
Apr 2, 2003
3:40 pm
1024
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...
Ritu Kama
ritukama
Offline Send Email
Apr 2, 2003
6:02 pm
1025
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...
mrdon42
Offline Send Email
Apr 2, 2003
8:05 pm
1026
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...
mrdon42
Offline Send Email
Apr 2, 2003
8:11 pm
1027
... <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...
mrdon42
Offline Send Email
Apr 2, 2003
8:20 pm
1028
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...
mrdon42
Offline Send Email
Apr 2, 2003
8:25 pm
1029
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...
mrdon42
Offline Send Email
Apr 2, 2003
8:28 pm
1030
Fixed in stxx 1.1.1 See if your stylesheets will still work with the new <value/> elements, but if not, change the stxx.properties setting ...
mrdon42
Offline Send Email
Apr 2, 2003
8:30 pm
1031
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...
mrdon42
Offline Send Email
Apr 2, 2003
8:37 pm
1032
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 "...
Eugene
zhenya_r
Offline Send Email
Apr 3, 2003
3:26 pm
1033
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...
sporty o'one
sporty3
Offline Send Email
Apr 3, 2003
9:48 pm
1034
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...
sporty o'one
sporty3
Offline Send Email
Apr 3, 2003
9:56 pm
1035
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...
Don Brown
mrdon42
Offline Send Email
Apr 3, 2003
10:33 pm
1036
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...
Don Brown
mrdon42
Offline Send Email
Apr 3, 2003
10:38 pm
1037
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...
Irsan Widarto
irsan.rm
Offline Send Email
Apr 4, 2003
9:38 am
1038
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
mrdon42
Offline Send Email
Apr 4, 2003
9:43 am
1039
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 ...
Irsan Widarto
irsan.rm
Offline Send Email
Apr 4, 2003
10:23 am
1040
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...
Claus, Alexandre
aclaus2003
Offline Send Email
Apr 4, 2003
10:51 am
1041
... 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...
sporty
sporty3
Offline Send Email
Apr 4, 2003
3:44 pm
1042
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...
Don Brown
mrdon42
Offline Send Email
Apr 4, 2003
4:55 pm
1043
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...
vvelu
Offline Send Email
Apr 4, 2003
7:40 pm
1044
Just to make sure, you are using the latest version of stxx - 1.1.1? Don...
Don Brown
mrdon42
Offline Send Email
Apr 4, 2003
7:45 pm
Messages 1015 - 1044 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