From: "Andrew Close" <[EMAIL PROTECTED]>
> for example, page 1 has a select list containing shape objects.  upon
> selecting the shape you want an action fetches and populates colors,
> another select list on the page.  the problem is that the users are
> selecting the shape and then immediately attempting to select a color,
> which hasn't been populated yet.

You could just not display the 'color' selection until after they choose a
shape.  Put the color selection inside a <c:if> block.  They can't click on
it if they can't see it.

Or you could move the color selection to a second page, which they only get
to after picking a shape.

The only 'please wait' pages I do are while a PDF is being generated, so I'm
no help there.

-- 
Wendy


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

Reply via email to