Re: [VOTE] Consistent naming for Wicket Stuff projects

2008-11-30 Thread Martin Grigorov
El jue, 27-11-2008 a las 15:54 -0600, Jeremy Thomerson escribió: I am beginning the WS reorg as noted in previous emails. You can monitor progress here: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/ As we move projects into the wicketstuff-core, I

Re: [OT] wicket users around the world

2008-12-12 Thread Martin Grigorov
Sofia, Bulgaria El jue, 11-12-2008 a las 19:57 +0100, francisco treacy escribió: to know a little bit more of our great (and vast) community, i was just wondering if you're keen on sharing where you come from and/or where you work with wicket... for instance, here argentinian/belgian

Re: Twenty Six Wicket Tricks

2008-12-30 Thread Martin Grigorov
Does it have to be a book ? I do really like Igor's series at wicketinaction.com. Pros: the community feedback as comments. Cons: it is not profitable. El mar, 30-12-2008 a las 00:32 -0800, Jonathan Locke escribió: Well, over the break here I've started something I swore I would never do

RE: How much this graph is accurate?

2009-01-05 Thread Martin Grigorov
Add GWT to the comparison El lun, 05-01-2009 a las 09:32 -0500, Hoover, William escribió: I think this: http://www.indeed.com/jobtrends?q=Seam%2C+Grails%2C+Tapestry%2C+Wicket%2 C+Stripesl=relative=1 is more accurate ;o) -Original Message- From: HHB [mailto:hubaghd...@yahoo.ca]

Re: From which Maven repository can I find the wicket-contrib-jasperreports JAR file(s)?

2009-01-08 Thread Martin Grigorov
Browse in http://wicketstuff.org/maven/repository El mié, 07-01-2009 a las 21:56 -0800, noon escribió: Is there a Maven2 repository where I can download the wicket-contrib-jasperreports JAR files? http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-jasperreports

Wicket presentation at Bulgarian JUG

2009-01-18 Thread Martin Grigorov
Hi all, I just uploaded the presentation that me and a colleague of mine did last Wednesday at Bulgarian Java user group. The event was quite a success. I hope we refactored some of the JSF supporters :-) The interesting thing about this presentation is that it was made with Wicket itself. Yes,

Re: Wicket presentation at Bulgarian JUG

2009-01-21 Thread Martin Grigorov
wish we'd be having one presentation like this in Romania too. Cristi Manole On Sun, Jan 18, 2009 at 2:34 PM, Peter Thomas ptrtho...@gmail.com wrote: On Sun, Jan 18, 2009 at 8:42 PM, Martin Grigorov martin.grigo...@fredhopper.com wrote: Hi all, I just uploaded

Re: Off Topic - Serialization, Guice and FindBugs

2009-01-26 Thread Martin Grigorov
El lun, 26-01-2009 a las 09:56 +0100, Steve Flasby escribió: Chaps, I have installed FindBugs and it complains about code fragments like: @Inject private PortfolioService mPortfolioService; in my Page classes, telling me: [M B Se] Non-transient non-serializable instance field

Re: Wicketstuff 1.3.5 versions?

2009-01-28 Thread Martin Grigorov
There is a branch for 1.3.x https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/ El mié, 28-01-2009 a las 11:29 +0100, Peter Neubauer escribió: Hi folks, I added Gmap layer support to Wicketstuff-OpenLayers, but I am using the 1.3.5 Wicket, all wicketstuff core

Re: IoC: how to best handle non-serializable fields in wicket

2009-02-06 Thread Martin Grigorov
I have seen such code somewhere: public class myLDM extends LoadableDetachableModel { transient @SpringBean myDAO; public Object load() { InjectorHolder.getInjector().inject(this); return myDAO.get(...); } } El vie, 06-02-2009 a las 13:21 +0100, Martijn Dashorst escribió: How would you

Re: Adding multiple ajax behavious on same event

2009-02-17 Thread Martin Grigorov
see CompoundBehavior in wicketstuff-minis El lun, 16-02-2009 a las 03:06 -0800, rag...@directi escribió: I am using an AjaxLink which has a javascript for onclick event now i want to add AjaxFormValidatingBehavior to this link on the same event onclick ...i tried adding the same...but the

Re: Problem in Wicket Stuff - Jquery - DatePicker

2009-02-17 Thread Martin Grigorov
I could do it but why it should be lower cased ? What will happen with months (MM)? They will become minutes (mm). Is this correct ? I see there is sdf.toPattern().toLowerCase() below but this seems like a bug to me. Can you give more details because I'm not using this behavior. El lun,

Re: Problem in Wicket Stuff - Jquery - DatePicker

