Re: Page aliasing and Request interception

2007-08-30 Thread Matej Knopp
mountBookmarkablePage could help you here. Wicket can't help you with autentication, but for authorization, you can implement IAuthorizationStrategy which allows you to protect various bits of wicket. -Matej On 8/30/07, Craig Tataryn [EMAIL PROTECTED] wrote: Hi, this is my first post so

Re: [VOTE] Deprecate Fragment constructor that doesnt take a markup provider

2007-08-29 Thread Matej Knopp
+1 On 8/29/07, Igor Vaynberg [EMAIL PROTECTED] wrote: +1 -igor On 8/29/07, Igor Vaynberg [EMAIL PROTECTED] wrote: seems this is confusing a lot of users and it doesnt work the greatest, so here is a vote so the vote is to deprecate the constructor variants that do not take a

Re: 1.3 beta2 - beta3 = NullPointerException

2007-08-29 Thread Matej Knopp
Hi, could you please create a jira issue and attach a quickstart project that can be used to reproduce this? Thanks. I'll look at it ASAP. -Matej On 8/29/07, Stojce Dimski [EMAIL PROTECTED] wrote: I have a simple app embedded in my jetty (no web.xml, I wire-up the components) with: -

Re: Wicket HTML Simplicity

2007-08-29 Thread Matej Knopp
Well, it is just HTML. But there is a templating involved. And that has to hinder previewability in a certain way. -Matej On 8/29/07, Carlos Silva [EMAIL PROTECTED] wrote: I guess the is just HTML claim of wicket only goes so far. On Aug 29, 2007, at 2:16 PM, Martijn Dashorst wrote:

Re: Wicket getting some bad press at Slashdot.org

2007-08-29 Thread Matej Knopp
Yeah, we have alrady seen it. But I personally think that responding to arguments such as I just don't see what Wicket - or possibly any web framework - buys you. is just a waste of time. -Matej On 8/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Over in the Slashdot article about GWT in

Re: best practice for a header component with links defined by the page

2007-08-29 Thread Matej Knopp
You should use panels for this. You can have panels for 1 link, 2 links a 3 links. Or even put a repeater into panel to generate as many links as you want. And you then need only one placeholder on the page (for the panel). -Matej On 8/29/07, Kirk Israel [EMAIL PROTECTED] wrote: Hey there--

[jira] Commented: (WICKET-665) OnChangeAjaxBehavior no longer works for DropDownChoices

2007-08-28 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523186 ] Matej Knopp commented on WICKET-665: That's weird, because (at least for wicket 1.3) the specified id should

[jira] Commented: (WICKET-895) If a form includes a DataTable with AjaxEditableLabels and the form should be refresh an exception occurs when a user switches between a changed label to another

2007-08-28 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523283 ] Matej Knopp commented on WICKET-895: This should be fixed in trunk. Can you please test and confirm? If a form

Re: Versioning not working when a page can't be serialized?

2007-08-28 Thread Matej Knopp
Depends on what wicket version you are using. As for 1.3, the page indeed must be serialized. There is no way around it. The exception shouldn't have been swallowed though. Are you sure it wasn't in your logs? Prior beta 3, default page store is FilePageStore which serializes page in separate

Re: WicketServlet no longer sets application on current thread

2007-08-28 Thread Matej Knopp
That's not good. Can you please create a jira issue for this? -Matej On 8/28/07, Jan Vermeulen [EMAIL PROTECTED] wrote: The last changes made to WicketFilter (move Application.set (webApplication) from doGet() to doFilter()) have a side effect: if working with WicketServlet (due to OSGI),

Re: Panel/Localizer issue

2007-08-28 Thread Matej Knopp
You should use ResourceModel for this, it does the localization/message lookup for you. -Matej On 8/28/07, Edvin Syse [EMAIL PROTECTED] wrote: Hi, When I instantiate a Panel that does getLocalizer().getString() in the constructor, I obviously get the errormessage: WARN [Localizer] Tried

Re: Propagating user context to the business layer

2007-08-28 Thread Matej Knopp
You can extend RequestCycle and do that in onEndRequest. To use custom request cycle class override Application.newRequestCycle(final Request request, final Response response); -Matej On 8/28/07, Huergo Perez [EMAIL PROTECTED] wrote: Hi All, I have a user context stored in a Wicket session

