Re: Announcing: visural-wicket 0.6 released - open source wicket components

2010-06-24 Thread nino martinez wael
why not like this: http://ninomartinez.wordpress.com/2008/12/11/wicket-never-stops-to-impress-me/ 2010/6/24 Ernesto Reinaldo Barreiro reier...@gmail.com Richard. why not make the component that needs it sniff the request and if browser is IE then add ExCanvasHeaderContributor. Then users

Re: Announcing: visural-wicket 0.6 released - open source wicket components

2010-06-24 Thread Ernesto Reinaldo Barreiro
Nice post Nino... Or simply add a check on the component constructor adding the ExCanvas JS reference if browser is IE. That way you don't need to modify the page or need to remember adding it. Ernesto On Thu, Jun 24, 2010 at 8:35 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: why

Re: Announcing: visural-wicket 0.6 released - open source wicket components

2010-06-24 Thread Ernesto Reinaldo Barreiro
OT: maybe in a few months the ExCanvas hack will be less needed;-) http://blogs.msdn.com/b/ie/archive/2010/06/23/html5-native-third-ie9-platform-preview-available-for-developers.aspx On Thu, Jun 24, 2010 at 8:53 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Nice post Nino... Or

About the Mail on this page mainly to Igor

2010-06-24 Thread midikem
Hi can u please put the mail invisible. When you search on google on your mail you get all the posts from this forum, that you have posted, and i dont want my mail to be vissible to other people, due to spam and other stuffs. -- View this message in context:

Re: About the Mail on this page mainly to Igor

2010-06-24 Thread Martijn Dashorst
We can't: http://www.apache.org/foundation/public-archives.html Martijn On Thu, Jun 24, 2010 at 9:45 AM, midikem anders.nystro...@gmail.com wrote: Hi can u please put the mail invisible. When you search on google on your mail you get all the posts from this forum, that you have posted, and i

inmethod custom PagingToolbar with dropdownchoice for setting rows not working correctly

2010-06-24 Thread Sam Zilverberg
Hi, First I'd like to say that inmethod grid is great, I've been using inmethod grid for a while and have been very satisfied with it! Major kudos to the creator/s!! The problem: I have a simple drop down choice to change the rowsPerPage: DropDownChoiceInteger ddc = new

Re: wicketstuff-merged-resources 3.1 parent class scanning?

2010-06-24 Thread Stefan Fussenegger
Hi Ryan, I'm the maintainer of wicketstuff-merged-resources. Sorry, I don't watch the mailing list as closely as I probably should. I've just reverted your changes as the project wasn't able to build. The required org.wicketstuff:annotations:1.4.7-SNAPSHOT isn't available from a public

Re: About the Mail on this page mainly to Igor

2010-06-24 Thread nino martinez wael
if you want to go incognito just create an email address for that, like many of the other users on this list have done. -Nino 2010/6/24 midikem anders.nystro...@gmail.com Hi can u please put the mail invisible. When you search on google on your mail you get all the posts from this forum,

Hierarchy mismatch with forms and hideable sections.

2010-06-24 Thread Brown, Berlin [GCG-PFS]
I am getting a hierarchy error message and the error makes sense, but how do you construct a form that also has hideable sections: This is what I had originally, a form and sub components. This works fine: Java: form = new Form(); panel.add(form); form.add(new TextField(t1)) form.add(new

Re: Hierarchy mismatch with forms and hideable sections.

2010-06-24 Thread nino martinez wael
add a markupcontainer to match hideableSectionDisabledInitial ly 2010/6/24 Brown, Berlin [GCG-PFS] berlin.br...@primerica.com I am getting a hierarchy error message and the error makes sense, but how do you construct a form that also has hideable sections: This is what I had originally,

Re: inmethod custom PagingToolbar with dropdownchoice for setting rows not working correctly

2010-06-24 Thread nino martinez wael
I've had some strange things to, as the delay in choice you mentioned. However in my case I had two grids(master/detail) on the same page, my workaround was to create a new instance of the failing grid.. It had something todo with a problem with datasources but I dont remember the details now.

Session.replaceSession() behavior

2010-06-24 Thread Doug Leeper
I was under the impression that when I call Session.replaceSession() a new session would be created. I am seeing a new HttpServletSession being created but not my wicket application session. I have placed a System.out.println( new AppSession()... ) in the constructor and I am not seeing that.

one session for standAloneApp or one session for FacebookApp

2010-06-24 Thread Fernando Wermus
Hi all, Users can login into my site in stand alone mode or with facebook connect. Thus, I would like to have two polimorphic session according to how the user decides to login. Could I switch the session in wicket when this happen? I was looking at Session.replaceSession() thanks in

Re: About the Mail on this page mainly to Igor

2010-06-24 Thread Nishant Neeraj
:) On Thu, Jun 24, 2010 at 6:14 PM, nino martinez wael nino.martinez.w...@gmail.com wrote: if you want to go incognito just create an email address for that, like many of the other users on this list have done. -Nino 2010/6/24 midikem anders.nystro...@gmail.com Hi can u please put

fast user input speed

