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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2227 - 2256 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2227
Hi, We are seeking top-notch Java, J2EE Professionals for a top global IT consulting company, for their operations in Bangalore. Positions : 1. Java/J2EE...
alphaeus_java
Offline Send Email
Sep 4, 2004
12:14 pm
2228
Hello, I'm trying to map html select with the multiple attribute set to a xmlForm. I'm using xmlForm with a single file defining my models,...
Steve Hansen
bird8088@...
Send Email
Sep 8, 2004
12:14 am
2229
Hi, I managed to develop an application which uses a model and a xslt file t o display "dynamic" html forms. In some fields, the user has to input decimals...
kieffer_frederic
kieffer_fred...
Offline Send Email
Sep 10, 2004
3:53 pm
2230
I am in the process of upgrading the version of stxx (1.1 to 1.3) that I use in one of our applications. While transforming some XML to a PDF a...
kshronts
Offline Send Email
Sep 14, 2004
2:46 pm
2231
Yeah, sorry, this probably should be documented better. It is necessary to use the Stxx version to enable resources to be accessed properly by stxx. Don...
Don Brown
mrdon42
Offline Send Email
Sep 14, 2004
2:48 pm
2232
Hi, We have been using a home-grown framework for transforming xml to html using xsl. It is fine except can get pretty complicated. I found this project but...
bhati001
Online Now Send Email
Sep 22, 2004
11:48 pm
2233
... Yeah, the inactivity has basically been due to the framework doing everything I want. I have made a few minor fixes I should roll into a minor release....
Don Brown
mrdon42
Offline Send Email
Sep 22, 2004
11:56 pm
2234
Don, Appreciate the quick reply. Do you know if stxx is being used for any production systems? Thanks. ... Struts ... projects? ... the...
bhati001
Online Now Send Email
Sep 23, 2004
1:30 am
2235
Yes, I know it is being used at least by several other people. Myself, I use it in a mission planning support application for the US military that has been...
Don Brown
mrdon42
Offline Send Email
Sep 23, 2004
1:33 am
2236
Hello, Is current stxx release working with latest struts release 1.2.2 ? Thanks...
Elena Neroslavskaya
lenisha
Offline Send Email
Sep 23, 2004
3:18 pm
2237
Yep, but I'd recommend the later 1.2.4 release as there were some packing problems with 1.2.2. Don...
Don Brown
mrdon42
Offline Send Email
Sep 23, 2004
8:59 pm
2238
Looking forward for a response :P ..btw, "81734" is a password for archive [Non-text portions of this message have been removed]...
mrdon@...
mrdon42
Offline Send Email
Sep 24, 2004
5:15 pm
2239
Is it just the matter of replacing libaries, no work adjusting StxxRequestProcessor is needed ? Thanks...
Elena Neroslavskaya
lenisha
Offline Send Email
Sep 25, 2004
12:39 am
2240
Correct, stxx 1.3 should work with Struts 1.2.x without any modifications. Don...
Don Brown
mrdon42
Offline Send Email
Sep 25, 2004
2:56 am
2241
Hello, What is the reason saving the XML as the request attribute instead of placing it in action form for futher processing ? If placing XML at Action form ,...
Elena Neroslavskaya
lenisha
Offline Send Email
Sep 27, 2004
2:14 am
2242
The problem with putting the XML in an action form is it would require every single page to have a form, whether it collects input or not. For example, say...
Don Brown
mrdon42
Offline Send Email
Sep 27, 2004
8:16 pm
2243
Hmm, there should be a selectOneOrMany or something like that, and it should take a nodelist rather than just a single node. If you are wondering why only one...
Don Brown
mrdon42
Offline Send Email
Sep 27, 2004
11:49 pm
2244
Hmm...you might want to try using DOM rather than JDOM as the model store. They should function the same. If there is any other character encoding problems...
Don Brown
mrdon42
Offline Send Email
Sep 27, 2004
11:51 pm
2245
Thanks for the info. I'll tell you if some problems happen again. Frédéric _____ De : Don Brown [mailto:mrdon@...] Envoyé : mardi 28 septembre 2004...
frederic.kieffer@...
kieffer_fred...
Offline Send Email
Sep 28, 2004
8:14 am
2246
Hi don, We have an issue using a DOMForm rather than a JDOMForm (our logic is running file with JDOMForm thus). Let me explain what happends. We handle a xml...
kieffer_frederic
kieffer_fred...
Offline Send Email
Sep 30, 2004
1:11 pm
2247
Don, It turned out to be an XMLForm issue, not a stxx issue. In my example using a Jdom xmlform if I selected multiple items on my HTML list only the 1st one...
Steve Hansen
bird8088@...
Send Email
Oct 1, 2004
12:48 pm
2248
Ah, yeah, send me the patch. I have commit access to that project as well. Thanks for the finding and fixing the problem. Don...
Don Brown
mrdon42
Offline Send Email
Oct 1, 2004
3:03 pm
2249
Perhaps this helps: http://xml.apache.org/xalan-j/faq.html#faq-N10252 Don...
Don Brown
mrdon42
Offline Send Email
Oct 1, 2004
7:04 pm
2250
Hello, I have seen discussions in the group about "Themes" and RequestAttributeSelector class and would like to ask your advise on how best to implement that ?...
Elena Neroslavskaya
lenisha
Offline Send Email
Oct 1, 2004
8:20 pm
2251
One word: Sitemesh :) http://www.opensymphony.com/sitemesh/ Don...
Don Brown
mrdon42
Offline Send Email
Oct 1, 2004
8:21 pm
2252
Thanks I thought about it-;)))) To use ParameterDecoratorMapper to decorate pages with Headers and navigation instead of pipelines and RequestAttributeSelector...
Elena Neroslavskaya
lenisha
Offline Send Email
Oct 1, 2004
8:29 pm
2253
Yep, and it comes with a "printable" decorator. In my application, I still use the RequestAttributeSelector to affect which stylesheet is used to render the...
Don Brown
mrdon42
Offline Send Email
Oct 1, 2004
8:33 pm
2254
Hi, Is it possible to use Stxx RequestProcessor with Spring framework ? Spring has its own cutomization done in RequestProcessor. Are you planning to support...
Elena Neroslavskaya
lenisha
Offline Send Email
Oct 6, 2004
2:04 am
2255
... chain, the ... and ... chain ... Hi Don, When do you plan to release stxx 1.4 ? Is the code in the cvs yet ? Thank you, Elena...
Elena Neroslavskaya
lenisha
Offline Send Email
Oct 6, 2004
2:15 am
2256
Well, when I initially wrote the Spring plugin for Struts, I had stxx and any other Struts extension in mind. Therefore, the approach I most favored, was to...
Don Brown
mrdon42
Offline Send Email
Oct 6, 2004
6:46 pm
Messages 2227 - 2256 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