RE: Struts from XSLT

2004-07-29 Thread Matthew Van Horn
On Fri, 2004-07-30 at 04:07, Johan Wasserman - BCX - Infrastructure Services wrote: > You're right, it does render the output exactly like in your example. > Only it doesn't help if the HTML output says . > bean:message should do it's job and do the lookup for foo, that doesn't > happen. > > When

RE: Struts from XSLT

2004-07-29 Thread Johan Wasserman - BCX - Infrastructure Services
ed to see "FooResult". Application.properties file: -- Foo=FooResult -Original Message- From: Matthew Van Horn [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 12:00 AM To: Struts Users Mailing List Subject: RE: Struts from XSLT Are you sure you are in t

RE: Struts from XSLT

2004-07-29 Thread Johan Wasserman - BCX - Infrastructure Services
PROTECTED] Sent: Thursday, July 29, 2004 12:00 AM To: Struts Users Mailing List Subject: RE: Struts from XSLT Are you sure you are in the right context when you call 'name()' ? Here is some working XML / XSLT - you can try it at: http://www.cherrypy.org/demo/xmlXslOnline XML Doc:

RE: Struts from XSLT

2004-07-28 Thread Matthew Van Horn
;"/> > > > But that renders to the HTML output and struts > don't kick in. > > -Original Message- > From: Matthew Van Horn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 28, 2004 11:48 AM > To: 'Struts Users Mailing List' > Subject: R

RE: Struts from XSLT

2004-07-28 Thread Marco Mistroni
Hello,] How about ? Regards marco -Original Message- From: Johan Wasserman - BCX - Infrastructure Services [mailto:[EMAIL PROTECTED] Sent: 28 July 2004 11:02 To: Struts Users Mailing List Subject: RE: Struts from XSLT Tried that approach unsuccessfully (output is

RE: Struts from XSLT

2004-07-28 Thread Johan Wasserman - BCX - Infrastructure Services
But that renders to the HTML output and struts don't kick in. -Original Message- From: Matthew Van Horn [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 11:48 AM To: 'Struts Users Mailing List' Subject: RE: Struts from XSLT Assuming an elemen

RE: Struts from XSLT

2004-07-28 Thread Matthew Van Horn
2004 6:25 PM > To: [EMAIL PROTECTED] > Subject: Struts from XSLT > > > How do I assign output from xsl to bean:message or fmt:message. > > For example "/> > > I have tried using select"name()"/> > > It doesn't work. > --

Struts from XSLT

2004-07-28 Thread Johan Wasserman - BCX - Infrastructure Services
How do I assign output from xsl to bean:message or fmt:message. For example "/> I have tried using It doesn't work.