Mixin name

2013-08-27 Thread Serge Eby
This is a minor issue but just wanted to let you know in case it wasn't noticed: The release notes / javadocs talks about "FieldGroup" mixin but in the current implementation, it's "FormGroup" as defined in Bootstrap 3. /Serge -- View this message in context: http://tapestry-developers.2216

Re: Idea for 5.4: ControlGroup mixin

2012-12-15 Thread Serge Eby
Although I am a big fan of Bootstrap, I am in agreement with Josh. /Serge -- View this message in context: http://tapestry-developers.221625.n2.nabble.com/Idea-for-5-4-ControlGroup-mixin-tp7578954p7578974.html Sent from the Tapestry Developers mailing list archive at Nabble.com.

Re: [VOTE] Tapestry 5.3.2

2012-01-31 Thread Serge Eby
+1 (non-binding) /Serge -- View this message in context: http://tapestry-developers.221625.n2.nabble.com/VOTE-Tapestry-5-3-2-tp7234479p7239700.html Sent from the Tapestry Developers mailing list archive at Nabble.com. - To unsu

Re: Tapestry version

2011-12-21 Thread Serge Eby
It doesn't hurt.. I just like consistency :) /Serge -- View this message in context: http://tapestry-developers.221625.n2.nabble.com/Tapestry-version-tp7108295p7114921.html Sent from the Tapestry Developers mailing list archive at Nabble.com.

Tapestry version

2011-12-19 Thread Serge Eby
Hi, I just pulled the maintenance branch and noticed that the version is set to "5.3.2-RC1" not "5.3.2-rc1" (lowercase). Was this changed on purpose? -- /Serge -- View this message in context: http://tapestry-developers.221625.n2.nabble.com/Tapestry-version-tp7108295p7108295.html Sent from the

EnumValueEncoder in T5.3

2011-11-04 Thread Serge Eby
Hi, I noticed that the constructor for EnumValueEncoder was changed in T5.3 to address some issues. Although more flexible, It feels like this is something that should be transparently handled by the framework. We now need more code (i.e inject TypeCoercer) to use this feature. Anyway, I think th

[jira] Updated: (TAP5-414) BeanEditForm failing with custom validation decorator

2008-12-13 Thread Serge Eby (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Serge Eby updated TAP5-414: --- Summary: BeanEditForm failing with custom validation decorator (was: BeanEditForm failing with custom

[jira] Updated: (TAP5-414) BeanEditForm failing with custom validaton decorator

2008-12-13 Thread Serge Eby (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Serge Eby updated TAP5-414: --- Attachment: TAP5-414_test.tgz Sample application (from Tapestry core) replicating the issue. > BeanEditF

[jira] Created: (TAP5-414) BeanEditForm failing with custom validaton decorator

2008-12-13 Thread Serge Eby (JIRA)
-core Affects Versions: 5.1.0.0, 5.0.18 Reporter: Serge Eby When using the BeanEditForm with custom validation decorator, a runtime exception is thrown if the Field parameter is accessed in the insideLabel() method. Here are sample exception and stack trace