2009-02-17 Thread Martin Grigorov
).getTextFormat(); i called toLowerCase() and it solved the issue, i didn't dig deep into it. regards dipu On Tue, Feb 17, 2009 at 10:57 AM, Martin Grigorov mcgreg...@e-card.bg wrote: I could do it but why it should be lower cased ? What will happen with months (MM)? They will become

Re: XMLBeanFactory not serializable - what to do??

2009-02-17 Thread Martin Grigorov
use wicket-spring to get references to your beans El mar, 17-02-2009 a las 03:43 -0800, Edwin Ansicodd escribió: have a Serializable object on a Wicket page. This object in turn has a reference to an XMLBeanFactory. Wicket is giving me an error because XMLBeanFactory is not serializable.

Re: Troubles with Spring: bean of type X not found

2009-02-20 Thread Martin Grigorov
[wicki.domain.PageRepository] not found bean .. class=com.helmbold.wicki.domain.PageRepository/ missing com.helmbold ?! El vie, 20-02-2009 a las 17:25 +, Christian Helmbold escribió: I try to use Wicket's Spring integration, but I get the following error: WicketMessage: Can't instantiate

Re: What does Page Expired mean?

2009-03-04 Thread Martin Grigorov
In my experience the most often case is when I have a non-serializable field in a page with Ajax components. On the first Ajax interaction the serialization fails (SerializableChecker logs its detailed exception) and on the next Ajax request Wicket cannot find a page with the latest version and

Re: OT: Code Search Engine for Java using wicket

2009-03-25 Thread Martin Grigorov
Very nice, indeed ! El mié, 25-03-2009 a las 12:43 +0530, vineet semwal escribió: wow, thanks for this ultimate application ! I have bookmarked it ;) regards, vineet semwal On Wed, Mar 25, 2009 at 9:07 AM, Vinayak Borkar vbo...@yahoo.com wrote: Hello fellow Wicketeers, We have

Re: TextField in IE and Opera

2008-07-04 Thread Martin Grigorov
On Thu, 2008-07-03 at 12:21 +0200, Alexander Landsnes Keül wrote: I'm having a wee bit of a problem getting TextFields to cooperate in our project. I'm baffled by the problem, because it's something that's been working fine for months. The panel I'm working with is very a simple, a

Re: TreeGrid and DataGrid open source

2008-07-31 Thread Martin Grigorov
Examples : http://wicketstuff.org/grid-examples/ Source: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/inmethod-grid On Wed, 2008-07-30 at 18:26 -0700, TahitianGabriel wrote: Hi Matej, The website (http://www.inmethod.com/) seems to be down. I've got a tomcat welcome

Re: embedding Wicket into JSP

2008-08-13 Thread Martin Grigorov
On Tue, 2008-08-12 at 09:21 -0700, kgignatyev wrote: Hi, I have problem embedding Wicket pages (1.3.4) into JSP application. index.jsp jsp:include page=/wic/ flush=true/ and the cause is that inside WicketFilter public String getRelativePath(HttpServletRequest request) returns empty

Re: I'm adding a new item to a ListView via ajax - how to get reference to the new item?

2008-08-17 Thread Martin Grigorov
On Sun, 2008-08-17 at 13:36 +0200, Wayne Pope wrote: Hi, But how do I get that target? As the items are being rendered using a ListView - the only time I can get access is during the populateItem - but thats a ListItem, I need a AjexRequestTarget to append the javascript? You could

Re: Getting copy of html source

2008-08-21 Thread Martin Grigorov
See IResponseFilter. An example: AjaxServerAndClientTimeFilter. On Thu, 2008-08-21 at 16:14 +0200, [EMAIL PROTECTED] wrote: Hi, Is there an easy way to retrieve a copy of the html that is send to the browser as part of a response. I would like to be able to e.g. send the source of

Re: Page serialisation

2008-08-21 Thread Martin Grigorov
On Thu, 2008-08-21 at 16:23 +0200, Matej Knopp wrote: I was thinking about implementing it like this. But, it would make code that is already complicated even more complicated. What's worst, it wouldn't work in clustered environment where you need to send the page across cluster on every

Re: Fw: Exception when parsing a xml file, which doesn't follow properties.dtd

2008-08-23 Thread Martin Grigorov
Take a look at o.a.w.resource.PropertiesFactory#loadPropertiesFile(String, IResourceStream) and o.a.w.util.io.Streams#loadFromXml(Properties, InputStream) At first sign I didn't find a way to do what you need. On Sat, 2008-08-23 at 12:44 +0200, Liz Huber wrote: Hi, does anyone know how

