Re: [Webwork-user] Menu Idea
Brought to you by:
baldree,
rickardoberg
From: Rickard O. <ri...@te...> - 2000-12-03 15:47:24
|
> Just an observation... In one of your previous > posts you create a menu based on java.util.Map > Have you thought about using JMenu straight? > It has a menber "getSubElements()". Now, if we can > introspect "Object[] getPropery" in the webwork tags, > we could use JMenu and some other Swing widgets too. > Imagine the code reusability! Yes, that occured to me too, and I looked through the Swing API and found the getSubelements() stuff too. I haven't tested this yet, but it should work! :-) regards, Rickard |