Re: Migration to Wicket 1.3

2007-08-28 Thread Matej Knopp
The validators work a bit differently in 1.3 you need to use the error(IValidationError error) on IValidatable inside your IValidator.validate(IValidatable validatable); as IValidationError you can use the convenience class ValidationError. e.g. ValidationError error = new ValidationError();

Re: Wicket at Apachecon (US)

2007-08-28 Thread Matej Knopp
Not really. The thing is that i don't even know if the tutorial will happen util short time before the apache con (depending on number of attendees). -Matej On 8/28/07, Eelco Hillenius [EMAIL PROTECTED] wrote: On 8/28/07, Matej Knopp [EMAIL PROTECTED] wrote: Hi, I was supposed to have

[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

2007-08-27 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522956 ] Matej Knopp commented on WICKET-878: I commited a possible fix, can you please try it if works for you

[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

2007-08-27 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522966 ] Matej Knopp commented on WICKET-878: The snapshots will probably won't be recent enough so you'll have to wait

[jira] Created: (WICKET-893) Relative urls are broken if there is a + in parameter

2007-08-27 Thread Matej Knopp (JIRA)
Reporter: Matej Knopp Assignee: Matej Knopp Fix For: 1.3.0-beta4 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (WICKET-893) Relative urls are broken if there is a + in parameter

2007-08-27 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-893. Resolution: Fixed Added missing decoding URLDecoder.decode call on getServeltPath() inside

[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

2007-08-27 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522983 ] Matej Knopp commented on WICKET-878: That's weird, the QueryStringUrlCodingStrategy seem to work fine for me

[jira] Commented: (WICKET-892) RefreshingView only gets rendered when TreeTable node is opened twice

2007-08-27 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522990 ] Matej Knopp commented on WICKET-892: Fix commited (by mistake) as WICKET-878 RefreshingView only gets rendered

[jira] Resolved: (WICKET-892) RefreshingView only gets rendered when TreeTable node is opened twice

2007-08-27 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-892. Resolution: Fixed Fix Version/s: 1.3.0-beta4 RefreshingView only gets rendered when

[jira] Commented: (WICKET-895) If a form includes a DataTable with AjaxEditableLabels and the form should be refresh an exception occurs when a user switches between a changed label to another

2007-08-27 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523059 ] Matej Knopp commented on WICKET-895: Yeah, this thing is haunting us from ajax day one. If a form includes

Re: model wrapper for ReuseIfModelsEqualStrategy or alternative reuse strategy?

2007-08-27 Thread Matej Knopp
Perhaps IEntityModel Object getEntityId/PK() would be better name? ICompressedModel doesn't really say much, sounds too abstract to me. Also I could live with EqualsDecorator as long as it clearly states with CAPITAL LETTERS that it can't be used on detachable models :) -Matej On 8/27/07, Eelco

Re: nested ajax requests (AjaxEditableLabel and form)

2007-08-27 Thread Matej Knopp
What exception? On 8/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I got some problems in my app with a nested ajax request. In my form i'm using a DataTable whick includes AjaxEditableLabel components. The Problem with these combination is that if a label is changed, the rest of

Re: DownloadLink hanging

2007-08-27 Thread Matej Knopp
I've commited a possible fix. Can you plase try if it helps your problem? -Matej On 8/27/07, Eelco Hillenius [EMAIL PROTECTED] wrote: On 8/27/07, Thomas Singer [EMAIL PROTECTED] wrote: Isn't fixing bugs the task of the Wicket developers? We don't have a problem ordering support, but I

Re: DownloadLink hanging

2007-08-27 Thread Matej Knopp
On 8/27/07, Thomas Singer [EMAIL PROTECTED] wrote: Your best bet on getting quick support is to fix it yourself and send in a patch. Well, if that would be possible, I would have done that or worked around it myself (like done with some own components). http://www.wicket-support.com/

Re: Re: Re: nested ajax requests (AjaxEditableLabel and form)

2007-08-27 Thread Matej Knopp
Beverungen Josef Tillmann Vorsitzender des Aufsichtsrates Heinz-Dieter Wendorff Handelsregister Amtsgericht Paderborn HRB 3270 Matej Knopp [EMAIL PROTECTED] 27.08.2007 10:45 Bitte antworten an users@wicket.apache.org An users@wicket.apache.org Kopie Thema Re: Re: nested ajax