Re: Add a javascript window to a Link when text input not saved

2008-09-05 Thread Martin Grigorov
Hi, you'll need some javascript to do this. your link (alink) will have to call some JS function which will check for changed inputs and if there is such input just call event.preventDefault() to prevent the request to the LinkPage.class On Wed, 2008-09-03 at 11:40 -0700, liza6218 wrote: Hi,

Re: How to trigger Ajax event from client side javascript?

2008-09-06 Thread Martin Grigorov
OnChangeAjaxBehavior applies only to AbstractTextComponent. Such components are: TextField and TextArea. HiddenField is not! You may try with a AjaxFormComponentUpdatingBehavior instead. changed.add(new AjaxFormComponentUpdatingBehavior(myevent) {...}); and in JavaScript: function change(){

Re: How to trigger Ajax event from client side javascript?

2008-09-06 Thread Martin Grigorov
Hi Timo, You are right! Looking closer at the code I see that it just makes some additional work for TextField and TextArea. Thanks! On Sat, 2008-09-06 at 21:37 +0300, Timo Rantalaiho wrote: On Sat, 06 Sep 2008, Martin Grigorov wrote: OnChangeAjaxBehavior applies only

Re: hi, question about wicket maven project

2008-09-17 Thread Martin Grigorov
The easiest approach is to use Wicket's quickstart and start Start.java in debug mode in your favorite IDE. With hot code replace and DEVELOPMENT mode you will have all your changes in .java and resources files reloaded automatically. Other options are: 1. use Jetty's Maven plugin (mvn jetty:run)

Re: How to get rid of wicket:id in XML output

2008-10-03 Thread Martin Grigorov
On Thu, 2008-10-02 at 09:35 -0700, Jonathan Locke wrote: btw, shouldn't we fail init if super isn't called in this case like those other protections we built in? +1 Martijn Dashorst wrote: Why mocking with that setter. Put wicket in deployment mode. That way you can't mess up the

Re: using Prototype.js and Scriptaculous with latest version of wicket

2008-10-03 Thread Martin Grigorov
Wicket is (mostly) server-side web framework so it is no problem to mix it with any client-side JS library. Get inspired by: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-scriptaculous On Thu, 2008-10-02 at 08:18 -0700, ilanfox wrote: Hello, I am considering

Re: How to get rid of wicket:id in XML output

2008-10-04 Thread Martin Grigorov
https://issues.apache.org/jira/browse/WICKET-1859 On Fri, 2008-10-03 at 09:22 -0700, Igor Vaynberg wrote: jira issue -igor On Thu, Oct 2, 2008 at 11:45 PM, Martin Grigorov [EMAIL PROTECTED] wrote: On Thu, 2008-10-02 at 09:35 -0700, Jonathan Locke wrote: btw, shouldn't we fail init

Re: Mount URL to another host?

2008-10-10 Thread Martin Grigorov
On Fri, 2008-10-10 at 09:51 -0700, Zach Cox wrote: I feel dumb for even asking this, as there's got to be an easy way, but my brain is blocked today... I need a URL on my site, say http://mysite.com/something to redirect to another site entirely, say http://othersite.com. Is there some

Permissions to commit in wicket-stuff

2008-10-14 Thread Martin Grigorov
Hi, Could you give me perms to commit in wicketstuff-jquery(-examples) projects ? My SF account name is: martingrigorov Thanks martin-g - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: inmethod / grid website?

2008-10-21 Thread Martin Grigorov
Jars: http://wicketstuff.org/maven/repository/com/inmethod/ Demo: http://wicketstuff.org/grid-examples/ Update your bookmarks. On Tue, 2008-10-21 at 11:53 +0200, Martin Voigt wrote: Hi, this may be the wrong place to ask, but anyways. What happened to the inmethod/ grid web site?

Ajax back/forward button support

2008-10-26 Thread Martin Grigorov
Hi, I just committed a demo implementation of a basic support for back and forward buttons for Ajax requests. The code could be found at: impl: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jquery/src/main/java/org/wicketstuff/jquery/ajaxbackbutton examples:

Re: [Wicketstuff jQuery] not compiling?

2008-10-28 Thread Martin Grigorov
I've changed it. Since r4284 wicketstuff-parent/pom.xml has this: properties java.src.version1.5/java.src.version wicket.version1.4-m3/wicket.version slf4j.version1.5.2/slf4j.version runtime.logtarget/velocity.log/runtime.log

Re: [Wicketstuff jQuery] not compiling?

2008-10-28 Thread Martin Grigorov
with otherstuff using it? Martin Grigorov wrote: I've changed it. Since r4284 wicketstuff-parent/pom.xml has this: properties java.src.version1.5/java.src.version wicket.version1.4-m3/wicket.version slf4j.version1.5.2/slf4j.version

Re: [Wicketstuff jQuery] not compiling?

2008-10-28 Thread Martin Grigorov
at 00:43 +0200, Martin Grigorov wrote: I've updated and build locally all projects that extends wicketstuff-parent when I changed the dependency and everything was fine. But ... the 1.3.x projects (https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x) still

Re: using wicket

2008-10-29 Thread Martin Grigorov
You could download it from Maven repos as any other artefact: http://repo1.maven.org/maven2/org/apache/wicket/wicket/1.4-m3/wicket-1.4-m3-javadoc.jar Since 1.4 is actually 1.3 + generics (and very few other changes) you could start with 1.4 and downgrade to 1.3 any time if you are concerned that

Re: Disabling 'back'/'next' web browser button usage in application

2008-10-29 Thread Martin Grigorov
Hi Tomasz, Recently I integrated a JavaScript library with Wicket that could help you with this particular application. Take a look at the code and examples: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jquery/src/main/java/org/wicketstuff/jquery/ajaxbackbutton

Re: Session timeout page

2008-10-29 Thread Martin Grigorov
Is this session expiration or page expiration ? I know it is a bit misleading but Wicket throws PageExpiredException when it doesn't find a particular version of the requested page in the page store. There could be different reasons why the page is not found but in my experience the most often

Re: Disabling 'back'/'next' web browser button usage in application

2008-10-29 Thread Martin Grigorov
application in the end -- one that the user's will appreciate more. On Wed, Oct 29, 2008 at 6:12 AM, Martin Grigorov [EMAIL PROTECTED]wrote: Hi Tomasz, Recently I integrated a JavaScript library with Wicket that could help you with this particular application. Take a look at the code

Re: Hot deployment / Server restart

2008-10-30 Thread Martin Grigorov
Wicket doesn't control the lifecycle of the web container. There is something else that triggers the restart (maybe the IDE ?!). On Thu, 2008-10-30 at 01:46 -0700, geke wrote: Hi, on every change in my HTML or Java file the tomcat 6.0 server restarts completely, for example if I change the

Re: Javadoc for wicket 1.3.5 - how to include it in eclipse

2008-10-31 Thread Martin Grigorov
It has to be -DdownloadSources=true (with capital 'S'). Or eevn better put this in the pom.xml itself. If it still doesn't work by some reason then you could download it from Maven repos and tell Eclipse about it. There is no need to checkout the code just to generate the javadoc. Fri,

Re: Incremental migration from JSP-based applications to Wicket?

2008-11-03 Thread Martin Grigorov
Hi Susan, I'm in the same situation. With the only difference I have few months advance. And I'd say the project works very good for now. Currently some of the pages are backed by Wicket and the rest are still JSP ones and there is no difference from a customer point of view. None of the Wicket

Re: htmlvalidator / responsefilter not executed through wickettester?

2009-08-24 Thread Martin Grigorov
El lun, 24-08-2009 a las 12:00 +0200, Martijn Dashorst escribió: HtmlValidator was not designed for use in WicketTester, see my response to this question [1]. That said, I'd like to extend HtmlValidator to be useful with wickettester and will gladly accept patches :-) This doesn't answer why

Re: post a form to external website

2009-09-18 Thread Martin Grigorov
El vie, 18-09-2009 a las 10:51 +, Vadim Tesis escribió: all, i have a form with some input fields. after the user populates the form and hits submit button, i'd like to do some processing on my website and then redirect the user to external website by posting another form with

Re: defaultFormProcessing is no longer considered when processing multipart form in ajax request

2009-09-18 Thread Martin Grigorov
You have to use 1.4.x branch. trunk is for 1.5. form persistence is removed only in trunk El vie, 18-09-2009 a las 05:32 -0700, Vladimir K escribió: Igor, thanks for the fix. I tried to compile against 1.4.2-20090916 and obtained two compilation errors. Now FormComponent does not contain

Re: post a form to external website

2009-09-20 Thread Martin Grigorov
for example. Or you could use an actual form and override the action URL, but that's probably a little heavy-handed for this. -- Jeremy Thomerson http://www.wickettraining.com On Fri, Sep 18, 2009 at 7:21 AM, Martin Grigorov mcgreg...@e-card.bgwrote: El vie, 18-09-2009 a las 10:51

Re: keep on getting non-bookmarkable URL with QueryStringUrlCodingStrategy...

2009-09-20 Thread Martin Grigorov
El dom, 20-09-2009 a las 15:44 +0200, Erik Brakkee escribió: Hi, I have mounted a specific page using QueryStringUrlCodingStrategy to a specific URL. Nevertheless, when I use setResponsePage(MyPage.class, pageParams), I keep on getting a URL that has a session-specific parameter with name

Re: wicketstuff-dojo wicket 1.4

2009-09-21 Thread Martin Grigorov
It seems this is the latest: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-dojo-1.1/ wicket 1.3.6 dojo 1.1 El lun, 21-09-2009 a las 09:54 +0200, Elena Stoll escribió: Hi, ask the question: Is there a new version of wicketstuff-dojo, which is compatible

RE: wicket menu

2009-09-21 Thread Martin Grigorov
check https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicketstuff-suckerfish/ https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicketstuff-suckerfish-examples/ and the author's blog entry:

Re: + key as alternative for tab key

2009-09-21 Thread Martin Grigorov
this is pure JavaScript just register a listener for 'keydown' event for all required fields (probably the ones with tabindex) and if the event's key code is the one for '+' on the keypad (I don't know it) then just call this.blur() which will move the focus to the next field. El lun,

