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...
Show off your group to the world. Share a photo of your group with us.

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 2021 - 2050 of 2669   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2021
Hi I have tried to put some localisation in my project by using ApplicationResources.properties files.. i created a french on...
Edd Dawson
edd_dawson
Offline Send Email
Mar 1, 2004
9:44 am
2022
Strange. Did you get any resolution? Don ... hacked...
mrdon42
Online Now Send Email
Mar 1, 2004
7:54 pm
2023
Interesting approach. Did you try to chain SAX handlers to insert a special handler that will intercept unnecessary events like startDocument/endDocument?...
Don Brown
mrdon42
Online Now Send Email
Mar 1, 2004
8:02 pm
2024
Although this is a question better asked on the Struts mailing list, you might try DynaFormBeans. You should programmatically be able to add/remove fields at...
Don Brown
mrdon42
Online Now Send Email
Mar 1, 2004
8:08 pm
2025
Hmm...it worked last time I checked. Note not all the text in the example is localized; in fact, very little is as it is only intended for demonstration...
Don Brown
mrdon42
Online Now Send Email
Mar 1, 2004
8:09 pm
2026
This is the code i am using to try and "localise" with : //add all the links the user is entitled to see on this page. Element linkList = new Element("links");...
Edd Dawson
edd_dawson
Offline Send Email
Mar 1, 2004
8:16 pm
2027
Hi, Mailing you from Future Focus Infotech, Bangalore, one of the major consulting and Software Development companies in India having offices in Bangalore,...
sunilrec
Offline Send Email
Mar 2, 2004
1:56 pm
2028
Hi, Mailing you from Future Focus Infotech, Bangalore, one of the major consulting and Software Development companies in India having offices in Bangalore,...
sunilrec
Offline Send Email
Mar 2, 2004
2:01 pm
2029
Hi I am working on a site where as users register it asks them for a lot of information.. So i want to split this over a few pages of forms.. page 1 will let...
Edd Dawson
edd_dawson
Offline Send Email
Mar 2, 2004
4:15 pm
2030
Dear Sir, This is with reference to the mail sent by you,dated 4th march 2004. Current Location:Mumbai Current Salary:1.8 lpa, Passport Status in Resume. ...
govindan ravi
raraavis_rg
Offline Send Email
Mar 3, 2004
6:46 am
2031
Hello All, We are already using stxx to get our model2x filling.. I would like to know how can i use precompiled xslts with stxx. Would i have to modify stxx...
samirss
Offline Send Email
Mar 5, 2004
1:24 am
2032
You can use the xsltc processor to compile stylesheets within stxx, but if you want to use precompiled stylesheets, yeah, you'd probably have to write your own...
Don Brown
mrdon42
Online Now Send Email
Mar 5, 2004
4:44 pm
2033
For those that wish to use their own RequestProcessor but with stxx support, steps are: -If you want your custom RequestProcessor as an extension of ...
Richard C.Hidalgo Lor...
rhidalgolorite
Offline Send Email
Mar 5, 2004
5:01 pm
2034
Dear Don & Community: I need to use tiles and velocity templates. I've read something about this at the list but cannot catch a clear idea about if it is...
Richard C.Hidalgo Lor...
rhidalgolorite
Offline Send Email
Mar 5, 2004
5:10 pm
2035
We have a huge XSLT, As Stxx is already using cached xslt templates, Using precompiled stylesheets, will it improve the performance? ... but if you want to use...
samirss
Offline Send Email
Mar 5, 2004
6:33 pm
2036
AFAIK, the only difference is if you precompile the stylesheet, you don't have to wait the first time the page is requested for the stylesheet to compile....
Don Brown
mrdon42
Online Now Send Email
Mar 5, 2004
6:55 pm
2037
If you are using tiles and velocity, you don't need stxx. The only way stxx and Velocity are related is stxx has the optional capability to use Velocity's...
Don Brown
mrdon42
Online Now Send Email
Mar 5, 2004
7:01 pm
2038
Thanks for the tip; I suppose that is easier that my suggestions :) Don ... From: "Richard C.Hidalgo Lorite" <rich@...> Date: Fri, 05 Mar 2004...
Don Brown
mrdon42
Online Now Send Email
Mar 5, 2004
7:01 pm
2039
The only issue I can see is if you have a Struts action specify an "input" page, Struts will forward, upon validation errors, the flow right back to that page...
Don Brown
mrdon42
Online Now Send Email
Mar 5, 2004
8:03 pm
2040
Yeah, that code shouldn't work any different than with plain Struts. If you remove the stxx parts, does it work in that context? Don ... From: "Edd Dawson"...
Don Brown
mrdon42
Online Now Send Email
Mar 5, 2004
8:04 pm
2041
We are trying to use regular expressions inorder to filter request attributes. We just need one attribute to be (e.g. SVGsessionId) part of the generated XML. ...
samirss
Offline Send Email
Mar 8, 2004
1:01 am
2042
Hi I am trying to use html hidden parameters in my forms.. when i add <html:hidden name="RegisterForm" property="userName"> to my stylesheet i get the...
Edd Dawson
edd_dawson
Offline Send Email
Mar 8, 2004
3:44 pm
2043
You might want to find a tutorial on regular expressions as yeah, this expression would match any parameter. If you are just not wanting that SVGsessionId,...
Don Brown
mrdon42
Online Now Send Email
Mar 8, 2004
4:24 pm
2044
Um, if you are using stxx and XSL, then you can't use JSP tag libraries since the page never goes through the JSP processor. Don ... From: "Edd Dawson"...
Don Brown
mrdon42
Online Now Send Email
Mar 8, 2004
4:29 pm
2045
i just figured that out :( how would i get similar functionality, as in passing values forward in forms?...
Edd Dawson
edd_dawson
Offline Send Email
Mar 8, 2004
4:36 pm
2046
The form should automatically get serialized into XML and therefore available to your XSLT. Make sure your stxx configuration is correct if this isn't the...
Don Brown
mrdon42
Online Now Send Email
Mar 8, 2004
5:12 pm
2047
Hi, We are currently developing a web-app that needs the following requirement: -We need to change the stylesheet used for XSLT tranformation at runtime- The...
Sander van den Berg
sander@...
Send Email
Mar 9, 2004
9:48 am
2048
Hi Don, I am not using XMLforms or anything like that (because to be honest i dont fully understand them), i am using standard struts actionforms, will the...
Edd Dawson
edd_dawson
Offline Send Email
Mar 9, 2004
1:04 pm
2049
Hi all, I'd like to use Stxx on a new project that will have to build WML for various mobile phones and HTML for web browsers. From previous usage of XSL on...
cyberloof
Offline Send Email
Mar 9, 2004
4:29 pm
2050
If your criteria is mainly performance, then no, XSL might not be the way to go. I'd be suprised to see XSL beating out JSP for performance for any page. XSL...
Don Brown
mrdon42
Online Now Send Email
Mar 9, 2004
4:38 pm
Messages 2021 - 2050 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