Re: Alternative to Wicket data binding

2007-08-27 Thread Matej Knopp
On 8/27/07, Timo Rantalaiho [EMAIL PROTECTED] wrote: On Sat, 25 Aug 2007, Eelco Hillenius wrote: are discussing here though is quite a different case. If it is no problem that people access members directly, and you think getters and setters are too much bloat, why don't you just make them

Re: Re: Re: Re: nested ajax requests (AjaxEditableLabel and form)

2007-08-27 Thread Matej Knopp
Hagen Matej Knopp [EMAIL PROTECTED] 27.08.2007 11:24 Bitte antworten an users@wicket.apache.org An users@wicket.apache.org Kopie Thema Re: Re: Re: nested ajax requests (AjaxEditableLabel and form) I need a quickstart with as little code as possible but enough to demonstrate

Re: DownloadLink hanging

2007-08-27 Thread Matej Knopp
a little bit for a web*site*, but when I think on a web*application* like JIRA, I also can't imagine at least one usecase (always from my user's point of view) which accepts a timeout or blocking when downloading a larger file. -- Cheers, Tom Matej Knopp wrote: On 8/27/07, Thomas Singer

Re: RefreshingView only gets rendered when TreeTable node is opened twice

2007-08-27 Thread Matej Knopp
, including a quickstart gerolf On 8/27/07, Matej Knopp [EMAIL PROTECTED] wrote: It's probably a bug, can you please fill in a JIRA entry and assign it to me? What wicket version are you using? -Matej On 8/27/07, Gerolf Seitz [EMAIL PROTECTED] wrote: hi

[jira] Updated: (WICKET-153) FormElement cookies not set when called using AJAX

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp updated WICKET-153: --- Fix Version/s: 1.4.0-alpha Priority: Minor (was: Major) Reducing priority and postponing

[jira] Commented: (WICKET-617) Optimize JavaScript and CSS downloads

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522844 ] Matej Knopp commented on WICKET-617: I'm not sure if there is anything more to do. We filter the javascript

[jira] Resolved: (WICKET-536) ModalWindow does not function under Opera

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-536. Resolution: Fixed ModalWindow does not function under Opera

[jira] Created: (WICKET-890) Modal window causes session expires

2007-08-26 Thread Matej Knopp (JIRA)
: Matej Knopp Assignee: Matej Knopp Fix For: 1.3.0-beta4 Each modal window uses 4 different cookies to remember it's position, which causes the session cookie to be removed from browsers. -- This message is automatically generated by JIRA. - You can reply to this email to add

[jira] Resolved: (WICKET-890) Modal window causes session expires

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-890. Resolution: Fixed Modal window position for all modal windows is stored as one cookie. Modal

[jira] Resolved: (WICKET-572) replacing tr using ajax does not work in safari

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-572. Resolution: Fixed It's fixed. If anyone thinks otherwise, please submit a testcase. replacing tr

[jira] Commented: (WICKET-825) web browser displays empty page when WebPage mounted with HybridUrlCodingStrategy

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522849 ] Matej Knopp commented on WICKET-825: There is a stateless checking code now, can you please test if it helps

[jira] Commented: (WICKET-882) RefreshingView should call super.onBeforeRender after it refreshed it's items.

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522850 ] Matej Knopp commented on WICKET-882: No objections from me. RefreshingView should call super.onBeforeRender

[jira] Commented: (WICKET-824) Session id encoding problem in cookie-less mode

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522853 ] Matej Knopp commented on WICKET-824: Seems to work for me. Perhaps this is already fixed? Session id encoding

[jira] Updated: (WICKET-746) Thread synchronization problems in FilePageStore

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp updated WICKET-746: --- Priority: Major (was: Critical) I'm lowering the priority as FilePageStore is no longer the default

[jira] Commented: (WICKET-604) 'Wicket.Channel' name is not accessible in ajax related classes

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522855 ] Matej Knopp commented on WICKET-604: This should be already fixed, the channel name can be set through

[jira] Commented: (WICKET-713) AbstractAjaxBehavior can not be reused.

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522856 ] Matej Knopp commented on WICKET-713: This would require adding a method to IBehavior, e.g. IBehavior.unbind

