i encounted an error trying to add StrutsTestCase for JUnit 2.1.2 on stxx1.3 project (weblogic8.1sp2 ), Error appear when running a simple test module who...
Hello! I'am trying to create a full descriptive applikation. I want to create ActionForms/XMLForms based on XForm definitions and XML models. Trying to use...
Hi for all, I was trying to execute the examples (stxx-1.3-plugin-example.war) with a little modification. If I change the form type: from DOMForm (run without...
Hi All, Is it okay to run application with cocoon plugin configured in struts-config.xml and cocoon servlet configured in web.xml ? It is bcoz all the data...
Interesting. You know, you could use a wildcard-mapped action in Struts to pass a specific url pattern over to Cocoon. Struts 1.2.1 has been rolled and is...
Yep, in fact, Struts 1.2.1 beta was just announced a few days ago. Personally, I voted it should be labeled as a full release, but I guess they wanted to give...
By casting the form as an XMLForm, you can call getForm to retrieve the underlying Form object. From there, you can call setModel() or something similiar to...
hello, I'm a new member. I'm using stxx1.3 and I would like to know if there's a way of logging the xsl transformations on stxx, for example I would like to ...
Hi, AppLabs provides offshore development services to global industry players. We have dedicated staff of experienced system analysts, system architects and...
Strange. I once write a transformer that transformed the xml with an xsl to create SVG, then rasterized that as a png. Do you need to generate SVG code from...
Hi Don, Thanks for the reply. Yes, we do need to generate SVG code if possible. But we did not use XSL-FO for doing the conversion. We simply used an example...
In that case, simply use the CachedXSLTransformer, but set the output type to svg. In addition to setting the output type on the XSL, set the mimeType on the...
Great! It works! Should have realised something as obvious as this. Can't thank you enough!! Rgds, Wilson ... From: Don Brown To: struts-xsl@yahoogroups.com ...
There are some problems running samples from stxx plugin,on standard https, ssl session started on weblogic 8.1sp2,it's look like xml is corupted at...
Ah, yes, I'd recommend setting stxx to ignore any request attributes starting with "javax.net". See http://stxx.sourceforge.net/advanced/xml-building.html Don...
thank's for the hint, i use a same aproach workaround by setting "StxxHelper.attachRequestAttributes(request,false);" since i use in my project only xmlforms...
If it would work with a jsp, you should be able to accomplish it with stxx. Let me know what you find. BTW, I'm cc'ing the stxx mailing list. You can sign up...
Hi, We have an urgent opening for you in our bangalore based client "4L IT Services" for their bangalore branch for the post "J2EE ENGINEERS". Experience: 2 to...
Hi, We have an urgent opening for you in our bangalore based client 4L IT SERVICES for their bangalore branch for the post "WEB ENGINEERS". Experience: 2 to 5...
Hi people. I've designed several xsl files to transform xml into pdf. I have to use my Company's specific fonts in them, but I don't know how to specify the...