Re: How to dynamic add links to WebMarkupContainer

2009-09-23 Thread Martin Grigorov
El mié, 23-09-2009 a las 17:21 +0800, Haulyn R. Jason escribió: Hi, all I have a WebMarkupContainer in my page, and I need to create some links to this WebMarkupContainer.But I do not have markup like a wicket:id= foo/a, because I do not know how many links I need to create, but I do not know

Re: [offtopic[ how to attach sources to wicket jars when debugging

2009-09-29 Thread Martin Grigorov
El mar, 29-09-2009 a las 11:47 +0400, Vladimir Kovalyuk escribió: I believe it must be something extremely simple. I set up a project in Eclipse Galileo using m2eclipse from Sonatype. I'm trying to debug the wicket class. I set breakpoints and the execution stops exactly at those points. The

Re: wicketstuff-dojo with wicket 1.4 compatibility

2009-09-30 Thread Martin Grigorov
Feel free to upgrade it to 1.4. It should be easy. Just check out the code, follow the instructions at http://cwiki.apache.org/WICKET/migrating-to-wicket-14.html and if you wish donate your work back to community. El mié, 30-09-2009 a las 14:37 +0800, 新希望软件 -- 俞宏伟 escribió: I find lastest code

Re: inMethod DataGrid initial selection

2009-10-02 Thread Martin Grigorov
grid.selectItem(rowModel); El vie, 02-10-2009 a las 11:25 +0200, Swanthe Lindgren escribió: Does anybody know how to get a row initially selected when the grid is first drawn? //Swanthe - To unsubscribe, e-mail:

Re: server push

2009-10-05 Thread Martin Grigorov
Take a look at http://atmosphere.dev.java.net/ Its goal is what you are looking for. P.S. Maybe we already discussed this with you in ##wicket. El lun, 05-10-2009 a las 09:08 +0200, Md. Jahid Shohel escribió: Hi, We need server push for one of our web application. Is there something that

Re: Send file to client via Ajax

2009-10-05 Thread Martin Grigorov
why do you want to use AjaxFallbackButton ? you will not re-paint part of the page use ResourceLink to download the file El lun, 05-10-2009 a las 15:36 +0200, Giambalvo, Christian escribió: Hi all, simple question :) how to send a dynamicly generated file (as byte array) through an

Re: Open Source projects using Wicket

2009-10-17 Thread Martin Grigorov
It is little strange that _your_ (I emphasize here) software uses System.out.println() for logging instead of any of the logging frameworks you created ;-) From the manual on the page it is not very clear how to setup the whole thing. Probably I could manage it but it would be good to add step by