[jira] Commented: (WICKET-745) AbstractAjaxTimerBehavior triggered more than expected after a new Ajax rendering

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522859 ] Matej Knopp commented on WICKET-745: Should be fixed, can you please confirm? AbstractAjaxTimerBehavior

[jira] Assigned: (WICKET-745) AbstractAjaxTimerBehavior triggered more than expected after a new Ajax rendering

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-745: -- Assignee: Matej Knopp AbstractAjaxTimerBehavior triggered more than expected after a new Ajax

[jira] Commented: (WICKET-792) Calls to getString() are sloooooow.

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522860 ] Matej Knopp commented on WICKET-792: Perhaps we should cache it in request cycle? Calls to getString

[jira] Commented: (WICKET-796) setresponsepage() does not properly redirect from ajax requests

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522866 ] Matej Knopp commented on WICKET-796: Works for me fine. setresponsepage() does not properly redirect from

[jira] Commented: (WICKET-497) For stateless mounted page incorrect url is generated

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522868 ] Matej Knopp commented on WICKET-497: Could you also test it with more recent snapshot? June 11 is quite an old

[jira] Updated: (WICKET-497) For stateless mounted page incorrect url is generated

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp updated WICKET-497: --- Comment: was deleted For stateless mounted page incorrect url is generated

[jira] Commented: (WICKET-605) Stateless form skips page parameters

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522869 ] Matej Knopp commented on WICKET-605: What's the state of this? Stateless form skips page parameters

[jira] Commented: (WICKET-669) AjaxEditableLabel needs Model for adding a IValidator

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522871 ] Matej Knopp commented on WICKET-669: I've added the javadoc. Al, do you have any creative solution yet

[jira] Resolved: (WICKET-849) Bad multiple select display with DatePicker and ajax debug

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-849. Resolution: Won't Fix There's not much I can do about IE redraw problems. Bad multiple select

[jira] Commented: (WICKET-734) Custom ILinkListener component causes error in cell on mounted page

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522874 ] Matej Knopp commented on WICKET-734: You need to make your link not stateless. protected boolean

[jira] Assigned: (WICKET-734) Custom ILinkListener component causes error in cell on mounted page

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-734: -- Assignee: Johan Compagner Currently Mounted pages dont support stateless urls (the page

[jira] Resolved: (WICKET-819) DefaultButtonImageResource's fontAttributes field isn't serializable

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-819. Resolution: Fixed Use a HashMap instead. DefaultButtonImageResource's fontAttributes field isn't

[jira] Resolved: (WICKET-780) Internal server error 500 unresolvable in Ajax Debug Window

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-780. Resolution: Fixed I modified the javascript to output error to ajax console. However, I'll

[jira] Assigned: (WICKET-854) ModalWindow.setTitle needs to accept a model

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-854: -- Assignee: Matej Knopp ModalWindow.setTitle needs to accept a model

[jira] Resolved: (WICKET-854) ModalWindow.setTitle needs to accept a model

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-854. Resolution: Fixed ModalWindow.setTitle needs to accept a model

[jira] Commented: (WICKET-891) Switching locale doesn't change already rendered feedback messages' language

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522897 ] Matej Knopp commented on WICKET-891: Should be fixed now. Switching locale doesn't change already rendered

[jira] Resolved: (WICKET-705) StringValue javadoc incorrect regrading conversion to checked exception

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-705. Resolution: Fixed StringValue javadoc incorrect regrading conversion to checked exception

[jira] Updated: (WICKET-713) AbstractAjaxBehavior can not be reused.

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp updated WICKET-713: --- Fix Version/s: (was: 1.3.0-beta4) 1.4.0-alpha AbstractAjaxBehavior can

[jira] Commented: (WICKET-792) Calls to getString() are sloooooow.

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522913 ] Matej Knopp commented on WICKET-792: Looks like the localizer should be already caching it. Any ideas? Calls

[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

2007-08-26 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522914 ] Matej Knopp commented on WICKET-878: I think we should create RequestCycle before asking ResourceReference

Re: Alternative to Wicket data binding

