Hi Don, Thanks for responding so quickly, As you said, I may just need XML and XSL for my application. But then there are so many things which I have to decide...
I am using ActionMessages. They get serialized like: <message property="errors.detail" name="org.apache.struts.action.GLOBAL_MESSAGE" > <value>Changes will...
I've finished the initial version of a new forms framework that allows you to easily modify and validate xml through xforms (which just got W3C recommended...
On Fri, 1 Aug 2003, asgartali wrote: <snip /> ... If you are wanting quick and easy forms, I'm afraid stxx might not be a good idea. If you are wanting...
Looks good to me. Set the logger to debug and you should see more. Usually, that error occurs because of an earlier problem. FWIW, my app uses the request...
Well, as before, I'd recommend using request attributes to pass information from the action to the xslt. I'd hate to put anything in the action that ties it...
i just read that Yahoo is going to be cleaning up their Groups by getting read of all of the groups that have anything to do with porn, sex, dating, or...
No, all parameters are passed in the request attributes, but I would like to know if it is possible to get them in the XSLT, without the need to change the...
Did you consider encoding them into the path stxx uses to choose a pipeline? Then you could match them via wildcards and substitute them in declared...
hey, i'll be having another big orgy party in about 3 weeks, and wanted to send out another invitation to see who wants to come to this one. if you were at the...
We are doing an off-line application with IE and We would like to use the validator-rules.xml on the client. I think that we only need a xsl and the tags. I...
Folks, I have an XML element called <description>p>RMSI's <a href="http://home.rmsi.com/ops/document_retention_information.htm"><b> Document Retention...
I now explicitly specify the factory, however, it still appears that only the last message-resource gets appended to the XML. Thanks Tinou ... case as I ... ...
Hello, I am using stxx to customize the output for different companies. So now I have a company specific XSL that chooses a subset of a given xml for a given...
Well, a couple of options: you could use dynamic action forwards like I mentioned in a previous post: http://groups.yahoo.com/group/struts-xsl/message/1583 or...
We are developing an application off-line, so we canīt use struts, but we need to validate some fields and we thought to use validator-rules.xml with a xsl. I...
Hi Friends, If anyone of you have the StrutsFramework web application with database access, WAR file please share with me. I am very new to struts frame work,...
Sankar_Murugesan
sankar_murugesan@...
Aug 7, 2003 7:00 am
1596
The Struts Sourceforge project contains several example Struts applications that use relational databases. http://struts.sf.net Don...
Your forward could look like this: <forward name="success" path="shipment/company1/user1/viewList.dox" /> and the pipeline: <pipeline match="*/*/*/*.dox"> ...
If you are using Xalan, you could make a custom function to walk through the tree counting characters but keeping track of open formatting elements. I'm sure...
I am using Stuts - Stxx and Xsl . When rending a XML document , I used ActionForm bean for data transfer between xsl and Action class. It worked fire so far...
Don, thanks for the idea and it feels great to know that solutione exists. We are using xalan. Can you please explain me with an example. I really appreciate...