Lynn Stevens wrote:

Hi Rick,

Read your email (thanks again) and tried what you said:

I got a the following error:
org.apache.jasper.JasperException: An error occurred while evaluating custom action attribute "items" with value "${PrintSessionFormBean.slideLots}": Unable to find a value for "slideLots" in object of class "org.pfgrc.struts.maple.man.PrintSessionActionForm" using operator "." (null)

When using DynaForms you have to access the map to get the properties...so it would be


${PrintSessionFormBean.map.slideLots}"

Next when you do

<html:text property="theSlideLots" value="${lot}"/>

and you are seeing the literal ${lot} it is because you aren't using the struts-el tags. Look in the distro under conf and use the struts-el tags.


-- Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to