Re: how to have an html id in markup and support ajax behavior?

2009-10-17 Thread Martin Grigorov
El sáb, 17-10-2009 a las 14:56 +0200, Joe Hudson escribió: Hello, I need a component to have an html id that I set in markup because I'm referencing it in other places. I also need to have the setOutputMarkupId(true) on the component because I need to support ajax behaviors. The

Re: inmethod

2009-10-18 Thread Martin Grigorov
El dom, 18-10-2009 a las 07:32 +, wicketmon...@comcast.net escribió: I came across inmethod that has it own wicket component like PropertyColumn. Is it standard for wicket developement to use it.If so where can i get it and where can i get the source file thank you The source of

Re: How to add a dynamic HTML comment ?

2009-10-19 Thread Martin Grigorov
El lun, 19-10-2009 a las 09:29 -0500, Jeremy Thomerson escribió: add(new Label(comment, !-- foo bar --).setEscapeModelStrings(false)); + .setRenderBodyOnly(true) -- Jeremy Thomerson http://www.wickettraining.com On Mon, Oct 19, 2009 at 9:20 AM, Olivier Bourgeois olivier.bourgeois.pro@

Re: Too Many Files Wicket 1.4.1

2009-10-20 Thread Martin Grigorov
Hi Adam, You may try to debug what is the problem with https://wiki.sdn.sap.com/wiki/display/Java/JPicus El mar, 20-10-2009 a las 15:39 -0600, Adam Bender escribió: Greetings all, Recently I have been performance testing a Wicket application (1.4.1) and I am running into the dreaded Too

