Hi!

 

How can I use xml-output from java-classes in my xsps? I have a class, say Foo and my logicsheet inserts something like

 

<xsp:expr>Foo.showData()</xsp:expr>

 

in my xsp. The output from Foo is then escaped and all my <tags> end up in &lt;tag&gt;...

 

I really want to put the heavy logic into my own classes, away from the xsp – is that possible somehow?

 

Thanx in advance, Nils

 

Reply via email to