I believe in the "layout best practices" discussion that we had recently it was decided that the Find screens would show initially the Search Options form with an unfiltered list of search results below it. I think it would be best to have the lookup screens follow the same pattern.
I will work on the problem you reported. -Adrian --- On Sat, 6/14/08, Bruno Busco <[EMAIL PROTECTED]> wrote: > From: Bruno Busco <[EMAIL PROTECTED]> > Subject: Usng FindScreenDecorator in LookupScreen > To: dev@ofbiz.apache.org > Date: Saturday, June 14, 2008, 3:29 AM > Hi, > I have made some change to have the LookupScreen use the > FindScreenDecorator > and it works quite fine. > Additionally, I would like to have the lookup popping up > with the Search > Options collapsed and so I am trying to use the tag: > initially-collapsed="true" property in the > screenlet tag but this seems not > to work. > > What happens is that no HTML is rendered at all for > screenlet with > initially-collapsed="true" property and so, the > java script cannot make it > visible when requested. > > Any help on this? > > -Bruno