Hi, We are seeking top-notch Java, J2EE Professionals for a top global IT consulting company, for their operations in Bangalore. Positions : 1. Java/J2EE...
Hello, I'm trying to map html select with the multiple attribute set to a xmlForm. I'm using xmlForm with a single file defining my models,...
Steve Hansen
bird8088@...
Sep 8, 2004 12:14 am
2229
Hi, I managed to develop an application which uses a model and a xslt file t o display "dynamic" html forms. In some fields, the user has to input decimals...
Yeah, sorry, this probably should be documented better. It is necessary to use the Stxx version to enable resources to be accessed properly by stxx. Don...
Hi, We have been using a home-grown framework for transforming xml to html using xsl. It is fine except can get pretty complicated. I found this project but...
... Yeah, the inactivity has basically been due to the framework doing everything I want. I have made a few minor fixes I should roll into a minor release....
Yes, I know it is being used at least by several other people. Myself, I use it in a mission planning support application for the US military that has been...
Hello, What is the reason saving the XML as the request attribute instead of placing it in action form for futher processing ? If placing XML at Action form ,...
The problem with putting the XML in an action form is it would require every single page to have a form, whether it collects input or not. For example, say...
Hmm, there should be a selectOneOrMany or something like that, and it should take a nodelist rather than just a single node. If you are wondering why only one...
Hmm...you might want to try using DOM rather than JDOM as the model store. They should function the same. If there is any other character encoding problems...
Hi don, We have an issue using a DOMForm rather than a JDOMForm (our logic is running file with JDOMForm thus). Let me explain what happends. We handle a xml...
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...