Re: Page instantiated twice

2009-10-20 Thread Martin Grigorov
El mar, 20-10-2009 a las 15:04 -0700, Douglas Ferguson escribió: You can also check your html to make sure there aren't any urls that would get loaded by the browser. i.e. link, img, etc tags.. yeah, img src= ... / will make a second request to the page. quite nasty! fortunately there is a

Re: Wicket, Tooltips and IE 8

2009-10-21 Thread Martin Grigorov
checkout wicketstuff-minis-prototip and upgrade the dependencies tune it, polish it and donate it back to community ;-) El mié, 21-10-2009 a las 15:03 +0100, Callum MacGregor escribió: Hi there, I have a wicket application (using wicket 1.4.1) that uses tooltips and have been using Prototip

Re: How to do unit test for a session protected wicket page?

2009-10-22 Thread Martin Grigorov
El jue, 22-10-2009 a las 17:07 +0800, Haulyn R. Jason escribió: Hi, all: I have a page which is protected by MySession.isLogin(). I want to unit test this page and write the following code:

Re: Proposal: Fake implementation of AjaxRequestTarget instead of null

2009-10-24 Thread Martin Grigorov
I think he meant wasting CPU cycles for constructing your components which will be added to no-op ajaxrequesttarget then you'll have to make check like if (target instanceOf NullAjaxRequestTarget) {return;} which is not better than before El sáb, 24-10-2009 a las 12:18 +0200, Andreas Petersson

Re: Wicket-stuff site down?

2009-10-27 Thread Martin Grigorov
There was only one distributionManagement in wicketstuff-core/pom.xml (and sub-modules) without the needed setting: snapshotRepository idwicketstuff-org-maven/id urlscpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository/url uniqueVersionfalse/uniqueVersion

Re: Wicket-stuff site down?

2009-10-27 Thread Martin Grigorov
:48 +0200, Martin Grigorov escribió: There was only one distributionManagement in wicketstuff-core/pom.xml (and sub-modules) without the needed setting: snapshotRepository idwicketstuff-org-maven/id urlscpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository/url

Re: Wicket-stuff site down?

2009-10-28 Thread Martin Grigorov
/1.4-SNAPSHOT/ johan On Tue, Oct 27, 2009 at 11:59, Martin Grigorov mcgreg...@e-card.bg wrote: One more fixed: wicketstuff-animator/pom.xml According to http://maven.apache.org/pom.html#Distribution_Management these fixes should be enough

Re: Where to put HTML files?

2009-10-29 Thread Martin Grigorov
Check the sources of: http://wicketstuff.org/wicket14/customresourceloading/ El jue, 29-10-2009 a las 10:06 +0100, Pieter Degraeuwe escribió: IMHO, I think it is not a good idea to pull them too far from eachother. It is actually a good thing that classes and their corresponding markup is

Re: Wicket Release Plans for 1.5

2009-10-29 Thread Martin Grigorov
it will take some time for 1.5 final I'll recommend to use 1.4.x for the next several months El jue, 29-10-2009 a las 09:55 -0600, Corbin, James escribió: I noticed that 1.5 maintenance releases are available. Can someone speculate on the release time frame for 1.5? We are

Re: Wicket Release Plans for 1.5

2009-10-30 Thread Martin Grigorov
Hi Martijn, What ideas do you have for this area ? I'll be glad to help if I can. El vie, 30-10-2009 a las 09:27 +0100, Martijn Dashorst escribió: I'm still eager to make WicketTester a first class citizen. Martijn On Thu, Oct 29, 2009 at 7:01 PM, dtoffe dto...@yahoo.com.ar wrote:

Re: problem with generation text in javascript code

2009-10-30 Thread Martin Grigorov
make script element a Wicket citizen :-) script wicket:id=myScript.../script El vie, 30-10-2009 a las 14:32 +0100, pawel wolanski escribió: Hello, Yesterday I've faced with problem with generating javascript code. On page I've inserted code: i.e.: wicket:extend formscript

