Hi everybody, I got a problem accessing a DynaValidator's attribute through a scriptlet. Here is the codesnippet:
<% String kosten = PropertyUtils.getSimpleProperty( ticketForm, "kosten") .toString(); %> <bean:message key="text.premium" arg0='<%= kosten %>'/> While "kosten" is the bean's attribute and "ticketForm" is the DynaValidatorForm itself. The friendly message a receive is: "cannot resolve symbol symbol : variable ticketForm" Does somebody have an idea on this ? Kind Regards, Marc Tinnemeyer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]