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 672 - 701 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
672
Don, I use server-side trnsformation for IE 5.5 clients and I noticed strange behaviour of stylesheet cache. Sometimes, I get DEBUG message that stylesheet was...
Eugene <zhenya_r@...>
zhenya_r
Offline Send Email
Jan 6, 2003
10:01 pm
673
Hi Don, You recommend to use oscache to cahche xsl output. But oscache was designed to be used in JSP pages. Do you have an experience using it with stxx ? ...
Elena Neroslavskaya <...
lenisha
Offline Send Email
Jan 7, 2003
10:08 pm
674
Has anyone had similar problems or is it just my application? ... requested ... stxx.transformer.xml.class=com.oroad.stxx.transform.CachedXSLTransform ... ...
Eugene <zhenya_r@...>
zhenya_r
Offline Send Email
Jan 7, 2003
11:05 pm
675
bugfix Index: StxxTransformConfig.java =================================================================== RCS file:...
Brian Topping
brian_e_topping
Online Now Send Email
Jan 8, 2003
12:07 am
676
bugfix2 Index: ActionTransforms.java =================================================================== RCS file:...
Brian Topping
brian_e_topping
Online Now Send Email
Jan 8, 2003
2:29 am
677
bugfix3 Index: StxxPlugin.java =================================================================== RCS file:...
Brian Topping
brian_e_topping
Online Now Send Email
Jan 8, 2003
2:33 am
678
bugfix4 Index: DocumentBuilderImpl.java =================================================================== RCS file:...
Brian Topping
brian_e_topping
Online Now Send Email
Jan 8, 2003
3:08 am
679
bugfix5 Index: DocumentBuilder.java =================================================================== RCS file:...
Brian Topping
brian_e_topping
Online Now Send Email
Jan 8, 2003
3:09 am
680
bugfix4 (updated) Index: DocumentBuilderImpl.java =================================================================== RCS file:...
Brian Topping
brian_e_topping
Online Now Send Email
Jan 8, 2003
5:18 am
681
bugfix (updated) Index: StxxTransformConfig.java =================================================================== RCS file:...
Brian Topping
brian_e_topping
Online Now Send Email
Jan 8, 2003
5:19 am
682
bugfix6 Index: StxxRequestProcessor.java =================================================================== RCS file:...
Brian Topping
brian_e_topping
Online Now Send Email
Jan 8, 2003
5:20 am
683
Interesting. I haven't had any problems, but I'll look into it to see if I can replicate the one you are having. Don...
mrdon42 <mrdon@...>
mrdon42
Offline Send Email
Jan 9, 2003
1:21 am
684
Jeff, Brian, (and anyone else), I've finished merging the changes I made w/ 1.0.7b4 (which wasn't commited) with the current tree (1.1b) as well as unified...
mrdon42 <mrdon@...>
mrdon42
Offline Send Email
Jan 9, 2003
1:34 am
685
There are two ways I use oscache w/ stxx: 1. I use the output caching filter to cache the output of the entire page 2. I use sitemesh to "frame" my page then...
mrdon42 <mrdon@...>
mrdon42
Offline Send Email
Jan 9, 2003
1:36 am
686
Hi! I'm trying to call a struts-action from a stxx-action. But it seems, there is no way? Following situation: - stxx-action calls site.jsp - site.jsp has some...
Christian
goutrie@...
Send Email
Jan 9, 2003
11:37 am
687
Christian, which version of stxx are you using?...
Jeff Pennal
jeffpennal
Offline Send Email
Jan 9, 2003
11:40 am
688
... stxx-1.1.1a.jar, 87318 Byte, 10. Nov 17.59 Must be the latest from cvs, I assume ? -- #!/bin/ssh #The Unix Guru's View of Sex unzip ; strip ; touch ; grep...
Christian
goutrie@...
Send Email
Jan 9, 2003
12:10 pm
689
In this case, you would get struts and stxx to work together in the following manner. Since in this case stxx behaves as a sub-app for struts, any request to ...
Jeff Pennal
jeffpennal
Offline Send Email
Jan 9, 2003
12:14 pm
690
Don, Does it make sense to use oscache with xsl that has almost no static transforms (i.e. mostly transforms xml generated from database)? Can oscache figure...
Eugene <zhenya_r@...>
zhenya_r
Offline Send Email
Jan 9, 2003
3:36 pm
691
I also noticed the following: stxx.transformer.html.cache.size=50 stxx.transformer.html.cache.expiryTime=180000 stylesheets become cached, but they are NOT...
Eugene <zhenya_r@...>
zhenya_r
Offline Send Email
Jan 9, 2003
3:53 pm
692
I forgot to mention that I am using stxx 1.0.7b4 with struts 1.0. ... to ... noticed ... does ... ...
Eugene <zhenya_r@...>
zhenya_r
Offline Send Email
Jan 9, 2003
3:56 pm
693
Does anyone have any idea what is causing the exception below? I'm using stxx 1.0.7b4 with struts 1.0. I suspect that it occurs if user closes browser while...
Eugene <zhenya_r@...>
zhenya_r
Offline Send Email
Jan 9, 2003
4:03 pm
694
Hi all - Can someone point me to the latest version of stxx? I'm not sure where to download it or even what version it is. I'm working with Struts 1.1b3 I have...
Gennaro Monaco <genna...
gennaromonaco
Offline Send Email
Jan 9, 2003
5:40 pm
695
Good question. Let me take a stab at clearing everything up. For a while now, we have had two branches of stxx to work with the two versions of struts -...
mrdon42 <mrdon@...>
mrdon42
Offline Send Email
Jan 9, 2003
6:29 pm
696
... Probably not. If you used sitemesh to wrap your stxx pages, you could cache stxx output with a custom key that come up with and/or in the jsp of sitemesh...
mrdon42 <mrdon@...>
mrdon42
Offline Send Email
Jan 9, 2003
6:38 pm
697
Heh, I'll look more into it but first off, caching times should be in seconds, not milliseconds :) Looks like that template is being cached for 3000 minutes. ...
mrdon42 <mrdon@...>
mrdon42
Offline Send Email
Jan 9, 2003
6:40 pm
698
It sounds like its just xalan complaining you closed the outputstream before it was done. We should probably handle that more gracefully (ie ignore it). I'll...
mrdon42 <mrdon@...>
mrdon42
Offline Send Email
Jan 9, 2003
6:42 pm
699
Yeah, I noticed that too. I believe fixed it in the current cvs which will be 1.1b2 when it is released. Don...
mrdon42 <mrdon@...>
mrdon42
Offline Send Email
Jan 9, 2003
6:44 pm
700
Thanks for the clarification ... now, how can I get stxx 1.1b (also known as 1.0.8b) since I am using struts 1.1? ... two ... 1.0.7b4 ... days I ... 1.1 - ... ...
Gennaro Monaco <genna...
gennaromonaco
Offline Send Email
Jan 9, 2003
7:49 pm
701
1.0.8b can be found at: http://stxx.sf.net I'll add it to sourceforge's file release system later today probably. Don...
mrdon42 <mrdon@...>
mrdon42
Offline Send Email
Jan 9, 2003
8:33 pm
Messages 672 - 701 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