Re: StatelessForm.clearInput()

2009-10-30 Thread Martin Grigorov
What's the benefit of this approach instead of using input type=reset/ without involving Wicket at all (it is stateless form) ? El vie, 30-10-2009 a las 12:42 -0300, Tomás Rossi escribió: Hi. I have a stateless form and a button inside to reset all fields like this: ...

Re: NoSuchFieldException

2009-11-04 Thread Martin Grigorov
Hi Dusanb, Try to debug it yourself. Here are the steps: - download the Wicket sources (the easiest way is: mvn -DdownloadSources=true eclipse:eclipse, refresh the Eclipse project. The same applies for IDEA and Netbeans) - attach a breakpoint at

Re: NoSuchFieldException

2009-11-04 Thread Martin Grigorov
1.3.0 is too old try to upgrade to latest 1.3.x at least (if not 1.4.3) El mié, 04-11-2009 a las 00:53 -0800, Dusanb escribió: you mean the jar for wicket. i use these: http://old.nabble.com/file/p26192856/jar.jpg reiern70 wrote: Did you check your jars versions? As Igor has

Re: NoSuchFieldException

2009-11-04 Thread Martin Grigorov
El mié, 04-11-2009 a las 03:57 -0800, Dusanb escribió: can somebody tell me how can i start new topic? write mail to users@wicket.apache.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands,

Re: AbstractAjaxTimerBehavior causes exception

2009-11-11 Thread Martin Grigorov
On Wed, 2009-11-11 at 09:21 +0100, Giambalvo, Christian wrote: Hi all, maybe i found a bug. Don't know if I'm doing something wrong. But it's a simple usecase. Following code produces an exception: public class HomePage extends WebPage { private static

Re: AW: AbstractAjaxTimerBehavior causes exception

2009-11-11 Thread Martin Grigorov
to the page. That’s why there is Component#replaceWith(Component). Greets -Ursprüngliche Nachricht- Von: Martin Grigorov [mailto:mcgreg...@e-card.bg] Gesendet: Mittwoch, 11. November 2009 09:59 An: users@wicket.apache.org Betreff: Re: AbstractAjaxTimerBehavior causes exception On Wed

Re: TextField escape characters