2007-08-26 Thread Matej Knopp
For the sake of clarity, I think this: with public getXXX and private setXXX the property is read only with public getXXX and no setXXX the property is read only So do I. I think it needs to be fixed. If there is a private setter, we should use it. Period. Johaaan?! -Matej

Re: Alternative to Wicket data binding

2007-08-25 Thread Matej Knopp
Why couldn't it access the attribute field directly? -Matej On 8/25/07, Paolo Di Tommaso [EMAIL PROTECTED] wrote: I agree. If you make the PropertyModel access private getter and setter I don't see any reason because it cannot access the attribute field directly (when the getter and setter

Re: Alternative to Wicket data binding

2007-08-25 Thread Matej Knopp
I agree with Igor here. If you are really concerned about protecting private fields, your only option is running with a security manager. Otherwise there will always be a way around it. Being able to access private field is convenient and reduces code clutter. Even though it's not the cleanest way

Re: Wicket and Spring MVC compared.

2007-08-24 Thread Matej Knopp
There is not much point in comparing Wicket to Spring MVC. Spring MVC is a very simple action based framework with very little functionality (and probably minimal overhead). So what you would really be comparing is Wicket to JSP (assuming you use JSP as your view layer). Now again, Wicket is a

Re: Alternative to Wicket data binding

2007-08-24 Thread Matej Knopp
Hi, there's nothing wrong with yor approach, actually, it's more solid than using (Compound)PropertyModel because you get full refactoring support. The downside is of course code verbosity. Unless java get property expression there's not much we can do about it though :-/ -Matej On 8/24/07, Sam

Re: Alternative to Wicket data binding

2007-08-24 Thread Matej Knopp
resolver by default provides access to private members and methods. If guaranteeing encapsulation of the target objects is a big concern, you should consider using an alternative implementation. out of date? I'm glad to say it doesn't seem to be true in 1.3.0-beta2 Matej Knopp-2 wrote: Hi

Re: Alternative to Wicket data binding

2007-08-24 Thread Matej Knopp
. Realised I've been avoiding implementing something because I can't think of a good property name and I don't want to have to fix it in my bean, component java and component html... Maybe I will go with the verbose solution. May also stop me pushing lots of rubbish into the model. Matej Knopp-2

Re: Wicket and Spring MVC compared.

2007-08-24 Thread Matej Knopp
when you run the tests. there is also a jmeter page on wiki somewhere if you want more clues. -igor On 8/24/07, Matej Knopp [EMAIL PROTECTED] wrote: There is not much point in comparing Wicket to Spring MVC. Spring MVC is a very simple action based framework with very little functionality

Re: PageStore listener...

2007-08-23 Thread Matej Knopp
Why can't you just implement read/writeObject on your page/component? -Matej On 8/23/07, Jan Kriesten [EMAIL PROTECTED] wrote: Hi, is there a way to add a listener to PageStore events (storePage/getPage)? I'm still looking for a clean way to re-inject Pages/Components when they are

Re: wicket vs tapestry ?

2007-08-22 Thread Matej Knopp
Hi, 2) I like the back button support. My thinking is that extending Wicket's AJAX integration to also support the back button (somehow) is a must. Virtually everyone who uses Wicket will use it's AJAX functionality. Almost all of these will need solve this problem. Sure would be nice if

Re: TreeTable...how to refect a label change on TreeNode

2007-08-21 Thread Matej Knopp
Your treemodel must fire the appropriate treeNodesChanged events on the listeners. And then you need to call tree.updateTree(ajaxRequestTarget); -Matej On 8/20/07, Doug Leeper [EMAIL PROTECTED] wrote: I am using the TreeTable in Wicket Extensions. When selecting on a node, a page allowing

Re: HeaderContributor for conditional comments

2007-08-21 Thread Matej Knopp
Just beware that while conditional comments will work on regular request, they will not work during ajax header contribution. Also I don't understand what you mean by I'd like to serve MSIE with CompressedResourceReferences -Matej On 8/21/07, Rüdiger Schulz [EMAIL PROTECTED] wrote: Hello

[jira] Commented: (WICKET-825) web browser displays empty page when WebPage mounted with HybridUrlCodingStrategy

2007-08-15 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520081 ] Matej Knopp commented on WICKET-825: Sorry about that, this will be difficult to resolve, in the meanwhile

[jira] Resolved: (WICKET-494) id attribute is not preserved

