Re: TinyMCE integration

2011-10-20 Thread jbrookover
suryaraju wrote: I am trying to implement spell check in tinyMCE and need help setting up the tinyMCE. Can you let me know what all jar I need and steps to set it up . Wicket Users (us...@wicket.apache.org) might be a better place for this question. Installing via Maven is the easiest

Re: [vote] release wicket 1.5.2 take 2

2011-10-20 Thread Martin Grigorov
–1 I broke it yesterday with WICKET-4141. Fixed with https://issues.apache.org/jira/browse/WICKET-4152 On Wed, Oct 19, 2011 at 9:54 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: This vote is to release wicket 1.5.2 (take 2) Branch

Wikct-auth-roles wiki error

2011-10-20 Thread Alexander Cherednichenko
Hi all. I have noticed an error in sample configuration on https://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.html , Section 'Spring Security setup', sample web.xml. In this sample Spring securityFilterChainProxy is marked as optional, needed only to secure resources. This

Re: Wikct-auth-roles wiki error

2011-10-20 Thread Martin Grigorov
Hi, The Wiki pages are editable by everyone. You just need to register an account. Feel free to improve any inconsistencies! Thanks! On Thu, Oct 20, 2011 at 5:44 PM, Alexander Cherednichenko lex...@gmail.com wrote: Hi all. I have noticed an error in sample configuration on

Re: Nested Forms in 1.4.x - order of calling onSubmit

2011-10-20 Thread tetsuo
This (nested first) is the behavior for 1.5. In 1.4, you could override the 'Form.delegateSubmit()' method, rewriting its logic to execute forms in reverse order, **IF** 'Form.onSubmit()' wasn't protected (thus, you can't call it on nested forms from your form subclass). You can, however, use

Re: Nested Forms in 1.4.x - order of calling onSubmit

2011-10-20 Thread Bruno Borges
I thought about overriding that method... Decided not to do it though to not have a different behaviour only in a specific case. We fixed it by updating the model at validation stage, if everything is valid(). It's working... :-) I asked this mostly because I wanted to know if this submition

Re: [vote] release wicket 1.5.2 take 2

2011-10-20 Thread Igor Vaynberg
this vote is closed, rebuilding... -igor On Thu, Oct 20, 2011 at 5:47 AM, Martin Grigorov mgrigo...@apache.org wrote: –1 I broke it yesterday with WICKET-4141. Fixed with https://issues.apache.org/jira/browse/WICKET-4152 On Wed, Oct 19, 2011 at 9:54 PM, Igor Vaynberg

[vote] release wicket 1.5.2 take 3

2011-10-20 Thread Igor Vaynberg
This vote is to release wicket 1.5.2 (take 3) Branch http://svn.apache.org/repos/asf/wicket/branches/wicket-1.5.2 Artifacts http://people.apache.org/~ivaynberg/wicket-1.5.2/dist/ Maven repo https://repository.apache.org/content/repositories/orgapachewicket-084/ Changelog

Re: svn commit: r1187145 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilterForm.java

2011-10-20 Thread Martin Grigorov
On Fri, Oct 21, 2011 at 3:37 AM, ivaynb...@apache.org wrote: Author: ivaynberg Date: Fri Oct 21 00:37:55 2011 New Revision: 1187145 URL: http://svn.apache.org/viewvc?rev=1187145view=rev Log: Issue: WICKET-4144 Modified:    

Re: svn commit: r1187145 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilterForm.java

2011-10-20 Thread Adam Gray
Every time someone makes a div display: inline, God kills a kitten. 8 \ On Thu, Oct 20, 2011 at 10:21 PM, Martin Grigorov mgrigo...@apache.orgwrote: On Fri, Oct 21, 2011 at 3:37 AM, ivaynb...@apache.org wrote: Author: ivaynberg Date: Fri Oct 21 00:37:55 2011 New Revision: 1187145