Hi Don, have you taken some decision about this question? Thanks, Antonio. ... specifically ignored ... however, I ... parameter ... parameters ... not ... for...
hi all, I am new to this.I ve read the configuration etc. I am trying to replace a JSP in a basic Struts Login application where user authentication is...
In the latest release, 1.3b1, I went ahead and passed all transform parameters to the stylesheet. The number of transform parameters allowed was getting too...
Have you looked at the getting started guide yet? It can be found: http://stxx.sourceforge.net/getting-started/index.html Let me know if you still have...
Hi Don, I fully agree with you.if xml size is small and xsl are simple and not complex - it's perfect. But we have very different programmers in out company...
I'm trying to get stxx-1.2-example.war running on the IDE, but haven't been successful so far. First, I imported the war file into the IDE, I see 2 errors...
... Ah, good point. I will remove those attributes from the example. ... This is a bit confusing. It seems you are trying to use the example web app for...
Damn. :) I knew that LinkedHashMap was too good to be true. Well, I think I shall keep it but have it detected at runtime just like I do with Struts and...
Actually, just ignore all that. stxx now doesn't require a 1.4+ jvm at all, either building or at runtime. Don ... with ... stxx but ... JDK1.4 classes ... ...
Few queries: 1. In struts-config.xml, I define property 'pipeline-config' with value as 'pipeline-config.xml' where all transformations are defined. In...
... Correct. Same contents, different name. I'll synchronize them in the next release. ... You are probably missing jdom.jar and your IDE is complaining. It...
ok fine. Now as per stated "The plug-in is configured to look for any forward with a '.dox' extension. In the case of pipeline-config, Struts forwards with...
hi guys i am trying to run a simple struts application it give me following error 1> Servlet action is currently unavailable my struts-config look like this ...
Hi all, I'm getting a problem when doing a transofrm to set the output html pages <head /> section. I have a predefined xml doc with all the header data I ...
Your XSL template that matches "title" has its mode set to "title" as well, but you are only applying templates with the mode equal to "head". See the line in...
The WAR files with the string "plugin" as part of the name are intended to be used with Struts 1.1. The reason for this nomenclature is that a new feature in...
First, make sure in your web.xml that you are mapping *.do to Struts. Second, you don't need to include the ".do" extension in your action mapping. It should...
That might be a problem with Struts...I heard there is a problem with where the locale will be pulled from session rather than the request so when you change...
ok, but it is something different. I renamed ApplicationResources_de_DE.properties to ApplicationResources_de.properties Now I am able to see some of the key...
In my application, I want to remove JSP alltogether. Ok, I did it on form actions. For example, Login form, we do it by selecting the appropriate forward which...
In my application, I want to remove JSP alltogether. Ok, I did it on form actions. For example, Login form, we do it by selecting the appropriate forward which...
In my application, I want to remove JSP alltogether. Ok, I did it on form actions. For example, Login form, we do it by selecting the appropriate forward which...
Ok, you raised a good point. The problem is instead of simply attaching the resources for the specific locale, stxx also combines those resources with other,...
Why not simply forward within the Struts framework? Instead of having your action forward point to an xsl file (or jsp), point to another action. Is this...