Addressing variables with jstl

2005-10-13 Thread Michael Winkler
Hi, I've . g. two classes: public class A { private int i; ... } and public class B { private A a; ... } further in my JSP: Now my question: is it possible to address the variable i in Class A with the jstl? prints the memory address ... won't work

Re: Problems using Taglibs 1.1: c:out

2005-10-08 Thread Michael Winkler
roperty-file (e. g. file_en,property, file_de.property). Is it possible to include e.g. the fnt-taglib in my xsl-file? is xml-conform ... I have no idea, whether this is possible or not and would appreciate any help. Thanks for your

Problems using Taglibs 1.1: c:out

2005-09-09 Thread michael . winkler
prefix="c" %> value = this example results in the - for me - unexpected output: value = ${item} value = ${item} value = ${item} value = ${item} value = ${item} value = ${item} i have no idea what's here going wrong. any help would