[Opensource] referencing properties in the jsp (4.0.2 upgrade to 5.0.3RC5) que stion

Eddie Lewis ELewis at copyright.com.au
Mon Oct 27 21:50:15 PST 2003


Have some 4.0.2 code that did work
 
in controller/ state set the output
response.addOutput(new Output("domainprefix", domain));
 
in the jsp - defined a String
<logic:present property="domainprefix">
  <bean:define id="domainprefix" property="domainprefix"
type="java.lang.String"/>
</logic:present>
 
now try to reference the string and cannot reference as before.
A simple call in the jsp -
 
System.out.println("domainprefix setting = " + domainprefix);
 
gives a jsp compile error that "domainprefix" does not exist.
 
NOTE <bean:write property="domainprefix" /> does work
 
have gone through the compiled jsp code and it looks like the property
should be set ok.
Has anybody else had this problem.
 
Thanks
Eddie Lewis
This electronic mail message and any attachments are confidential. If you are not the intended recipient please do not use the information, advise us immediately and destroy this message. Opinions and information in this message are those of the sender and not necessarily those of CAL. Unless expressly permitted by the sender, you may not copy, disclose or use the contents in any way.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.jcorporate.com/pipermail/opensource/attachments/20031028/f848e93e/attachment-0002.htm


More information about the Opensource mailing list