2007-08-15 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-494. Resolution: Won't Fix I don't see reason for this. The elements are filtered by src anyway

Re: Replacing panels inside a ModalWindow

2007-08-13 Thread Matej Knopp
Does this happen in all browsers? -Matej On 8/13/07, al que [EMAIL PROTECTED] wrote: Hello Sean, thanks for your suggestion. I have upgraded to 1.3.0-SNAPSHOT but i still have the same problem :(. Alina. --- Sean Sullivan [EMAIL PROTECTED] wrote: Did you say that you

Re: Replacing panels inside a ModalWindow

2007-08-13 Thread Matej Knopp
displays a blank page from the beginning. Thanks, Alina. --- Matej Knopp [EMAIL PROTECTED] wrote: Does this happen in all browsers? -Matej Sé un Mejor Amante del Cine ¿Quieres saber cómo? ¡Deja

Re: AjaxTabbedPanel Problem

2007-08-13 Thread Matej Knopp
There is no such thing as tabbed panel CSS. Tabbed panel doesn't come with any CSS. I put div.tab-panel { clear: left; } to styles.css in wicket examples, just in case someone takes the styles from there. -Matej On 8/14/07, Tauren Mills [EMAIL PROTECTED] wrote: A quick fix to this is

Re: [Wicket-user] Custom ISessionStore

2007-08-09 Thread Matej Knopp
There is SimpleSynchronousFilePageStore in trunk that acts as a simple example implementation of IPageStore. Beware, it's slow and unoptimized, as it's is only for example purposes. If you need fast IPageStore try DiskPageStore. -Matej On 8/9/07, Igor Vaynberg [EMAIL PROTECTED] wrote:

Re: resource reference vs resource

2007-08-08 Thread Matej Knopp
of ResourceReference) and be able to lookup the Resource instance on request. -Matej On 8/8/07, Kent Tong [EMAIL PROTECTED] wrote: Matej Knopp matej.knopp at gmail.com writes: Yeah, ResourceReference is like global resource factory. That is for resources that don't belong to any component/page

Re: {wicket 1.3 Beta 2} Adding panel via ajax...

2007-08-07 Thread Matej Knopp
The error looks like you are trying to render a component that is not attached to a page. You can add/remove components as much as you want, but when it comes to render, all components have to be attached to the page. -Matej On 8/7/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED]

Re: resource reference vs resource

2007-08-07 Thread Matej Knopp
Yeah, ResourceReference is like global resource factory. That is for resources that don't belong to any component/page (they can't touch any component instance while they are served). -Matej On 8/8/07, Kent Tong [EMAIL PROTECTED] wrote: Matej Knopp matej.knopp at gmail.com writes: basically

Re: [Wicket-user] Form inside a modalWindow inside a Form :-/

2007-08-06 Thread Matej Knopp
perfectly. On 6/22/07, Matej Knopp [EMAIL PROTECTED] wrote: What wicket version are you using? Nested forms are only supported in 1.3. If you are using modal window with 1.2, the only reliable way to use forms is putting a page inside modal window. -Matej On 6/22/07, Frank Bille

Re: Ajax on pages with bookmarkable URLs

2007-08-05 Thread Matej Knopp
applied in context of most recent page, instead of the page they were actually on... Matej Knopp wrote: Hi, there's a small issue with ajax on bookmarkable pages. I you do anything AJAX on bookmarkable page and then refresh it in browser, new instance is created and you basically

Re: DropDown within ModalWindow does not work in Camino

2007-08-03 Thread Matej Knopp
a ModalWindow exhibiting the exact same problem in Camino. On Aug 2, 2007, at 9:46 AM, Michael Day wrote: 1.2.5 and 1.2.6 On Aug 1, 2007, at 6:58 PM, Matej Knopp wrote: It's weird, what version of wicket are you testing it with? -Matej On 8/2/07, Michael Day [EMAIL PROTECTED] wrote

Re: Link on one frame modifying component on another

2007-08-03 Thread Matej Knopp
a slight indirection so that the top layer doesn't have to know exact id of the wicket link). And the onclick handler will update the tree and content frame. -Matej On 8/3/07, Watter [EMAIL PROTECTED] wrote: Matej Knopp-2 wrote: Hi, i think it should be possible to accomplish. Put

