Hi, I am very new to Stxx. I am just trying to run example which came with stxx 0.9.0. I am running this example on websphere 4.0.2 which comes with WSAD (IDE)...
Hello, This more of a Weblogic question, but here goes... Has anyone used Weblogic 6.1 sp2 with Xalan? I have a stylesheet which has an xsl:include in it. With...
I noticed that the debug feature tries to write the xml file to the WEB-INF directory. This is a problem when the web app is deployed as an archive (*.war)...
Hi Samip, I've never used websphere before so I don't know how much help I can be. However, let me see what I can do. 1. Does struts work at all under...
Jeff Pennal
jeffp@...
Apr 18, 2002 6:28 pm
8
Is it possible to use the ActionForm validate method with the stxx in the same way one would do with a pure struts application. So far it doesn't seem possible...
Hi Michelle, There's no reason why the ActionForm should not work with stxx. What is going wrong when you try to use it? ... -- Jeff Pennal...
Jeff Pennal
jeffp@...
Apr 18, 2002 7:09 pm
11
Hi Jeff, The ActionForm itself works fine. It's just that I'm trying to use the validate method instead of manually managing the validation in the Action...
Good point Michelle, I'll add this as a bug fix to the next release. I'll add a parameter to the web.xml file for defining the location of the debug output. If...
Jeff Pennal
jeffp@...
Apr 18, 2002 10:24 pm
13
Hi Jeff, Thanks for your reply. Struts works fine under websphere. Now from my research what I found the porblem is the struts_1_0.dtd file. In that under...
I prototyped an application for a client using Model 1 XML/XSL custom servlet. To prepare for more requirements and keeping with XP-style constant refacoring,...
Thanks!!! I just want to say that I really like stxx. I have been using it for the last couple of weeks and I have found it pretty easy to use. Hopefully, if...
Hello All, I have a project in which I have two xsl style sheet for each page. one for wap and the other for html. I look at the header of the device which...
Hi abhishes, stxx should fit what you are looking for. Once you become familiar with struts and how it works, applying stxx to it will allow you to take the ...
Jeff Pennal
jeffp@...
Apr 19, 2002 5:20 pm
21
Hi Samip, The dtd for the new tags is contained in the stxx source code. The stxx ActionServlet will reference this dtd file. Is it possible that your web.xml...
Jeff Pennal
jeffp@...
Apr 19, 2002 9:26 pm
22
STXX does indeed seem like a very worthwhile extension to STRUTS. However, it seems unfortunate that the main servlet contains a copy of the STRUTS 'process'...
STXX does indeed seem like a very worthwhile extension to STRUTS. However, it seems unfortunate that the main servlet contains a copy of the STRUTS 'process'...
Thanks for the compliments about stxx. You're correct about the 'process' method, it's the most "non-extendable" method in struts. It does lead to some...
Jeff Pennal
jeffp@...
Apr 22, 2002 4:58 pm
25
Hi Jeff, Thank you very much for your help till now. The stxx example is running fine on websphere. It is really great work!! Now my question is, Can we use...
Hmmm, You can't mix taglibs and stxx in the way that you are thinking, but there might be another way. You can make Java calls directly from XSLT by defining...
Jeff Pennal
jeffp@...
Apr 22, 2002 8:45 pm
27
Why would you not a) Get the value in your action class and send it out as xml b) Serialize the object(s) and add it/them to the xml doc The former would...
Yes, that's true and pretty much what I was thinking right after I sent the email. However, if you feel that you need to access more complex logic in XSLT ...
Jeff Pennal
jeffp@...
Apr 23, 2002 3:55 am
29
Hi, I am trying to display validation errors, I am using the following xsl code (see below). This is based on the errors/error & applicationResources elements...
I am having the same problem, and it also occurs using XMLSpy. The issue seems to be that the struts-config.xml file points to the DTD from the struts site...
The client wanted easily printable documents and, well, HTML isn't really the way to go for that. I've been playing with the idea of by adding an attribute or...
Don, I've got a version of stxx almost ready to go that includes the ability to use xsl:fo to transform XML to PDF, RTF, etc. However, this still requires...
Jeff Pennal
jeffp@...
Apr 24, 2002 6:59 pm
33
Jeff, Actually I did get that far but I was hoping to find a way around learning xsl-fo :) I extended your forward tag to include mime- type. If...
Thanks for all the work in developing STXX. I want to store my XSLT files under the web-inf directory. I have not been able to get the application to find...
The method you suggest is implemented in the next verison I am going to release of stxx (when I get the chance). The change you want to make will work, however...
Jeff Pennal
jeffp@...
Apr 29, 2002 3:47 pm
36
Hi Jeff, Please let us know when this new version is available. I'm interested in using xsl:fo, I haven't looked into it yet. But as soon as stxx supports I...
Hi Michelle, I'll try to have a new build out sometime this week. It's been ready for a bit (with the xsl:fo) support, but there are a few bug fixes I'd like ...