Re: convert wicket pages html to excel

2010-05-06 Thread Ernesto Reinaldo Barreiro
Sometime ago, I have used both POI and jexcelAPI and I do prefer the later. At least at that time, they both had the same limitation: Excel file had to be generated in memory, which could be costly in terms of server side resources. If I recalled it correctly the problem with CSV was MS Excel inte

Re: wicketstuff-minis status?

2010-05-06 Thread nino martinez wael
It don't think it's your IDE that are causing trouble, they probably broke something between mootools 1.1.1 to 1.2.4. Did you discover something else than mootips? As mentioned earlier I don't think the latest mootip supports mootools 1.2.4.. Reason why I chose mootip in first place was because it

Anyone at Geecon next week?

2010-05-06 Thread nino martinez wael
Should we have a small meetup? regards Nino - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Math captcha with Wicket?

2010-05-06 Thread nino martinez wael
http://java.sun.com/docs/books/tutorial/2d/overview/rendering.html :) 2010/5/4 Thomas Götz : > Thanks for your input, Igor! Looks nice, but I'd also like to have that as a > rendered image, rather than plain text (security risk?). > >   -Tom > > Igor Vaynberg wrote: >> >> off the top of my head >

Wicket:Message DefaultValue is not working?

2010-05-06 Thread MattyDE
I try to use: Materialnummer but Unexpected RuntimeException: WicketMessage: Property 'Material Number' not found in property files. i thought if no property has been found the Default "Materialnummer" would be used? https://cwiki.apache.org/WICKET/wickets-xhtml-tags.html tells the same. tha

New blog post "Refactoring wicket Pages to Components"

2010-05-06 Thread Erwin Bolwidt
Hi, I created a new blog posted titled "Refactoring wicket Pages to Components" http://blog.worldturner.com/worldturner/entry/refactoring_wicket_pages_to_components It describes some issues that we ran into doing this refactoring, and is a logical sequal to my previous post on Components ve

Re: Wicket:Message DefaultValue is not working?

2010-05-06 Thread Ernesto Reinaldo Barreiro
See IResourceSettings.setThrowExceptionOnMissingResource(final boolean throwExceptionOnMissingResource). I think by default it is set to true. Ernesto On Thu, May 6, 2010 at 1:47 PM, MattyDE wrote: > > I try to use: > > Materialnummer > > but Unexpected RuntimeException: WicketMessage: Property

How to use a DropDownChoice along with another form in a WizardStep

2010-05-06 Thread hpellan
Hello, I am new to wicket. I am using WizardStep. I need to define a panel where I select a hostname, the second part of the page is form allowing to display and set a list of properties for the selected hostname. my hostname 1 gets a varList of A,B. my hostname 2 gets a varList of C,D,E. When

Re: Wicket:Message DefaultValue is not working?

2010-05-06 Thread MattyDE
Thanks a lot! This works so nice ;) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Message-DefaultValue-is-not-working-tp2132484p2132553.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Help on multiple users implementation

2010-05-06 Thread Mathias Nilsson
Hi, I'm designing a Mediabase for a lot of customers. The old one is php and java server but we are planning to update this and use Wicket, Spring, Hibernate. I'm having some design questions. Our web administrator must be able to add Customers at runtime. The customer should have variations and t

Re: Help on multiple users implementation

2010-05-06 Thread Ernesto Reinaldo Barreiro
Is OSGi option to be considered? Ernesto On Thu, May 6, 2010 at 3:57 PM, Mathias Nilsson wrote: > Hi, I'm designing a Mediabase for a lot of customers. The old one is php and > java server but we are planning to update this and use Wicket, Spring, > Hibernate. > > I'm having some design question

Wicket, IntelliJ and xml resource bundles

2010-05-06 Thread Thomas Götz
Any IntelliJ users out there that use Wicket and xml resource bundle files? I have the problem, that whenever I use something like: -Tom - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands

Re: Math captcha with Wicket?

2010-05-06 Thread Thomas Götz
nino martinez wael schrieb: http://java.sun.com/docs/books/tutorial/2d/overview/rendering.html Well, tanks ;-) I was hoping to find some ready-to-be-used library/components that already does that ... -Tom - To unsubscrib

Re: Math captcha with Wicket?

2010-05-06 Thread Josh Glassman
Take a look at http://wicket.apache.org/docs/1.4/org/apache/wicket/extensions/markup/html/captcha/CaptchaImageResource.html You might need to override some of it, or make your own customized version to get the text and look you want. Looks like a good starting point at least. On Thu, May 6, 201

Re: Wicket, IntelliJ and xml resource bundles

2010-05-06 Thread James Carman
Are you using a Wicket plugin? On Thu, May 6, 2010 at 10:06 AM, Thomas Götz wrote: > Any IntelliJ users out there that use Wicket and xml resource bundle files? > I have the problem, that whenever I use something like: > >

Re: Wicket, IntelliJ and xml resource bundles

2010-05-06 Thread Nick Heudecker
The Wicket plugin for IDEA doesn't support XML property bundles. On Thu, May 6, 2010 at 8:32 AM, James Carman wrote: > Are you using a Wicket plugin? > > On Thu, May 6, 2010 at 10:06 AM, Thomas Götz wrote: > > Any IntelliJ users out there that use Wicket and xml resource bundle > files? > > I ha

Re: DateTextField and DatePicker returning wrong date

2010-05-06 Thread Jeremy Thomerson
If you think it's a bug, create a quickstart and attach it to JIRA. Is it similar to this? https://issues.apache.org/jira/browse/WICKET-2767 -- Jeremy Thomerson http://www.wickettraining.com On Wed, May 5, 2010 at 12:35 PM, taygolf wrote: > > anyone have any help here? I really think this is

