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 308 - 337 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
308
Hi, It's nice to join this web groups. At work we've decided to use Struts framework to develop a web application. For our registration piece, we need to send...
debb_110
Offline Send Email
Sep 1, 2002
5:08 pm
309
Hi, I have downloaded the codes for this enchancement. I go through the transformer handler is a singleton class, it will load the stxx.properties file. And...
toffeemak
Offline Send Email
Sep 2, 2002
1:59 am
310
Why would you need different transformers for html transformations? The only issue I can see is all those applications would then share the same template...
Don Brown
mrdon42
Offline Send Email
Sep 2, 2002
7:33 am
311
Stxx is a presentation framework that doesn't really dabble in validation. You would use stxx to present the form instead of jsp, but an action class (or...
Don Brown
mrdon42
Offline Send Email
Sep 2, 2002
7:38 am
312
Don, There are two reasons why I want to seperate the html transformations. 1. Yes, I don't want to share the same template cache with all applications. 2....
toffeemak
Offline Send Email
Sep 3, 2002
1:29 am
313
stxx - 1.0.5 By Jeff Pennal, Don Brown What's new in 1.0.5: - All Stxx configuration is now in the stxx.properties file located in the WEB-INF/classes...
mrdon42
Offline Send Email
Sep 3, 2002
11:03 am
314
The 1.0.5 release uses one TransformationHandler per ServletContext rather than the singleton pattern so the html transformation caches are now separate. Let...
Don Brown
mrdon42
Offline Send Email
Sep 3, 2002
11:06 am
315
http://www.geocities.com/topjavalinks/...
ayhocp
Offline Send Email
Sep 4, 2002
7:35 am
316
I've posted both files on the stxx sourceforge site: http://sf.net/projects/stxx If anyone had any problems downloading from my web site, I just found out I...
mrdon42
Offline Send Email
Sep 6, 2002
2:50 am
317
Hi, on my index.html, i have a link towards the fillform.do. When I click on it, I have the following message : "Apache Tomcat/4.0.4 - HTTP Status 500 - No...
ghorghor00
Offline Send Email
Sep 8, 2002
5:01 pm
318
Along with my username and password fields on the login page of my struts application I have a module selector that lets you choose which module you wish to...
legos211
Offline Send Email
Sep 9, 2002
12:42 am
319
Hi Craig, Using stxx, you are not really forwarding to an XML file, you are still forwarding to an Action class, just like in struts. To get this scenario to...
Jeff Pennal
jeffpennal
Offline Send Email
Sep 9, 2002
1:02 pm
320
Hello all, This is a note regarding the state of the development of stxx in the short term. For those who don't know, I am the project lead of stxx. As such,...
Jeff Pennal
jeffpennal
Offline Send Email
Sep 9, 2002
1:08 pm
321
My name is Robin Roos. I contributed to the JDO specification as a member of the JDO Expert Group. Since JDO's standardization in March I have been actively...
Robin M. Roos
robinroos3
Offline Send Email
Sep 9, 2002
5:09 pm
322
Hello All - It seems that from time to time when my servlet engine (Resin) is compiling the xsl stylesheet it throughs the following error... Variable...
Craig Anderson
legos211
Offline Send Email
Sep 10, 2002
1:49 pm
323
Here is the exact error message... [09:00:16.411] javac(int) - d /export/www/vhosts/webapps/netstat.poundbang.org/SearchDogXSL/WEB- INF/work - classpath...
Craig Anderson
legos211
Offline Send Email
Sep 10, 2002
2:02 pm
324
Unfortunately, what you are seeing is a bit of a catch-all error in struts. You'll need to dig further into your code to see what is really going on. Also,...
Jeff Pennal
jeffpennal
Offline Send Email
Sep 10, 2002
3:28 pm
325
Hello Again - It seems that Resin is creating classes representing my xsl stylesheets. It is putting them in WEB-INF/work/_xsl and these are the files that are...
Craig Anderson
legos211
Offline Send Email
Sep 10, 2002
4:02 pm
326
Hi, I am rather new to struts and stxx and am trying to figure out how to maintain some sort of user context for the application I am writing. Basically it is...
kamalifestyle
Offline Send Email
Sep 10, 2002
5:00 pm
327
With struts I can append arguments to the target action. I was wondering if this is possible with Stxx. For example, in Jeff's example on chaining,...
zhenya_r
Offline Send Email
Sep 10, 2002
6:14 pm
328
PLEASE IGNORE IT. I think I realize that my thoughts are wrong... ... Jeff's...
zhenya_r
Offline Send Email
Sep 10, 2002
6:17 pm
329
Hi, could you tell me what .jar have to be linked to allow Stxx working and has the classpath to be set to all these jars and to all the classes we create ? ...
ghorghor00
Offline Send Email
Sep 10, 2002
10:04 pm
330
I'm testing to see if I can post a message from the home page. -V...
Vivek
vivraji
Offline Send Email
Sep 11, 2002
3:13 pm
331
Jeff and Don, I think it would be a very good idea to make small modification to stxx to enable/disable xml object with HttpServletRequest attributes...
zhenya_r
Offline Send Email
Sep 11, 2002
3:14 pm
332
That sounds like a good idea Eugene. Since my time is limited to work on stxx right now, if you can supply a patch to implement this, I'll put it in the CVS...
Jeff Pennal
jeffpennal
Offline Send Email
Sep 11, 2002
3:18 pm
333
Hi Jerry, The sub-app concept took me a bit to wrap my head around. Unfortunately, Struts is not the best documented framework in the world and when it comes...
Jeff Pennal
jeffpennal
Offline Send Email
Sep 16, 2002
10:03 am
334
Hello, I can't find this in the documentation or the FAQ: Will STXX work with both the 1.0.2 and 1.1b releases of Struts, just the former, or just the latter?...
GlenMazza
Offline Send Email
Sep 16, 2002
2:07 pm
335
stxx development will probably halt at the current version 1.0.5, future stxx development will continue and be based on struts 1.1 The struts 1.0 branch of...
Jeff Pennal
jeffpennal
Offline Send Email
Sep 16, 2002
2:09 pm
336
Hello, Currently I'm returning PDF manually from my Struts Action subclass, without using stxx. Works fine, except that for some reason the doGet() request for...
GlenMazza
Offline Send Email
Sep 16, 2002
2:14 pm
337
Hi, I am using 1.0.5 release. I am wonder why the stxx properties is loading from classpath instead of servlet context? Any concern if I change the coding to...
toffeemak
Offline Send Email
Sep 17, 2002
1:55 am
Messages 308 - 337 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