2010-06-24 Thread Joerib
Hello, We are developping an application using Wicket 1.4. The application is a rewrite of an old Delphi program. The users have a special requirement that all input data must be done via the right hand keypad. Input data is mostly numeric data and field submission is done with the right

Who wants to help building 2 special ListView components?

2010-06-24 Thread magicjean
For a webapplication that I'm currently working on, I need 2 special components which can not be found in the standard Wicket library. Maybe there is somebody who wants to help me developing these components (doesn't have to do it for free, as long as it's reasonable). The 2 components I need:

CryptedUrlWebRequestCodingStrategy with JMeter

2010-06-24 Thread Gurpreet.Singh
Hi All, I am trying to do use JMeter with Wicket. Our application use CryptedUrlWebRequestCodingStrategy. I looked on Wiki page for JMeter and tried to use regular expression for form id's. But with CryptedUrlWebRequestCodingStrategy it's not working . Any one has idea how to get formId's

tomcat restart error

2010-06-24 Thread Douglas Ferguson
Anybody seen this before? SEVERE: Error filterStart Jun 24, 2010 3:24:06 PM org.apache.catalina.core.StandardContext start SEVERE: Context [] startup failed due to previous errors Jun 24, 2010 3:24:06 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: A web

[announce]JavaEE Inject updates

2010-06-24 Thread Major Péter
Hi all, Some info about the project: JavaEE Inject basically allows you to use @EJB, @Resource and @PersistenceUnit annotations in your Wicket applications, without the need of doing lookups and other nasty stuff. :) The official announcement of the new version can be found at:

Programmatically set CSS 'id' in an a href.. tag

2010-06-24 Thread Chris Colman
I am using a CSS stylesheet that requires each a tag link in a menu to specify a differently numbered id value: Eg., The output needs to be something like this where each a tag has a sequentially numbered id: menu1, menu2, menu3 etc., div id=menu ul lia id=menu1 href=# title=HomeHome/a/li

Re: wicketstuff-merged-resources 3.1 parent class scanning?

2010-06-24 Thread Ryan Crumley
Stefan, I apologize for checking in changes without your approval. I was excited about using your project but without scanning super classes it was not useful to me. I was eager to get it working. =) These are all good points... I will follow up with you off-list once I have a few minutes to put

Re: Programmatically set CSS 'id' in an a href.. tag

2010-06-24 Thread Jeremy Thomerson
If your links are Wicket components, call setMarkupID on them. Jeremy Thomerson -- sent from my smartphone - please excuse formatting and spelling errors On Jun 24, 2010 5:43 PM, Chris Colman chr...@stepaheadsoftware.com wrote: I am using a CSS stylesheet that requires each a tag link in a menu

Re: wicketstuff-push causing WicketRuntimeException component not found on Page

2010-06-24 Thread Rodolfo Hansen
You mean to say the error is sporadic? On Wed, 2010-06-23 at 20:16 +0200, David Meulemans wrote: Hi I have a Listener object with a Map in it containing org.apache.wicket.Component objects that need to be updated every time the onChange(); method is called. For example caused by another

Re: Programmatically set CSS 'id' in an a href.. tag

2010-06-24 Thread Bilgin Ibryam
If the link elements are wicket component then you could do: add(new SimpleAttributeModifier(id, menu1)); or setMarkupId(menu1); Bilgin Ibryam On Thu, Jun 24, 2010 at 10:43 PM, Chris Colman chr...@stepaheadsoftware.com wrote: I am using a CSS stylesheet that requires each a tag link

RE: Programmatically set CSS 'id' in an a href.. tag

2010-06-24 Thread Chris Colman
Cool! I'll try those. Thanks. So setMarkupId sets the 'id' (as in reference to a CSS element) not the 'wicket:id' right? Chris -Original Message- From: Bilgin Ibryam [mailto:bibr...@gmail.com] Sent: Friday, 25 June 2010 9:30 AM To: users@wicket.apache.org Subject: Re: Programmatically

Re: RE: Programmatically set CSS 'id' in an a href.. tag

2010-06-24 Thread Jeremy Thomerson
Right. The wicket id is set in the constructor. Jeremy Thomerson -- sent from my smartphone - please excuse formatting and spelling errors On Jun 24, 2010 8:58 PM, Chris Colman chr...@stepaheadsoftware.com wrote: Cool! I'll try those. Thanks. So setMarkupId sets the 'id' (as in reference to a

Re: Submitting a component value on a ajax call of a different component

2010-06-24 Thread Michael O'Cleirigh
Hello, What you need to do is add a parameter to the url of the behaviour. But the trick is that you don't attach a fixed string but rather an otherFieldValue=' + document.getElementById(otherFieldComponentMarkupID).value which will use javascript to extract the current value of the

Re: Announcing: visural-wicket 0.6 released - open source wicket components

2010-06-24 Thread Richard Nichols
Yep noted for 0.6.1 :) On 24 June 2010 16:53, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Nice post Nino... Or simply add a check on the component constructor adding the ExCanvas JS reference if browser is IE. That way you don't need to modify the page or need to remember adding it.