Search the web
Sign In
New User? Sign Up
struts-xsl · Struts for Transforming XML with XSL
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2161 - 2190 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2161
Dear Friends, This is Sridhar From JAVAJI Systems Solutions, Chennai. We Have This Immediate Requirement With our leading CMM Level 5 Client in Chennai. ...
Javaji Systems Soluti...
forward_resume
Offline Send Email
Jun 3, 2004
7:04 am
2162
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...
applabs_vijay
Offline Send Email
Jun 4, 2004
7:41 am
2163
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...
alphaeus_java
Offline Send Email
Jun 4, 2004
10:45 am
2164
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...
mrdon42
Offline Send Email
Jun 4, 2004
4:35 pm
2165
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. ...
cegdwdv91
Offline Send Email
Jun 6, 2004
7:08 am
2166
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...
struts_developer
struts_devel...
Offline Send Email
Jun 8, 2004
2:39 pm
2167
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,...
Don Brown
mrdon42
Offline Send Email
Jun 8, 2004
4:26 pm
2168
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...
louise2wong
Offline Send Email
Jun 14, 2004
11:51 pm
2169
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 Brown
mrdon42
Offline Send Email
Jun 14, 2004
11:55 pm
2170
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...
louise2wong
Offline Send Email
Jun 15, 2004
1:24 am
2171
Sorry, the jars you need to include are in lib/jstl, not lib/dom. Don...
Don Brown
mrdon42
Offline Send Email
Jun 15, 2004
1:26 am
2172
Don, Excellent ! It's working now. Thanks a lot. Louise ... uri ... web.xml ... web.xml ... INF/lib ... needed. ... cannot ... ...
louise2wong
Offline Send Email
Jun 15, 2004
2:59 am
2173
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...
louise2wong
Offline Send Email
Jun 16, 2004
4:46 am
2174
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,...
Don Brown
mrdon42
Offline Send Email
Jun 17, 2004
11:32 pm
2175
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...
mclark02
Offline Send Email
Jun 23, 2004
2:24 pm
2176
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...
Don Brown
mrdon42
Offline Send Email
Jun 23, 2004
3:28 pm
2177
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...
mclark02
Offline Send Email
Jun 23, 2004
3:33 pm
2178
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...
mclark02
Offline Send Email
Jun 23, 2004
3:46 pm
2179
You have several options: 1. Disable request parameter serialization completely. You can do this per transform and for all transforms. 2. Define a regular...
Don Brown
mrdon42
Offline Send Email
Jun 23, 2004
4:09 pm
2180
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...
XFLOW
xflowmsg
Offline Send Email
Jul 2, 2004
3:08 pm
2181
It seems the problem is it expects TransformerHandler to exist in the servlet context. Try to what object is actually under that key. Don...
Don Brown
mrdon42
Offline Send Email
Jul 3, 2004
9:19 pm
2182
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...
hgaussmann
Offline Send Email
Jul 5, 2004
4:10 pm
2183
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...
antonio_martiradonna
antonio_mart...
Offline Send Email
Jul 6, 2004
4:28 pm
2184
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...
Struts Developer
struts_devel...
Offline Send Email
Jul 8, 2004
9:19 pm
2185
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...
Don Brown
mrdon42
Offline Send Email
Jul 9, 2004
4:17 pm
2186
Hey Don, Is it Struts1.2 version ? thats a good news I might do this instead of putting cocoon servlet in web.xml. Thanks Again!! ... ...
Struts Developer
struts_devel...
Offline Send Email
Jul 12, 2004
4:38 pm
2187
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...
Don Brown
mrdon42
Offline Send Email
Jul 12, 2004
4:45 pm
2188
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...
Don Brown
mrdon42
Offline Send Email
Jul 12, 2004
5:25 pm
2189
Looks like namespace information gets lost somewhere. You could try to write an example that doesn't use namespaces to see if it works then. Don...
Don Brown
mrdon42
Offline Send Email
Jul 12, 2004
5:33 pm
2190
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 ...
javiergquijano
Offline Send Email
Jul 13, 2004
12:30 pm
Messages 2161 - 2190 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help