Dear Friends, This is Sridhar From JAVAJI Systems Solutions, Chennai. We Have This Immediate Requirement With our leading CMM Level 5 Client in Chennai. ...
Hi, Applabs Technologies Pvt Ltd, A CMM LEVEL 5 company, located at Hyderabad is looking for Java professionals with good exposure in STRUTS. Skills : Java...
Hi, Listed below are a few very good opportunities with our TOP MNC clients, in Bangalore, India. 01) Java Application Lead – J2EE & EAI (5 to 8 Years of...
Just to be clear, this list is intended to provide a forum for discussing stxx, an XML transformation extension to Struts. It is not a job posting board or...
I was really far into debt. Like Most I was in Financial dispair. I could not seem to get ahead no matter how hard I tried. Untill I found this place. ...
Hi All, Our current application is using STXX with Struts1.0.2 and now we need to use cocoon for some other stuff in the same application. In order to use...
I'd suggest writing a StxxGenerator for Cocoon which will utilize the Stxx classes to build the XML document to be passed down the Cocoon pipeline. Ideally,...
Hi, I was trying to execute the DOM transform examples which states (requires prior configuration). However, I am not able to find out what configurations are...
You need to do two things: 1. Uncomment lines in stxx.properties concerning the transformer 2. Include the required libraries, lib/dom I believe, in...
Don, Thanks for your help. Yes, I have uncomment the lines in stxx.properties and there is a jdom.jar in WEB-INF/lib. However, when I ran the example again...
Hi all, I am trying to create a PDF file using the XSL:FO transformator. I am not very familiar with PDF editor. Besides defining the format in the XSLT...
If you plan to use XSL:FO to create the PDF, you could use an XSL:FO editor and I think there even exists some that are more graphical in nature. Otherwise,...
Hello all, I have an interesting problem creeping up on me. I had been deploying my Struts/STXX application using an EAR created from my WSAD 4.1 environment...
My guess is WAS is putting some object in the request scope stxx is having trouble serializing. If you know the key under which the object is stored, you can...
I should also mention, I get a whole stack of objects not getting serialized, not just EOperation as listed below. They keep on coming until my server has to...
OK, I think that makes sense. in the xml-building.html like, I see the Per Transform section, and I see that "attach" parameters. Could you give me an...
You have several options: 1. Disable request parameter serialization completely. You can do this per transform and for all transforms. 2. Define a regular...
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 ...