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...
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...
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...
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: ...
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: ...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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...
Hi, despite having the following entries in stxx.properties: stxx.attach.form.include=.* stxx.attach.form.exclude= the action form XML element ("<form>") is...
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...
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...
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...
... This sounds fantastic. ... Again, wonderful. However, I've personally found that stxx is hard to initially configure (it turned out most of my problems...
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...