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 2377 - 2406 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2377
I'm copying the stxx list as others may have a solution. stxx shouldn't require adding xalan or xerces as an endorsed libs. Try removing those from endorsed...
Don Brown
mrdon42
Online Now Send Email
Feb 1, 2005
6:22 pm
2378
FYI ... Subject: RE: stxx 1.3 Date: Thu, 3 Feb 2005 09:53:14 -0600 From: Bradford, Jeff L <JBRADFOR@...> To: Don Brown <mrdon@...> CC: Trier, John...
Don Brown
mrdon42
Online Now Send Email
Feb 3, 2005
5:42 pm
2379
Hi, I am using stxx and I would like to view my PDF in a new window. Is it possible ? Thank you V. Deschamps [Non-text portions of this message have been...
veronique.deschamps@...
deschampscuaz
Offline Send Email
Feb 3, 2005
5:43 pm
2380
You should be able to just have the link that sends the user to the PDF specify its target as "_blank". So <a href="foo.do" target="_blank">Bar</a> See...
Don Brown
mrdon42
Online Now Send Email
Feb 3, 2005
5:46 pm
2381
Hi, Thank you for your answer. When the user pushes a button "generate PDF", in the action we set the variable forward to "pdf" and then stxx generate the PDF...
veronique.deschamps@...
deschampscuaz
Offline Send Email
Feb 4, 2005
8:28 am
2382
hi veronique your problem is not linked to struts itself. maybe you should rethink the way you want to launch the action. opening a new window is on the client...
heatseeker@...
heatseeker_pnc
Offline Send Email
Feb 4, 2005
3:29 pm
2383
please help me ,thanks ... Do you Yahoo!? Yahoo! Mail - You care about security. So do we. [Non-text portions of this message have been removed]...
zhang yx
glassesaaron
Offline Send Email
Feb 7, 2005
11:08 pm
2384
Hi, Is it possible to use tiles plugin without a JSP file (with only XML / XSL files) ? I don't think so because tiles need a JSP to use <tiles:insert/> ...
jpmat296
Offline Send Email
Feb 12, 2005
2:18 pm
2385
Hi !!! I have a Struts application from which I am using stxx to display a w3c Document type by using saveDocument(req,doc). This method is executing fine but...
Adil Hossain Mallick
adilmallick
Offline Send Email
Feb 12, 2005
5:33 pm
2386
Good question. I believe Tiles can be used with Velocity, so perhaps it would be possible to use Tiles with XSLT, probably with some sort of Xalan extension....
Don Brown
mrdon42
Online Now Send Email
Feb 12, 2005
10:03 pm
2387
What version of Java and stxx are you using? Don...
Don Brown
mrdon42
Online Now Send Email
Feb 12, 2005
10:04 pm
2388
Thanks. Sitemesh seems to be what I was looking for. Jean-Pierre ... Jean-Pierre Matsumoto Jean-Pierre.Matsumoto@......
Jean-Pierre Matsumoto
jpmat296
Offline Send Email
Feb 13, 2005
11:02 pm
2389
Hi!!! I am using j2sdk1.4.2_05 and stxx1.3 - Adil. ... a ... (SA ... (Tr ... (Re ... (StxxR ... ...
Adil Hossain Mallick
adilmallick
Offline Send Email
Feb 14, 2005
8:25 am
2390
And... hugh?... What's the problem gee? Don't jump off the building!...
Yayo
juanodio
Offline Send Email
Feb 14, 2005
3:59 pm
2391
We do a lot xml over http (httpx). URLs are of this kind of style: http://blah/request/path?foobar=load&foobar2=clean &xml=encryptedXMLString Thus what I am...
Hans Hager
jhager7
Offline Send Email
Feb 20, 2005
3:02 am
2392
Rather than write a custom requestprocessor, I'd suggest trying out Struts 1.3 which is currently in development, or at least Struts-chain as it previously...
Don Brown
mrdon42
Online Now Send Email
Feb 20, 2005
7:32 pm
2393
I've read the list a bit, and saw a few posts about problems with Struts 1.2.4 and stxx 1.3, though I did not see any concrete solutions offered. How can I go...
cordesdana
Offline Send Email
Feb 23, 2005
12:07 am
2394
I use stxx with Struts 1.3-dev in fact without problems. If you upgrade your Struts jar, be sure to update its dependencies as the leap from 1.1 to 1.2 was...
Don Brown
mrdon42
Online Now Send Email
Feb 23, 2005
12:18 am
2395
Thanks for the reply Don! I appreciate your feedback! I have made sure that all the struts dependencies are up to date by overlaying the stxx jar set with the...
cordesdana
Offline Send Email
Feb 23, 2005
4:50 pm
2396
A lot of the difficulty is trying to have stxx support Struts 1.0 as well as later versions. Taking out Struts 1.0 would simplify the code a lot and probably...
Don Brown
mrdon42
Online Now Send Email
Feb 23, 2005
7:45 pm
2397
imho, I always go with this release early, release often aproach. Especially if there's problems with integration with the current struts. I'd also opt to...
Dana Cordes
cordesdana
Offline Send Email
Feb 23, 2005
9:15 pm
2398
Hy Don, I would suggest to wait until next version of Struts gets released because of any significant changes it could bring with it. I have modified stxx 1.3...
Ivan German de Miguel
igerman2005
Offline Send Email
Feb 24, 2005
9:21 am
2399
Here's a patch to correct a problem that I ran into when I was using <xsl:copy-of select='document("../foo/bar.xsl")'/> in my stylesheets while I was running...
Dana Cordes
cordesdana
Offline Send Email
Feb 24, 2005
5:52 pm
2400
The best way, in the future, would be to open up a ticket on it and attach the patch there. BTW, thanks a ton for the patch. I want to test it on Linux and...
Don Brown
mrdon42
Online Now Send Email
Feb 24, 2005
11:24 pm
2401
I have an XML form that contains a boolean value. Once my XML is loaded it will display the state properly, but the problem I run into is that once that...
cordesdana
Offline Send Email
Mar 1, 2005
1:09 am
2402
The best way that comes to mind would be to write your own form that extends DOMForm, then overwrite the reset() method to ensure the checkbox value gets set...
Don Brown
mrdon42
Online Now Send Email
Mar 1, 2005
7:02 pm
2403
Hi, We have a struts application running on tomcat 4.1 Most other pages use JSP with tiles and render output in html. Some pages in the application need to...
anu133
Offline Send Email
Mar 8, 2005
10:34 am
2404
Easily. Roughly speaking, think of stxx as some special routines that kick in if you forward to an XSL template, that generate some XML from your state and do...
David Wood
mvento2
Offline Send Email
Mar 8, 2005
4:34 pm
2405
Hi, I am new to stxx and trying to use it with our struts application. We are using struts 1.1 with tomcat 4.1 and use SecureTilesRequestProcessor as the...
anu133
Offline Send Email
Mar 8, 2005
6:02 pm
2406
That's interesting. I hand't heard of the SecureTilesRequestProcessor, but it doesn't surprise me you could run into trouble with "competing" add-ons for...
David Wood
mvento2
Offline Send Email
Mar 8, 2005
6:25 pm
Messages 2377 - 2406 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