2009-11-17 Thread Martin Grigorov
On Tue, 2009-11-17 at 20:22 +0530, sakthi vel wrote: Hello, In a web page subclass we have a text field and the characters (“*R#246;sch *”)is set as model object. When the page is displayed the text field displays the characters as “*Rösch” * not as “*R#246;sch”*. The

Re: Getting server-url ?

2009-11-17 Thread Martin Grigorov
On Tue, 2009-11-17 at 14:34 +, Peter Arnulf Lustig wrote: Hi, how can I get the server-url on which the wicket application is running? like http://www.serverurl.com/WicketApp/ it should return http://www.serverurl.com ((WebRequest)

Re: javascript slider implementation

2009-11-18 Thread Martin Grigorov
check wicketstuff-jquery there is a slider behavior + demo On Wed, 2009-11-18 at 13:04 +0100, pieter claassen wrote: I would like to implement a slider to set the width of a component. I could not get the Dojo Slider implementation working with wicket 1.4.1 (I could not get the code in with

Re: javascript slider implementation

2009-11-19 Thread Martin Grigorov
, Pieter On Wed, Nov 18, 2009 at 1:51 PM, Martin Grigorov mcgreg...@e-card.bg wrote: check wicketstuff-jquery there is a slider behavior + demo On Wed, 2009-11-18 at 13:04 +0100, pieter claassen wrote: I would like to implement a slider

Re: JQuery slider implementation broken in 1.4?

2009-11-20 Thread Martin Grigorov
for some reason the Javascript doesn't work. the initializers do work, the handles are set at the specified positions but 'change' and/or 'slide' events never come ... On Fri, 2009-11-20 at 08:52 +0100, pieter claassen wrote: Has anybody recently made the JQuery slider implementation or or even

Re: wicket 1.4.5

2009-12-26 Thread Martin Grigorov
regressions are always possible but they should work fine On Sat, 2009-12-26 at 14:21 -0500, tubin gen wrote: I am currently using wicket 1.4 also I use Wicket stuff, wicket extensions.Moving to wicket 1.4.5 will it cause any problems with wicket-stuff and extensions?

Re: How to close a Wicket application?

2010-01-07 Thread Martin Grigorov
On Thu, 2010-01-07 at 02:15 -0800, Giovanni wrote: I am using Spring + Wicket. When the Wicket application starts, if some important configuration is missing, I want to close all the application context, destroying all the Spring beans, including also the Wicket application, which is

Re: is wicket+seam+ejb3 stable?

2010-01-07 Thread Martin Grigorov
Mind wicketstuff-core/javaee as well. It is used by more people and it works for sure. There are two Seam integrations, one in wicketstuff and one in Seam itself. I can tell nothing about their status. On Thu, 2010-01-07 at 19:18 +0800, Haulyn Jason wrote: Hi, all: I am wicket fans, I always

Re: Wicket session not threadsafe?

2010-01-08 Thread Martin Grigorov
On Fri, 2010-01-08 at 15:21 +0100, Martijn Dashorst wrote: the fix was a by-product of this issue: https://issues.apache.org/jira/browse/WICKET-1409 So yes, upgrading to 1.3.4 or newer will fix your issue. Go convince your management and tell them that it helps to keep up-to-date with

RE: page expired problem issue wicket how resolve fix eofexception peekbyte

2010-01-13 Thread Martin Grigorov
Martin check this: http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html#Restart% 20Persistence On Wed, 2010-01-13 at 17:56 +0200, Martin Asenov wrote: I get 'page expired messages as I browse through my webapp. However, the exception is placed before 'server startup statement in

Re: Can WICKET-2150 please be fixed in 1.5-SNAPSHOT

2010-01-15 Thread Martin Grigorov
How the fix in 1.5-SNAPSHOT will help you ? Currently 1.5-SNAPSHOT is not even buildable (at least the tests), so it is not quite ready for use. On Fri, 2010-01-15 at 09:07 +0100, Dave Schoorl wrote: Hi guys, Can someone of the committers please implement the fix to Wicket-2150 in the

Re: urlFor works, but combined with mountBookmarkablePage it doesn't

2010-01-15 Thread Martin Grigorov
On Fri, 2010-01-15 at 22:29 +1100, Steve Swinsburg wrote: Hi all, I have the following code which generates a URL to a page with some parameters: String url = urlFor(MyMessageView.class, new PageParameters(thread= + ad9697d2-8328-43b4-be28-ee677a88bc9a)).toString(); This generates a

Re: Future of Wicket Security (WASP/SWARM)

2010-01-22 Thread Martin Grigorov
On Fri, 2010-01-22 at 10:52 +0100, Martijn Dashorst wrote: Guys, I'd like to discuss the future of the Wicket Security project. Currently the project lives on/in the wicketstuff repository, but uses group id and package names org.apache.wicket. IMO We should either: - adopt Wicket

Re: Resource JS

2010-01-24 Thread Martin Grigorov
On Sun, 2010-01-24 at 03:19 -0800, Douglas Ferguson wrote: I recently configured apache to gzip my js files instead of going through tomcat. Can this be done for the js files that are loaded as resources? see Application.get().getResourceSettings().getJavascriptCompressor() if this returns

Re: Communication between applications, one using wicket

2009-04-09 Thread Martin Grigorov
What about some kind of messaging (JMS, AMQP, ...) ? It'd be blazing combined with Comet ;-) El jue, 09-04-2009 a las 16:14 +0300, Cristi Manole escribió: Thanks for your feedback, guys. I don't like the idea of both writing to the database directly, because I want the layers separated. I

Re: Multiple Versions of HTML for a page/component

2009-04-13 Thread Martin Grigorov
El lun, 13-04-2009 a las 03:37 -0500, Subramanian Murali escribió: Hi, I understand from the link http://cwiki.apache.org/WICKET/mobile-devices.html that we can have multiple versions of html for a page / component like below: person.html person_mobile.html Where / How do i implement

Re: New site developed in wicket - www.inlaconia.gr

2009-04-23 Thread Martin Grigorov
El jue, 23-04-2009 a las 11:03 +0200, Steve Flasby escribió: Mmm, more and more sites being announced. Excellent stuff. Great looking site, Giannis. Please add your sites to http://cwiki.apache.org/WICKET/sites-using-wicket.html A lot of people ask Are there sites made with Wicket? The

Re: How to enable debugging port for Jetty

2009-05-03 Thread Martin Grigorov
mvnDebug jetty:run El dom, 03-05-2009 a las 08:13 +, HHB escribió: Hey, How to enable debugging port for Jetty server that is launched via the command: mvn jetty:run ? Thanks. - To unsubscribe, e-mail:

RE: Wicket SWFObject

2009-05-05 Thread Martin Grigorov
check this http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html El lun, 04-05-2009 a las 22:54 -0700, Douglas Ferguson escribió: I just figured out that the deal is that SWFObject doesn't like to be set visible false on page load then visible true via Ajax. Any thoughts on how to

  1   2   3   4   5   6   7   8   9   10   >