Re: DateTextField and DatePicker returning wrong date

2010-05-06 Thread taygolf
no that is not the issue although I did see that issue and I am happy that it is fixed. My issue is that dealing with the boolean applyTimeZoneDifference for PatternDateConverter. It doesn't matter if I set applyTimeZoneDifference to true or false. The difference is still applied. I would like to

Re: Wicket, IntelliJ and xml resource bundles

2010-05-06 Thread Thomas Götz
No, I'm not currently using any Wicket plugin. -Tom Nick Heudecker schrieb: The Wicket plugin for IDEA doesn't support XML property bundles. On Thu, May 6, 2010 at 8:32 AM, James Carman wrote: Are you using a Wicket plugin? On Thu, May 6, 2010 at 10:06 AM, Thomas Götz wrote: Any Intel

Re: Math captcha with Wicket?

2010-05-06 Thread Thomas Götz
Thanks for the pointer! -Tom Josh Glassman schrieb: Take a look at http://wicket.apache.org/docs/1.4/org/apache/wicket/extensions/markup/html/captcha/CaptchaImageResource.html You might need to override some of it, or make your own customized version to get the text and look you want. Lo

Re: Wicket, IntelliJ and xml resource bundles

2010-05-06 Thread James Carman
Then the stuff you're seeing doesn't have anything to do with Wicket. It's IntelliJ's "I18N for Java" plugin, I believe. I wouldn't expect it to understand wicket-specific stuff. On Thu, May 6, 2010 at 12:26 PM, Thomas Götz wrote: > No, I'm not currently using any Wicket plugin. > >   -Tom > > >

Re: Math captcha with Wicket?

2010-05-06 Thread nino martinez wael
I know it was a dry spirited answer.. But have a look at jcaptcha or simplecaptcha.. Both are built around servlets as far as I can see, but they might offer a question / image engine also (so you can use it directly with wicket).. regards Nino 2010/5/6 Thomas Götz : > nino martinez wael schrieb:

Re: Wicket, IntelliJ and xml resource bundles

2010-05-06 Thread Thomas Götz
You are right, I just thought there might be a solution for this anyway, some plugin that I don't know yet maybe (be it Wicket specific or for general use with IntelliJ/I18N/xml-files). -Tom James Carman schrieb: Then the stuff you're seeing doesn't have anything to do with Wicket. It's I

Re: CheckGroup and ListView

2010-05-06 Thread msalman
Well, I have tried using ListModel as following: selectableValues = new ListView("selectableValuesList", new ListModel(list)) { .. } and then: selectableValues.getModelObject().add(new SelectableValue(newId, "value " + newId++)); without any success. BTW, do I also need to

Combo Box (help!)

2010-05-06 Thread Brian Mulholland
This is a second asking, so sorry if I am being impatient, but I was hoping to see a response to this. I've got a combo box with the list in a List of string arrays (code and decode). The bean has the currently selected code. I created a DropDownChoice with a custom ChoceRenderer as below. The

Re: Combo Box (help!)

2010-05-06 Thread Josh Glassman
[Ljava.lang.String;@HEX looks like you are stuffing an Array of Strings into a String. So, it calls String[].toString() and stuffs that into your String, like so... System.out.println(new String[] {"string", "array"});. I'm not real familiar with the choice renderer, so I'm not sure how this wou

Re: Combo Box (help!)

2010-05-06 Thread Martin Grigorov
Try with @Override public String getIdValue(Object array, int arg1) { return Integer.toString(arg1); } On Thu, 2010-05-06 at 15:44 -0400, Brian Mulholland wrote: > This is a second asking, so sorry if I am being impatient, but I was > hoping to see a response to this. > > I've got a

Re: Combo Box (help!)

2010-05-06 Thread Thomas Kappler
On 05/06/2010 09:44 PM, Brian Mulholland wrote: > This is a second asking, so sorry if I am being impatient, but I was > hoping to see a response to this. > > I've got a combo box with the list in a List of string arrays (code > and decode). The bean has the currently selected code. I created a

Re: CheckGroup and ListView

2010-05-06 Thread nino martinez wael
When using ajax you do have to add the listview again.. 2010/5/6 msalman : > > Well, I have tried using ListModel as following: > > selectableValues = new ListView("selectableValuesList", new > ListModel(list)) > { > .. > } > > and then: > >                selectableValues.getModelObject().add(new

Re: Caching menu

2010-05-06 Thread nino martinez wael
Id go for at "pojo" dao provider which then can cache the menu, and just use that from your wicket menu components.. You could then use something like ehcache, for caching.. 2010/5/5 Wolfgang : > > I'm working on a web site that has a menu bar with sub-items, and > sub-sub-items. The configuration

Re: CheckGroup and ListView

2010-05-06 Thread msalman
Well, I have tried removing and then adding the ListView to the CheckGroup, but that does not work either. I have tried to debug this as much as I could and I do see that there are the right values in the java objects of ListView and the wrapped list. To me it looks like that the code that cr

Re: Strip header contributors from Ajax response.

2010-05-06 Thread Apple Grew
Hi All, Thanks for all the responses. I got this solved by making my behavior extend AbstractHeaderContributor. In its getHeaderContributors() I return the list of headers only if response is not ajax. In case of ajax I simply return null. Regards, Apple Grew my blog @ http://blog.applegrew.com/

Re: CheckGroup and ListView

2010-05-06 Thread Jeremy Thomerson
create a quickstart and post it somewhere where we can get to it and someone will help you -- Jeremy Thomerson http://www.wickettraining.com On Thu, May 6, 2010 at 7:12 PM, msalman wrote: > > Well, I have tried removing and then adding the ListView to the CheckGroup, > but that does not work