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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2556 - 2585 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2556
Hi, Is there a way of passing an FOP userconfig.xml to the CachedFOPTransformer? I couldn't find any resource or how-to so I implemented my own solution. My...
Milo Felipe
milo_felipe
Offline Send Email
Dec 9, 2005
5:07 pm
2557
That sounds like a great enhancement. Open up a bug ticket and attach the patch, and I'll add it to stxx. Don...
Don Brown
mrdon42
Online Now Send Email
Dec 9, 2005
5:09 pm
2558
Hi all, I trying to use stxx as plugin for struts to transform xml files with xslt. Want I want is to include stxx in an allready working application. The...
a_broekhuis
Offline Send Email
Dec 20, 2005
4:28 pm
2559
Hi, I found out what the problem was. In my project there was an overridden RequestProcessor. Removing that solved my problem. Alex...
a_broekhuis
Offline Send Email
Dec 22, 2005
7:46 am
2560
Hi, My current program uses jsp:include all over the place. Is it possible to use jsp:include to include a xml file converted using an stxx action? I did soms...
a_broekhuis
Offline Send Email
Dec 22, 2005
7:49 am
2561
Hi Guys, I am Swaroop, working a SE in a medium sized company. we use struts in our ERP Project.since i am new to struts ,i would like to make a request to you...
Swaroop Anand
b_swaroopanand
Offline Send Email
Dec 27, 2005
4:32 am
2562
The Struts site - http://struts.apache.org/struts-action - has plenty of tutorials, articles and a detailed user guide. Stxx, the subject of this mailing...
Don Brown
mrdon42
Online Now Send Email
Dec 27, 2005
7:36 am
2563
Hi, I am not sure if this is the right group to post this to, please feel free to redirect me to another. I need to know this quick, will papreciate if someone...
s_perti
Offline Send Email
Dec 27, 2005
4:24 pm
2564
This would be a better question for the Struts user mailing list: http://struts.apache.org/mail.html Don...
Don Brown
mrdon42
Online Now Send Email
Dec 27, 2005
4:28 pm
2565
Good question; it might be possible. I know stxx intercepts include calls, but I don't know if a JSP include would be ran through the ActionServlet. Try it ...
Don Brown
mrdon42
Online Now Send Email
Dec 27, 2005
7:35 pm
2566
Hi all, Am new to STXX and am using stxx1.3 with struts1.0. My flow of web app is like, From the Html page am just calling the index.do and am getting the...
hemukrisin
Offline Send Email
Jan 4, 2006
6:57 am
2567
Check the application server log files to see if there was a problem loading stxx. Also, any reason you are using Struts 1.0? That release is almost four ...
Don Brown
mrdon42
Online Now Send Email
Jan 5, 2006
12:41 am
2568
Hello everyone, I am in need of an XSL transformation technology that will integrate well with STRUTS and in my research I stumbled upon STXX, which is exactly...
java_steve12
Offline Send Email
Jan 5, 2006
5:44 am
2569
Building stxx from an IDE might be tricky, because certain parts have to be built with certain versions of Struts. If your app is Struts 1.1+, just include ...
Don Brown
mrdon42
Online Now Send Email
Jan 5, 2006
8:44 pm
2570
Hi there, we have been using successfully using STXX for quite some time now. Because our webapp gets bigger and bigger we really need split it into separate...
M.-Leander Reimer
l.reimer
Offline Send Email
Jan 18, 2006
5:30 pm
2571
Hi there, we have been using successfully using STXX for quite some time now. Because our webapp gets bigger and bigger we really need split it into separate...
l.reimer
Offline Send Email
Jan 18, 2006
5:33 pm
2572
I've been using stxx with Struts modules since I joined the project over three years ago without problems. It sounds like your issues are with Struts modules...
Don Brown
mrdon42
Online Now Send Email
Jan 18, 2006
5:40 pm
2573
Hi Don, sorry for double posting yesterday, didn't expect the list to be moderated. :-) Anyhow, got the struts modules with STXX to work now, don't know what ...
l.reimer
Offline Send Email
Jan 19, 2006
2:53 pm
2574
... Each module gets its own stxx plugin, and therefore its own pipeline definitions, however yes, the properties are global. ... I use a "msg" request...
Don Brown
mrdon42
Online Now Send Email
Jan 19, 2006
6:15 pm
2575
Hi all, Can anyone tell me how to add HTML Form fields without changing the java files?. Is there any open Source API for developing the Dynamic Forms?.Is it...
lalitha prasad
tochprasad
Offline Send Email
Jan 19, 2006
9:16 pm
2576
This can be done within struts, regardless of whether you use stxx or not. Look for documentation on DynaValidatorForm, which allows you to define map-backed...
David Wood
mvento2
Offline Send Email
Jan 19, 2006
9:23 pm
2577
Hi Dude.. It is posible in STRUTS..... Follow this link and get more information http://www.roseindia.net/struts/DynaActionForm.shtml Bharat Athreya. lalitha...
bharat athreya
bharat_athreya
Offline Send Email
Jan 19, 2006
9:47 pm
2578
Hi STXX users, we have an error when we serialize JDOM objects and need to display the XML document using the debug=true request parameter. Both, IE6 and ...
M.-Leander Reimer
l.reimer
Offline Send Email
Jan 25, 2006
12:49 pm
2579
You've probably created your JDOM objects with a parser that had namespaces turned on. In the application I use stxx with, I can use ?debug=true without any...
Don Brown
mrdon42
Online Now Send Email
Jan 25, 2006
11:09 pm
2580
The JDOM object is created during runtime using something like Element component = new Element("page"); so no parser involved. This element then has several...
M.-Leander Reimer
l.reimer
Offline Send Email
Jan 26, 2006
9:47 am
2581
Interesting, I wonder if Java 5 changes anything. It sounds like a good solution would be for the transformer to accept a "enableNamespaces" setting. If you...
Don Brown
mrdon42
Online Now Send Email
Jan 26, 2006
5:29 pm
2582
I'm using the XMLForm example of the example-plugin war file . I was trying to to printout the XML of the DOMForm in the RequestExampleAction as shown below if...
sivapr
Offline Send Email
Feb 16, 2006
7:29 pm
2583
IIRC, the XMLForm creates a blank document so that nodes can be dynamically created. Are you saying the example is broken or that your modifications aren't...
Don Brown
mrdon42
Online Now Send Email
Feb 22, 2006
3:31 am
2584
The example is not broken It is working I'm trying to get the modified XML Document of the XMLForm on submit of the page. All I'm trying to do is print out...
sivapr
Offline Send Email
Feb 23, 2006
9:23 pm
2585
Oh, well, that is what a Document object will print out, regardless of if it has children or not. :) To display it, you'll need to run it through a...
Don Brown
mrdon42
Online Now Send Email
Feb 24, 2006
3:04 am
Messages 2556 - 2585 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