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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 595 - 624 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
595
XSL is not a good solution for a very scalable application. I would suggest using Java beans / JSP Model 2 architecture. If you decide to go with XSL,...
Eugene
zhenya_r
Offline Send Email
Dec 2, 2002
6:36 pm
596
Hi All, I have an application using Stxx 1.0.5 with Struts 1.0.2, JDOM 0.8 and JAXP 1.2. I have encountered the Out of memory error when I performed the...
toffeemak
Offline Send Email
Dec 3, 2002
9:34 am
597
That's probably the issue that was fixed in 1.0.6. It ignored the cache size setting and would add inifinite items to the cache. Don...
Don Brown
mrdon42
Offline Send Email
Dec 3, 2002
4:41 pm
598
Comments below: ... Generally speaking, something like velocity or even JSP is the fasted web presentation technology (compared to xsl). However, in your...
Don Brown
mrdon42
Offline Send Email
Dec 3, 2002
7:10 pm
599
I have a few errors in my application servers error log that come up repeatedly. I am having intermittent problems with my application as well. I don't think...
Craig Anderson
legos211
Offline Send Email
Dec 3, 2002
8:14 pm
600
Hello, I would like to know if it's possible to make include of files ".do" with SSI into a page .html (or .shtml?) Thanks Ghorghor...
ghorghor00
Offline Send Email
Dec 3, 2002
9:12 pm
601
Don, But my application only have 13 xsl files in total. Do you think it is the problem? Fanny ... ...
toffeemak
Offline Send Email
Dec 4, 2002
2:16 am
602
What version of stxx are you using? Don...
Don Brown
mrdon42
Offline Send Email
Dec 4, 2002
2:27 am
603
Hmm..dunno. Perhaps there would be a way to associate .do paths with your web container. The solution would be web server specific however. Don...
Don Brown
mrdon42
Offline Send Email
Dec 4, 2002
2:28 am
604
Not sure. Upgrade then disable the cache and check the memory size. Don...
Don Brown
mrdon42
Offline Send Email
Dec 4, 2002
6:06 am
605
I was playing around trying to sqeeze every last drop of performance out of my app and stumbled on something. I modified the CachedXSLTransformer to use Saxon...
Don Brown
mrdon42
Offline Send Email
Dec 4, 2002
9:12 pm
606
This is a newbie question. I am familar with Struts, but new to STXX. I am trying to figure out how to pre-populate a form (text box specifically). I was...
Charles Boland
chuckboland
Offline Send Email
Dec 5, 2002
2:02 am
607
Here's how I do it: Say its a user info form where the user has already entered information. I pull his information from the database, format it as XML: <user...
Don Brown
mrdon42
Offline Send Email
Dec 5, 2002
3:14 am
608
Hi Don, I wanted to ask you few questions. Currently I am using stxx 1.0.6 and I was wondering if I can switch to 1.0.7b3? Is it stable? Have you done any...
Eugene
zhenya_r
Offline Send Email
Dec 6, 2002
7:57 pm
609
... I've been running 1.0.7b3 since it came out in my current project. We are in public beta testing and I haven't had any problems. I've been running load...
Don Brown
mrdon42
Offline Send Email
Dec 7, 2002
9:42 pm
610
I have a listbox of Red, Blue (defaulted), Green on my page which looks like: <td>List Box:</td> <td><select id="sel1" name="testListBox" size="$size"...
chuckboland <charles_...
chuckboland
Offline Send Email
Dec 8, 2002
11:34 pm
611
Can you give some examples. For instance let's say I have MySampleAction.java action class and I want only this action to attach request parameters. I have...
Eugene <zhenya_r@...>
zhenya_r
Offline Send Email
Dec 9, 2002
12:02 am
612
... Assuming you wanted to configure this in the action, you would add these lines: request.setAttribute("com.oroad.stxx.action.RESOURCES_XML_KEY", "false"); ...
Don Brown
mrdon42
Offline Send Email
Dec 9, 2002
4:13 am
613
Hi Chuck, It seems like you may have found a bug in the request serializing of stxx. I'll take a look into this and come up with a fix asap. Jeff...
Jeff Pennal
jeffpennal
Offline Send Email
Dec 9, 2002
8:04 am
614
Can I use the current version of STXX (1.0.7b) with the beta version of STRUTS (1.1) ? or is it wise to stick with the stable STRUTS 1.0.2 version. thanks...
kotcher77 <kotcher77@...
kotcher77
Offline Send Email
Dec 9, 2002
5:27 pm
615
stxx 1.0.7b3 only works with struts 1.0. We are very close to releasing the next version of stxx that works with both. Don...
Don Brown
mrdon42
Offline Send Email
Dec 9, 2002
7:26 pm
616
A couple of things I've either hacked or plan to hack into stxx I thought I might mention. 1. Theme support. I changed the transforms to be chosen based on a...
Don Brown
mrdon42
Offline Send Email
Dec 11, 2002
9:04 am
617
Don, I think my problem is the expiration thread is not running. Do you have any idea what would be the reason? Fanny ... minute or ... correctly. If ... I'll...
toffeemak <toffeem@...>
toffeemak
Offline Send Email
Dec 11, 2002
9:47 am
618
Well, as I mentioned, I'm pretty sure the thread is running and I'm positive expiration is broken in stxx. stxx is setting the expiration time for cached...
Don Brown
mrdon42
Offline Send Email
Dec 11, 2002
6:39 pm
619
I think there's misunderstanding. I am looking for functionality where I can specify for a particular Action class which HTTP request parameters will be...
Eugene <zhenya_r@...>
zhenya_r
Offline Send Email
Dec 11, 2002
8:53 pm
620
Nope, stxx can only let you specify a list of attributes/parameters to include/exclude for the entire application. Now, if its really important to you, we are...
mrdon42 <mrdon@...>
mrdon42
Offline Send Email
Dec 12, 2002
6:19 am
621
Hi, I have run into a strange problem using xsl fo using apache fo to generate pdf to the browser. The browser used would be IE. Due to problems with IE5.x, ...
merrilg@...
merrillmatrix
Offline Send Email
Dec 12, 2002
1:34 pm
622
Hello Merrill, I have seen this problem quite a bit in IE, but I have never seen the issue being related to the application server being used. Normally, there...
Jeff Pennal
jeffpennal
Offline Send Email
Dec 12, 2002
1:41 pm
623
Thank you, I have set the content length by using myown outputstream extending the servlet output stream So the content length is allright. Cause in tomcat...
merrilg@...
merrillmatrix
Offline Send Email
Dec 12, 2002
1:58 pm
624
should i download the latest version of fop. Still it doesnt explpain why it works in Tomcat :-(...
merrilg@...
merrillmatrix
Offline Send Email
Dec 12, 2002
2:00 pm
Messages 595 - 624 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