Re: wicket-event.js returning unreadable

2007-08-03 Thread Matej Knopp
application server, version 10.1, 32 bits? Apparently the classloader for the app server converts the getClass().getResourceAsStream(wicket-event.js) to use a code-source: protocol. I'm not sure, but it sounds like a security constraint in your setup. Martijn On 8/3/07, Matej Knopp [EMAIL

Re: [Wicket-user] DropDown within ModalWindow does not work in Camino

2007-08-01 Thread Matej Knopp
It's weird, what version of wicket are you testing it with? -Matej On 8/2/07, Michael Day [EMAIL PROTECTED] wrote: That one works, but it's a page. Maybe that's why? I'm using a panel. On Aug 1, 2007, at 6:16 PM, Eelco Hillenius wrote: Works fine for me. Btw, the modal windows example in

Re: contributing to header (was: Must renderHead even if setVisible(false))

2007-07-31 Thread Matej Knopp
On 7/31/07, Matej Knopp [EMAIL PROTECTED] wrote: I don't really understand what your problem is. Wicket has AJAX header contribution, which should load the javascript dynamically for you. Doesn't this work for you? -Matej On 7/31/07, Carlos Pita [EMAIL

Re: Nicer URLs in Wicket

2007-07-29 Thread Matej Knopp
? Personally I find the current url behavior in wicket to be quite unfriendly. In fact, it's among the few aspects I dislike in wicket :$ ++ Joseph On 7/29/07, Matej Knopp [EMAIL PROTECTED] wrote: Hi folks, I've committed two classes that improve Wicket mounted URLs in a significant

Re: Nicer URLs in Wicket

2007-07-29 Thread Matej Knopp
The example is also online: http://wicketstuff.org/wicket13/ajax/ So far I'm not sure what should the default look like /mount/point|3| or /mount/point(3) or maybe something else? Does anyone have an opinion about this? -Matej On 7/29/07, Matej Knopp [EMAIL PROTECTED] wrote: I'm not entirely

Re: Nicer URLs in Wicket

2007-07-29 Thread Matej Knopp
Nah, that wouldn't work. The separators can only be one character long. -Matej On 7/29/07, Johan Compagner [EMAIL PROTECTED] wrote: /mount/point!MK!3!MK! johan On 7/29/07, Matej Knopp [EMAIL PROTECTED] wrote: The example is also online: http://wicketstuff.org/wicket13/ajax/ So

Re: [Wicket-user] Wicket 1.3, use of getElementById and Wicket.$() and the preservation of ids

2007-07-26 Thread Matej Knopp
Problem is when you call getMarkupId(). If you call this method before the first page render, Wicket is not able to get the markup attribute for some components (because of borders and transparent resolvers which break the 1:1 mapping of component tree - markup. -Matej On 7/26/07, Scott Swank

[jira] Commented: (WICKET-627) Can't visit components in a ListView before they're rendered.

2007-07-25 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515288 ] Matej Knopp commented on WICKET-627: I've commited something that should allow hierarchy change

[jira] Commented: (WICKET-480) IHeaderResponse.renderOnUnLoadJavascript(String javascript);

2007-07-24 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515051 ] Matej Knopp commented on WICKET-480: Well, onBeforeUnload doesn't work consistently across browsers so

[jira] Resolved: (WICKET-668) PropertyResolver.getPropertySetter() depends on calling PropertyResolver.setValue() first for it to work.

2007-07-24 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp resolved WICKET-668. Resolution: Fixed I removed the lazy initialization of the setter method - I don't see any reason

[jira] Commented: (WICKET-627) Can't visit components in a ListView before they're rendered.

2007-07-24 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515090 ] Matej Knopp commented on WICKET-627: I'm not sure how calling onBeforeRenderChildren from onBeforeRender could

Re: [Wicket-user] Panels with Scrollbar

2007-07-24 Thread Matej Knopp
It's a css thing rather then wicket related. You need to use overflow: scroll or overflow: auto in the div style to show scrollbars when the content is too big. -Matej On 7/24/07, Benjamin Ernst [EMAIL PROTECTED] wrote: Hi everybody, I am new to wicket and I am wondering if ther is an

<    8   9   10   11   12   13   14   15   16   17   >