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 2247 - 2276 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2247
Don, It turned out to be an XMLForm issue, not a stxx issue. In my example using a Jdom xmlform if I selected multiple items on my HTML list only the 1st one...
Steve Hansen
bird8088@...
Send Email
Oct 1, 2004
12:48 pm
2248
Ah, yeah, send me the patch. I have commit access to that project as well. Thanks for the finding and fixing the problem. Don...
Don Brown
mrdon42
Online Now Send Email
Oct 1, 2004
3:03 pm
2249
Perhaps this helps: http://xml.apache.org/xalan-j/faq.html#faq-N10252 Don...
Don Brown
mrdon42
Online Now Send Email
Oct 1, 2004
7:04 pm
2250
Hello, I have seen discussions in the group about "Themes" and RequestAttributeSelector class and would like to ask your advise on how best to implement that ?...
Elena Neroslavskaya
lenisha
Offline Send Email
Oct 1, 2004
8:20 pm
2251
One word: Sitemesh :) http://www.opensymphony.com/sitemesh/ Don...
Don Brown
mrdon42
Online Now Send Email
Oct 1, 2004
8:21 pm
2252
Thanks I thought about it-;)))) To use ParameterDecoratorMapper to decorate pages with Headers and navigation instead of pipelines and RequestAttributeSelector...
Elena Neroslavskaya
lenisha
Offline Send Email
Oct 1, 2004
8:29 pm
2253
Yep, and it comes with a "printable" decorator. In my application, I still use the RequestAttributeSelector to affect which stylesheet is used to render the...
Don Brown
mrdon42
Online Now Send Email
Oct 1, 2004
8:33 pm
2254
Hi, Is it possible to use Stxx RequestProcessor with Spring framework ? Spring has its own cutomization done in RequestProcessor. Are you planning to support...
Elena Neroslavskaya
lenisha
Offline Send Email
Oct 6, 2004
2:04 am
2255
... chain, the ... and ... chain ... Hi Don, When do you plan to release stxx 1.4 ? Is the code in the cvs yet ? Thank you, Elena...
Elena Neroslavskaya
lenisha
Offline Send Email
Oct 6, 2004
2:15 am
2256
Well, when I initially wrote the Spring plugin for Struts, I had stxx and any other Struts extension in mind. Therefore, the approach I most favored, was to...
Don Brown
mrdon42
Online Now Send Email
Oct 6, 2004
6:46 pm
2257
Thanks for bringing this up; I had forgotten about it. Yes, stxx has struts-chain support and I've been using it in production for months now. I personally...
Don Brown
mrdon42
Online Now Send Email
Oct 6, 2004
6:49 pm
2258
Hi Don, Could you publish the example of stxx configuration,that is using struts-chain? Is the code supporting it in stxx 1.3 jar ? Do you know the approximate...
Elena Neroslavskaya
lenisha
Offline Send Email
Oct 7, 2004
2:44 am
2259
struts-config.xml excerpt: <controller> <set-property property="processorClass" value="org.apache.struts.chain.legacy.ComposableRequestProcessor"/> ...
Don Brown
mrdon42
Online Now Send Email
Oct 7, 2004
3:03 pm
2260
which is in a diff class into my struts jsp page pls help...
ibrahim
tiger_ibrahim
Offline Send Email
Oct 8, 2004
6:39 pm
2261
This sounds like a Struts-specific question. You might have better luck asking it on the Struts user mailing list. Don...
Don Brown
mrdon42
Online Now Send Email
Oct 8, 2004
6:47 pm
2262
Hi, I'm new to stxx and are trying things out for maybe using stxx in a project (I still doubt in using Cocoon :p). How do I get this example running (from...
x_moon77
Offline Send Email
Oct 11, 2004
8:22 am
2263
... Yeah, there is a minor validation error in the struts config file, but it shouldn't stop Struts from understanding it (or at least doesn't for me). ... ...
Don Brown
mrdon42
Online Now Send Email
Oct 11, 2004
8:49 am
2264
Thanx for the quick reply!! I am using java 1.5 and Tomcat 5.0.27 which only had xercesImpl.jar and xml-apis.jar in the endorsed directory. I copied the...
x_moon77
Offline Send Email
Oct 11, 2004
10:20 am
2265
With stxx 1.3, we are using xslt to transform xml to html. The input value is <starttag>I'm Peter<endtag> The output become <input size=40 name=p title='I'm...
sunmoontemp
Offline Send Email
Oct 12, 2004
2:39 pm
2266
I would like to use Stxx with the following design : - The action would forward to a JSP page. - The JSP would generate XML (and no HTML) in a meta GUI model -...
Gauthier PEEL
gpeelfr
Offline Send Email
Oct 12, 2004
2:40 pm
2267
Yeah, you could do this, but I don't see why you would want to. Where I work has tried this and there are a few problems with the approach: 1. It is about...
Don Brown
mrdon42
Online Now Send Email
Oct 12, 2004
2:43 pm
2268
Hmm...yeah, I don't know why that would be a problem. How are you feeding the XML into stxx? DOM or JDOM? Don...
Don Brown
mrdon42
Online Now Send Email
Oct 12, 2004
3:49 pm
2269
Interesting, I haven't tried stxx with Java 1.5 The use of xalan isn't hard-coded anywhere in stxx that I can remember, so I'm suprised by your initial...
Don Brown
mrdon42
Online Now Send Email
Oct 12, 2004
3:49 pm
2270
Hi Don, Is it possible you tell us, via a simple example, how to validate a form (maybe using a schema) that is not based on XMLForm.org's implementation of...
kieffer_frederic
kieffer_fred...
Offline Send Email
Oct 12, 2004
3:59 pm
2271
The input value <tagname>I'm Peter</tagname> give the output value <input size=40 name=p title='I'm Peter'/> In displaying the html, "m Peter" is not...
sunmoontemp
Offline Send Email
Oct 13, 2004
1:18 am
2272
Oh, ok, I see where you are coming from. I'd recommend using valid HTML as that will eliminate this problem. By valid, I mean the input tag should instead...
Don Brown
mrdon42
Online Now Send Email
Oct 13, 2004
5:34 pm
2273
Ok I agree with you for choice of such a framework (already existing) and so I still have to succeed pilpelining JSP and XSL. I tried the following parameter...
Gauthier PEEL
gpeelfr
Offline Send Email
Oct 14, 2004
12:38 pm
2274
Hi... Any help on this will be greatly appreciated, and thanks in advance. I am new to the struts-xsl scene, and are but getting up and running. I am trying to...
nardusvorster
Offline Send Email
Oct 14, 2004
3:26 pm
2275
Yeah, that old xmlform jar won't work. stxx should come with an updated xmlform jar that has that method. Don...
Don Brown
mrdon42
Online Now Send Email
Oct 14, 2004
3:31 pm
2276
Oh, you want to run JSP-generated XML through stxx. Hmm...I don't thing stxx is setup to do that. You can, as shown in the JSP/JSTL example, use stxx to...
Don Brown
mrdon42
Online Now Send Email
Oct 14, 2004
3:36 pm
Messages 2247 - 2276 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