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@...
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...
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 ?...
Thanks I thought about it-;)))) To use ParameterDecoratorMapper to decorate pages with Headers and navigation instead of pipelines and RequestAttributeSelector...
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...
Hi, Is it possible to use Stxx RequestProcessor with Spring framework ? Spring has its own cutomization done in RequestProcessor. Are you planning to support...
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...
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...
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...
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...
... 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). ... ...
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...
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...
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 -...
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...
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...
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...
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...
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...
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...
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...
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...