I agree, writing your own tags would be a good, clean, modular way to do this.

With JSTL, if you had a list of names of properties that one of your
beans *could* have, this wouldn't be as much of a problem (see EL's
empty operator). I don't know if this would be convenient through
JAXB.

On 5/15/06, Dave Newton <[EMAIL PROTECTED]> wrote:
Williams, Kevin C wrote:
> Is it possible that I can use JSTL to solve this problem?
>

JSTL? Don't really see how.

You basically need to be able to generate HTML from an introspected
bean, correct?

Personally I'd skip doing this w/ Struts. Barring that, I'd write custom
tags to do this (if I was forced to do it in Java, which would suck) and
end-run around Struts completely, but that's just me.

Dave



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


Reply via email to