RE: ComponentResources.getInformalParameterNames()

2011-10-22 Thread Wechsung, Wulf
True, components render in order and they take parameters ... great idea, actually :) thanks! -Original Message- From: Howard Lewis Ship [mailto:hls...@gmail.com] Sent: Samstag, 22. Oktober 2011 21:54 To: Tapestry users Subject: Re: ComponentResources.getInformalParameterNames() Or it

Re: ComponentResources.getInformalParameterNames()

2011-10-22 Thread Howard Lewis Ship
Or it could be that you are misusing blocks, which are designed to have truly simple semantics, when you could be using nested components instead, so you could have the semantics you desire. On Sat, Oct 22, 2011 at 11:17 AM, Thiago H. de Paula Figueiredo wrote: > On Sat, 22 Oct 2011 15:38:17 -020

Re: ComponentResources.getInformalParameterNames()

2011-10-22 Thread Thiago H. de Paula Figueiredo
On Sat, 22 Oct 2011 15:38:17 -0200, Wechsung, Wulf wrote: Besides the issue of what the spec really means by "not significant" (I strongly suspect it means for validity only), I really don't understand what's behind that statement. I mean, every XML parser simply parses text. But attri

Re: ComponentResources.getInformalParameterNames()

2011-10-22 Thread Lenny Primak
Message- > From: Steve Eynon [mailto:steve.ey...@alienfactory.co.uk] > Sent: Samstag, 22. Oktober 2011 15:33 > To: Tapestry users > Subject: Re: ComponentResources.getInformalParameterNames() > > Hiya, > >> Bearing in mind XML doesn't enforce ordering on attri

RE: ComponentResources.getInformalParameterNames()

2011-10-22 Thread Wechsung, Wulf
rant out :) Best Regards, Wulf -Original Message- From: Steve Eynon [mailto:steve.ey...@alienfactory.co.uk] Sent: Samstag, 22. Oktober 2011 15:33 To: Tapestry users Subject: Re: ComponentResources.getInformalParameterNames() Hiya, > Bearing in mind XML doesn't enforce ordering o

RE: ComponentResources.getInformalParameterNames()

2011-10-22 Thread Wechsung, Wulf
ds, Wulf -Original Message- From: Robert Zeigler [mailto:robert.zeig...@roxanemy.com] Sent: Samstag, 22. Oktober 2011 19:07 To: Tapestry users Subject: Re: ComponentResources.getInformalParameterNames() On Oct 22, 2011, at 10/227:59 AM , Wechsung, Wulf wrote: > Hi Robert, > &g

Re: ComponentResources.getInformalParameterNames()

2011-10-22 Thread Robert Zeigler
On Oct 22, 2011, at 10/227:59 AM , Wechsung, Wulf wrote: > Hi Robert, > > thanks for your response! > > I see. I understand that the attribute order (even element order ...) in the > document is supposed to be insignificant but does that really mean that the > information about the attribute

Re: ComponentResources.getInformalParameterNames()

2011-10-22 Thread Steve Eynon
get hit with all the ugly at once ;) > > Best Regards, > Wulf > > > > -----Original Message- > From: Robert Zeigler [mailto:robert.zeig...@roxanemy.com] > Sent: Samstag, 22. Oktober 2011 14:26 > To: Tapestry users > Subject: Re: ComponentResources.getInformalParameterNames() &

RE: ComponentResources.getInformalParameterNames()

2011-10-22 Thread Wechsung, Wulf
n such a way that you get hit with all the ugly at once ;) Best Regards, Wulf -Original Message- From: Robert Zeigler [mailto:robert.zeig...@roxanemy.com] Sent: Samstag, 22. Oktober 2011 14:26 To: Tapestry users Subject: Re: ComponentResources.getInformalParameterNames() Block p

Re: ComponentResources.getInformalParameterNames()

2011-10-22 Thread Robert Zeigler
s truly an > exceptional circumstance or not. Also, I always include a check method if I > am going to throw or return null -> hasXYZ()? getXYZ().toString() : "no > xyz". > > Best Regards, > Wulf > > > -Original Message- > From: Steve Eynon [

RE: ComponentResources.getInformalParameterNames()

2011-10-22 Thread Wechsung, Wulf
ng() : "no xyz". Best Regards, Wulf -Original Message- From: Steve Eynon [mailto:steve.ey...@alienfactory.co.uk] Sent: Samstag, 22. Oktober 2011 06:15 To: Tapestry users Subject: Re: ComponentResources.getInformalParameterNames() Looking at the code, yes, the names are indeed sorted.

Re: ComponentResources.getInformalParameterNames()

2011-10-21 Thread Steve Eynon
Looking at the code, yes, the names are indeed sorted. But even if they weren't I doubt they'd be returned in the template defined order as internally they are stored as set of bindings and transformed into a named map - and both structures are notorious for losing a defined order. Turning the que