Re: [Simple-support] same data-typed ElementList in ElementListUnion
Brought to you by:
niallg
|
From: Niall G. <gal...@ya...> - 2013-01-11 11:34:19
|
Can you provide a unit test that demonstrates this? If you can show it really is an error via a JUnit test then ill fix it straight away.
Thanks,
Niall
--- On Fri, 11/1/13, Jaewoo Lee <dl...@gm...> wrote:
> From: Jaewoo Lee <dl...@gm...>
> Subject: [Simple-support] same data-typed ElementList in ElementListUnion
> To: sim...@li...
> Received: Friday, 11 January, 2013, 1:36 AM
> Hi, Niall.
> I am defining ElementListUnion like
> below.
> @ElementListUnion({
> @ElementList(name = "low", entry =
> "low", inline = true, required = false, type =
> IVXBPQ.class),
> @ElementList(name =
> "high", entry = "high", inline = true,
> required = false, type = IVXBPQ.class), @ElementList(name =
> "width", entry = "width", inline =
> true, required = false, type = PQ.class),
> @ElementList(name =
> "center", entry = "center", inline =
> true, required = false, type =
> PQ.class)}
>
> and, I inputed sample code like below.
> <low name = ""
> /><high name = ""
> />
> but output came like below
>
> <low name = ""/><low name =
> ""/>
> ------------------------------------------------------------
> In ElementListUnion, Couldn't I define same
> data-typed ElementList? or is it bug?
> Thanks for your help.
>
> -----Inline Attachment Follows-----
>
> ------------------------------------------------------------------------------
> Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API
> and
> much more. Get web development skills now with LearnDevNow
> -
> 350+ hours of step-by-step video tutorials by Microsoft MVPs
> and experts.
> SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122812
> -----Inline Attachment Follows-----
>
> _______________________________________________
> Simple-support mailing list
> Sim...@li...
> https://lists.sourceforge.net/lists/listinfo/simple-support
>
|