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 164 - 194 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
164
Hi Brian, I'm glad you like the new ActionForm implementation. I've been trying to implment your suggestion with stxx, but I have not come up with a solution...
Jeff Pennal
jeffpennal
Offline Send Email
Jul 2, 2002
6:25 pm
165
Hello, We are glad to announce you the availability of <oXygen/> XML Editor 1.2. The main new features are the applet availability and FOP support. You can...
oxygenxmleditor
Offline Send Email
Jul 3, 2002
6:49 am
166
stxx - 1.0.0 By Jeff Pennal, OpenRoad Communications (www.openroad.ca) What's new in 1.0.0 - Full support for handling validation errors in ActionForms has...
Jeff Pennal
jeffpennal
Offline Send Email
Jul 7, 2002
5:53 pm
167
You can find stxx at http://www.openroad.ca/opencode/stxx ... -- Jeff Pennal p:604-694-0554(x107) Senior Software Developer...
Jeff Pennal
jeffpennal
Offline Send Email
Jul 7, 2002
7:28 pm
168
The license is the same as Struts, the Apache license. Jeff ... -- Jeff Pennal p:604-694-0554(x107) Senior Software Developer...
Jeff Pennal
jeffpennal
Offline Send Email
Jul 8, 2002
4:25 pm
169
Hi, If the business data interface in a struts application is a string, that defined a XML structure/file. What is the best solution, convert XML in JavaBean...
Heligon Sandra
chouquette35
Offline Send Email
Jul 9, 2002
7:43 am
170
Hi I personally prefer the stxx solution. Of course you need to know XSLT, but it is not as difficult as it seems, and it is worth the effort. The interfaces...
Ramón Prades
rprades2002
Offline Send Email
Jul 9, 2002
8:10 am
171
To add my 2c, In my case, my data is stored in xml in the backend. Currently, it is small enough to keep as a memory-resident dom, but I'm looking to use an...
mrdon42
Online Now Send Email
Jul 9, 2002
9:07 am
172
Hi, I am trying to run the stxx release.But whenever I am trying to run the address book example in the page "http://localhost:8080/stxx- ...
suman_struts
Offline Send Email
Jul 9, 2002
1:53 pm
173
Hi Suman, This shoulds like a common problem people have with Tomcat. If you are using Tomcat, try versions 3.3x+ or 4.04+. If you're not using Tomcat, let me...
Jeff Pennal
jeffpennal
Offline Send Email
Jul 9, 2002
8:01 pm
174
Hi Jeff, As per your instructions I tried in tomcat 4.04 version but whenever I am trying to run the addressbookexample with the url as ...
suman_struts
Offline Send Email
Jul 10, 2002
12:19 pm
175
Hi Suman, I think I know what your problem is. You need to copy all the required JAR files to the 'stxx-1.0.0-example/WEB-INF/lib' directory. This would...
Jeff Pennal
jeffpennal
Offline Send Email
Jul 10, 2002
6:30 pm
176
Hi Jeff, Thanks a lot.It is working fine.I will be working more deep on that. Thanks Suman ... required ... as ... it ... example/test.xsl" ... along ... ...
suman_struts
Offline Send Email
Jul 11, 2002
6:18 am
177
Hiyas! Stxx rocks the house, way cool! Worked great first time out of CVS! thank you a hundred times! any thoughts been put toward struts 1.1 yet? going to...
Brian Topping
brian_e_topping
Online Now Send Email
Jul 14, 2002
6:59 am
178
I've problem running stxx-1.0.0 \source\java\com\oroad\stxx\render\XSLRenderFactory.java, line 146. The line reads: driver.setLogger(log). Refering to...
twhphan
Offline Send Email
Jul 14, 2002
8:12 am
179
stxx does require a lot of JAR files. This is due to the the Apache XML FOP library that is used by stxx for PDF generation (via XSL:FO). In fact, if it wasn't...
Jeff Pennal
jeffpennal
Offline Send Email
Jul 15, 2002
5:44 pm
180
Thanks Brian, I have started looking into converting to struts 1.1. It is quite a bit different than struts 1.0.x so I need to analyze the code to figure out ...
Jeff Pennal
jeffpennal
Offline Send Email
Jul 15, 2002
5:45 pm
181
Hi Jeff, That's true. Apache has so many subprojects that can be merged! For FOP, they should give 1 big jar instead! For the setLogger issue, is there a bug...
twhphan
Offline Send Email
Jul 15, 2002
6:10 pm
182
Hi Thomas, What is the error that you are seeing? Can you give me a stack trace? Jeff ... -- Jeff Pennal p:604-694-0554(x107) Senior...
Jeff Pennal
jeffpennal
Offline Send Email
Jul 15, 2002
6:12 pm
183
Hi Jeff, I'm pretty far along on this, can you give me a few days? thanks, -b ... From: Jeff Pennal [mailto:jeffp@...] Sent: Monday, July 15, 2002 1:43...
Brian Topping
brian_e_topping
Online Now Send Email
Jul 15, 2002
9:34 pm
184
Sure, I'd like to see that. Let me know when you have something to look at. Jeff ... -- Jeff Pennal p:604-694-0554(x107) Senior...
Jeff Pennal
jeffpennal
Offline Send Email
Jul 15, 2002
9:36 pm
185
Hi Jeff, Is there any way to use xml/xslt together in one page. For example there can be <forward> in struts-config that does transform and then forwards to...
zhenya_r
Offline Send Email
Jul 15, 2002
9:54 pm
186
Hi Eugene, This is possible, sort of. While stxx was designed to co-exist with standard JSP-style struts applications, it was not explicitly designed to share...
Jeff Pennal
jeffpennal
Offline Send Email
Jul 15, 2002
10:06 pm
187
Thanks Jeff. I will certainly try this. Is there a way to get the OUTPUT of transformation inside the JSP? So, for instance, I use stxx to generate XML in my...
zhenya_r
Offline Send Email
Jul 16, 2002
12:21 am
188
Hi Jeff, 2002-07-16 14:29:52,312 DEBUG [org.jboss.jdo.castor.CastorJDOImpl] Loading esb.interfaces.RoleData (admin) 2002-07-16 14:29:57,828 WARN...
twhphan
Offline Send Email
Jul 16, 2002
6:40 am
190
Hi! I have the same problem. I think when you use the newest logkit.jar and the newest fop version then this error occurs. m-a-v...
m_a_v79profile
Offline Send Email
Jul 16, 2002
12:58 pm
191
Hi all, m-a-v is correct. I looked at the Apache FOP site yesterday and apparently for version 0.20.4, they have changed the logging classes uses by FOP. Until...
Jeff Pennal
jeffpennal
Offline Send Email
Jul 16, 2002
4:08 pm
192
Hello All I kind of started with Struts to design our web pages which are in JSP. I'm given the task of creating everything with a considerable time for my...
vivraji
Offline Send Email
Jul 16, 2002
5:20 pm
193
hi there, I'm in this situation too. I need to develop using struts framework, Jboss (for the container), Stxx and Jdom. My problem is how to start and how to...
Sérgio Concha
smacaupt
Offline Send Email
Jul 16, 2002
5:38 pm
194
Jeff, Wouldn't it make sense to submit stxx to Apache so it can be included in Struts some time later?...
zhenya_r
Offline Send Email
Jul 16, 2002
7:10 pm
Messages 164 - 194 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