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 1636 - 1665 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1636
I am using stxx and xsl to display my web page. I need to redisplay text user entered earlier in textarea. It seems that each time I redisplay it I got...
songcanghui
Offline Send Email
Sep 2, 2003
9:38 pm
1637
I'm not sure I see how this is a stxx issue. It seems to be a problem with your specific application and/or xslt. Don...
mrdon42
Offline Send Email
Sep 3, 2003
8:56 pm
1638
There is a difference between the documents you save in the action via saveDocument() and the XML document stxx creates. You can call saveDocument() as many...
mrdon42
Offline Send Email
Sep 3, 2003
8:57 pm
1639
Getting this using the CachedXSLTransformer. I saw the previous post about resource serialization, but the stxx.properties I have didn't have it turned on by...
michael_d_roth
Offline Send Email
Sep 4, 2003
4:16 pm
1640
Never mind, I did what the "Bug in v1.3 b2?" thread said and it worked. I had removed this from my struts-config.xml file as it used...
michael_d_roth
Offline Send Email
Sep 4, 2003
4:27 pm
1641 kannanramesh
Offline Send Email
Sep 6, 2003
2:40 pm
1642
Hi All, We are a Leading Resource Consultant catering to various MNCs in India and Abroad. We are looking for Our CMM Level 5 Client in Chennai REQUIREMENT I: ...
contact_ravi
Offline Send Email
Sep 10, 2003
4:36 am
1643
Hi All, We are a Leading Resource Consultant catering to various MNCs in India and Abroad. We are looking for Our CMM Level 5 Client in Chennai REQUIREMENT I: ...
Ravi Ponuusamy
contact_ravi
Offline Send Email
Sep 10, 2003
5:39 am
1644
Hi all, I'm having trouble when I invoke xalan:nodeset($myfragment) more than once on a stylesheet. Whichever variable gets invoked first renders fine, but...
dbenoff
Online Now Send Email
Sep 11, 2003
10:19 pm
1645
Just curious if there is a logging standard for the stxx project? It seems to me that logging is nominal, even in debug mode. I'm still struggling to get...
Kyle VanderBeek
kylevb
Online Now Send Email
Sep 12, 2003
10:51 pm
1646
Struts uses the Jakarta Commons Logging packages, so stxx has just followed with that practice. You can find out more about the Logging package at the ...
Baxter, Brent
brentbaxter
Online Now Send Email
Sep 15, 2003
2:26 pm
1647
Hello all, I am newbie in stxx area. Just started yesterday. I have 2 questions. 1. I want to turn the logging on for stxx. My stxx properties related to...
meghanai_99
Offline Send Email
Sep 16, 2003
9:14 pm
1648
Hi all, The documentation said that I should add 'debug=true' to my query string and on doing that I got <stxx> wrapper for my xml document. I can see xml in...
meghanai_99
Offline Send Email
Sep 16, 2003
9:34 pm
1649
When you append "debug=true" to the query string, stxx will return the stxx-generated xml document without transforming it like it usually would, most likely...
Don Brown
mrdon42
Offline Send Email
Sep 16, 2003
9:40 pm
1650
Yep, as long as the debugging code is enclosed by: "if (log.isDebugEnabled()) {}", the more the better for the most part. Anything in particular? Let me know...
Don Brown
mrdon42
Offline Send Email
Sep 16, 2003
9:50 pm
1651
Dear All , Hello ! I used FOP to generate PDF with a document object through JDOM and XSL-FO in STXX . However , can I change to use PDF Serializer & HSSF...
jonathan wong
john78wong
Offline Send Email
Sep 17, 2003
6:00 pm
1652
This release introduces XML forms, an easy way to use HTML forms to edit and validate XML. Wrapped as a Struts ActionForm, you get all the features of Struts...
mrdon42
Offline Send Email
Sep 17, 2003
7:06 pm
1653
I'm assuming you are meaning the the POI serializers available with Cocoon. I think that would be a great idea, if you'd like to bring them over. I looked at...
Don Brown
mrdon42
Offline Send Email
Sep 17, 2003
7:15 pm
1654
Hi !, I want to develop a DHTML based Tree Menu instead of using Java Applet. Since objecct on the tree may be deleted, cut and pasted, I need state...
hbarisik
Offline Send Email
Sep 18, 2003
5:42 am
1655
Um, stxx is Struts :) Since you are using DHTML, I'd recommend looking into XML-RPC from the browser to server. This might be useful: ...
mrdon@...
mrdon42
Offline Send Email
Sep 18, 2003
5:47 am
1656
I see that tokens have been moved to the form in 1.3b3. How should I access and check the validity of the token. Thanks. -- Adam Howard...
adamhoward23
Offline Send Email
Sep 18, 2003
3:15 pm
1657
The code for checking the token should be no different. All I had changed was to store the token in the request attributes in addition to the session to be...
Don Brown
mrdon42
Offline Send Email
Sep 18, 2003
4:43 pm
1658
Hi, despite having the following entries in stxx.properties: stxx.attach.form.include=.* stxx.attach.form.exclude= the action form XML element ("<form>") is...
Irsan Widarto
irsan.rm
Offline Send Email
Sep 23, 2003
3:47 pm
1659
Interesting. I don't work with multipart forms in my current project so I haven't given them much thought. Know of a good solution? Don...
Don Brown
mrdon42
Offline Send Email
Sep 23, 2003
6:28 pm
1660
I've added code in the CVS that gives stxx the ability to simultaneously expose XML forms with HTML and SOAP web service interfaces without any additional code...
mrdon42
Offline Send Email
Sep 24, 2003
2:50 am
1661
I feel stxx has hit a wall. While it has accomplished its original goal, extending Struts to support XML and XSL, I feel it doesn't go far enough to meet the...
mrdon42
Offline Send Email
Sep 24, 2003
7:28 pm
1662
In effort to start down the road of meeting the aforementioned goals of stxx 2.0, I've put together what I'll call 2.0 pre-alpha. I'd like to get some...
mrdon42
Offline Send Email
Sep 24, 2003
7:51 pm
1663
... This sounds fantastic. ... Again, wonderful. However, I've personally found that stxx is hard to initially configure (it turned out most of my problems...
Kyle VanderBeek
kylevb
Online Now Send Email
Sep 24, 2003
11:03 pm
1664
On Wed, 24 Sep 2003, Kyle VanderBeek wrote: <snip /> ... Make sure to read the next message about my initial implementation. It gets rid of the need for stxx...
Don Brown
mrdon42
Offline Send Email
Sep 24, 2003
11:13 pm
1665
Hi, Stxx is a great product, it makes my web application development so much easier. Excellent job! I have an issue at the moment with...
Murray Thomas
murray0012003
Offline Send Email
Sep 25, 2003
10:18 am
Messages 1636 - 1665 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