Re: [Wicket-user] Double quotes in AjaxCall Decorator scripts

2006-08-29 Thread Pierre-Yves Saumont
Not really a problem for me. It's just that it can be misleading to have 
an Ajax call failing when Wicket Ajax Debug Window says it succeeded.

May be I did not make myself clear : using double quotes in the failure 
handler script makes the *Ajax call* fail, not only the failure handler.

Pierre-Yves

Igor Vaynberg a écrit :
 not that much we can do since the event script is already in quotes when 
 in html eg onclick=foo();
 
 if its a big problem write out the message in a standalone js function 
 and call that func from the call decorator.
 
 -Igor
 
 
 On 8/28/06, * Pierre-Yves Saumont* [EMAIL PROTECTED] mailto:[EMAIL 
 PROTECTED] 
 wrote:
 
 Hello,
 
 When defining a script to use with decorateOnFailureScript in
 AjaxCallDecorator, it is not possible do write:
 
 public CharSequence decorateOnFailureScript(CharSequence script) {
return alert(\message\);
 }
 
 one can only use single quotes:
 
 public CharSequence decorateOnFailureScript(CharSequence script) {
return alert('message');
 }
 
 This creates two problems:
 
 1) The first solution does not produce any error message. The Ajax call
 just fails silently. There is no error indicated in the Ajax Debug
 Dialog Box.
 
 2) Some languages (at least French) make heavy use of single quotes. If
 an error message is to be put between single quotes, all single quotes
 inside the error message have to be escaped twice (once for Java and
 once for Javascript. A message like :
 
 S'il vous plait
 
 has to be written:
 
 'S\\'il vous plait'
 
 Although this is not a problem for a programmer ;-) , is can be more
 problematic for the person who is in charge of translating the English
 property file to French.
 
 Pierre-Yves
 
 
 -
 Using Tomcat but need to do more? Need to support web services,
 security?
 Get stuff done quickly with pre-integrated technology to make your
 job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache
 Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Double quotes in AjaxCall Decorator scripts

2006-08-29 Thread Igor Vaynberg
On 8/28/06, Pierre-Yves Saumont [EMAIL PROTECTED] wrote:
Not really a problem for me. It's just that it can be misleading to havean Ajax call failing when Wicket Ajax Debug Window says it succeeded.it really says it succeeded? the call should never be made...
May be I did not make myself clear : using double quotes in the failurehandler script makes the *Ajax call* fail, not only the failure handler.
the entire call is not made because the handler has a broken js syntax correct?i think at the end you have to know where in the html this is going to so that you can properly escape stuff. maybe some javadoc on the call decorator - mind creating a patch?
-IgorPierre-YvesIgor Vaynberg a écrit : not that much we can do since the event script is already in quotes when
 in html eg > if its a big problem write out the message in a standalone js function and call that func from the call decorator. -Igor
 On 8/28/06, * Pierre-Yves Saumont* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hello, When defining a script to use with decorateOnFailureScript in
 AjaxCallDecorator, it is not possible do write: public CharSequence decorateOnFailureScript(CharSequence script) {return alert(\message\); }
 one can only use single quotes: public CharSequence decorateOnFailureScript(CharSequence script) {return alert('message'); } This creates two problems:
 1) The first solution does not produce any error message. The Ajax call just fails silently. There is no error indicated in the Ajax Debug Dialog Box. 2) Some languages (at least French) make heavy use of single quotes. If
 an error message is to be put between single quotes, all single quotes inside the error message have to be escaped twice (once for Java and once for _javascript_. A message like :
 S'il vous plait has to be written: 'S\\'il vous plait' Although this is not a problem for a programmer ;-) , is can be more problematic for the person who is in charge of translating the English
 property file to French. Pierre-Yves - Using Tomcat but need to do more? Need to support web services,
 security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 ___ Wicket-user mailing list 
Wicket-user@lists.sourceforge.net mailto:Wicket-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wicket-user-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] ListMultipleChoice render size = 0

2006-08-29 Thread ali
in library , page EditBook , ListMultipleChoice for wrtingStyles render  
attribute size=0

in IE , it isnt a problem, but in opera, it height is only a row
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Javascript for some validators

2006-08-29 Thread [EMAIL PROTECTED] Imam
Hi,I was wondering if wicket will provide _javascript_ support for some of the simple validations we use.For example required validators and length validators.I think performing some of these validations in the client side will be better than 
performing them at the server side.Shams
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Anders Peterson
I know WebObjects much better than I know Wicket...

The only reason I looked at Wicket is because Apple made some very 
strange decisions regarding licensing and support for other platforms 
about a year ago. Should the open source rumors be true (I'm not sure 
they are) I'll most likely go back to (stay with) WebObjects.

This is a good place to start:

http://en.wikipedia.org/wiki/WebObjects


WebObjects has a very good on-line community, and there is a collection 
of open source frameworks and development tools that support/extend it. 
One you should definitely know about is WOLips:

http://objectstyle.org/confluence/display/WOL/Home


/Anders

Martijn Dashorst wrote:
 Apple will make (most of) WebObjects open source with the new release
 (http://www.thinksecret.com/news/0608webobjects.html).
 
 Has anyone worked with WebObjects and wishes to comment on it compared
 to Wicket?
 
 Martijn
 


-- 
http://ojalgo.org/

Mathematics, Linear Algebra and Optimisation with Java

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Korbinian Bachl
Hi Anders,

i heard much about WebObjects, and have a qustion: is it true, that you need
apple (OS) in order to run it ? - where here with Windows/ Linux
environments

Regards,

Korbinian

PS: can you point out what in your opinion is superior to Wicket from
WebObjects ? e.g. a small comparision? 

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] Im Auftrag 
 von Anders Peterson
 Gesendet: Dienstag, 29. August 2006 10:41
 An: wicket-user@lists.sourceforge.net
 Betreff: Re: [Wicket-user] WebObjects open source?
 
 I know WebObjects much better than I know Wicket...
 
 The only reason I looked at Wicket is because Apple made some 
 very strange decisions regarding licensing and support for 
 other platforms about a year ago. Should the open source 
 rumors be true (I'm not sure they are) I'll most likely go 
 back to (stay with) WebObjects.
 
 This is a good place to start:
 
 http://en.wikipedia.org/wiki/WebObjects
 
 
 WebObjects has a very good on-line community, and there is a 
 collection of open source frameworks and development tools 
 that support/extend it. 
 One you should definitely know about is WOLips:
 
 http://objectstyle.org/confluence/display/WOL/Home
 
 
 /Anders
 
 Martijn Dashorst wrote:
  Apple will make (most of) WebObjects open source with the 
 new release 
  (http://www.thinksecret.com/news/0608webobjects.html).
  
  Has anyone worked with WebObjects and wishes to comment on 
 it compared 
  to Wicket?
  
  Martijn
  
 
 
 --
 http://ojalgo.org/
 
 Mathematics, Linear Algebra and Optimisation with Java
 
 
 --
 ---
 Using Tomcat but need to do more? Need to support web 
 services, security?
 Get stuff done quickly with pre-integrated technology to make 
 your job easier Download IBM WebSphere Application Server 
 v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057;
dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Maven2 archetypes

2006-08-29 Thread Igor Vaynberg
i think this is a good thing to have, martijn will you encorporate the patch?-IgorOn 8/29/06, Martin Funk 
[EMAIL PROTECTED] wrote:If anyone is still interested in this subject, you can look at
https://sourceforge.net/tracker/?func=detailatid=684978aid=1547784group_id=119783where I put a patch file to show how it could become part of wicket.
After applying the patchwicket-parent mvn -Pjdk1.4 installpluswicket-parent mvn installought to install the archetype, after which the archetype can be used like:mvn archetype:create -DarchetypeGroupId=wicket \
-DarchetypeArtifactId=wicket-archetype-template \-DgroupId=de.mywicket.app -DartifactId=myfirstwicketappHave fun,MartinGwyn Evans schrieb:Hadn't thought about it - might be worth leaving it 'till it's on the
Wicket repo at least?Maybe wait till Martijn's back to see what he says about ibiblio, butsounds good to me, at least./GwynOn 17/08/06, Martin Funk 
[EMAIL PROTECTED] wrote:Verry nice, thank you.Personally I wouldn't mind seeing a couple wicket-archetypes on ibiblio,that way a 'simple': - mvn archetype:create -DarchetypeGroupId=wicket
-DarchetypeArtifactId=wicket-archetype-template-DgroupId=de.mywicket.app -DartifactId=myfirstwicketappcould get you started with developing your fist wicket application,right from scratch, provided that maven and the internet is present.
Btw. are you going to, or should I, close the feature request?Have fun,MartinGwyn Evans schrieb:
Nice - Have added to wicket-stuff SVN  will have to have a look atadding to the Wicket repo!/GwynOn 15/08/06, Martin Funk 
[EMAIL PROTECTED] wrote:Hi,I've been playing arround with maven archetypes as described in
http://maven.apache.org/guides/mini/guide-creating-archetypes.htmlThings went faster as expected and at the end I came up with a maven
archetype for wicket. The archetype creates a project that looks verymuch the same as a project createt using wicket-template from wicket-stuff.If anyone is interested you can check out the patch file I attached to a
feature proposal for wicket-stuff.[ 1540913 ] wicket-archetypes Maven2 archetypes for wicket
https://sourceforge.net/tracker/?func=detailatid=730671aid=1540913group_id=134391Usage should be pretty straight foreward.Once the patch is applied change into the subfolder of
wicket-archetypes. So far only one archetype is present :-)- mvn installshould install the archetype locally. After this it might be used like:
- mvn archetype:create -DarchetypeGroupId=archetypeGroupId-DarchetypeArtifactId=archetypeArtifactId \ -DarchetypeVersion=archetypeVersion
-DgroupId=groupId -DartifactId=artifactIde.g.:- mvn archetype:create -DarchetypeGroupId=wicket-DarchetypeArtifactId=wicket-archetype-template \
 -DarchetypeVersion=1.0-SNAPSHOT-DgroupId=de.mywicket.app -DartifactId=wicket-templateHave fun,
Martin-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] [Fwd: [Re: Double quotes in AjaxCall Decorator scripts]]

2006-08-29 Thread Pierre-Yves Saumont

I have posted this message 6 hours ago and it does not appear yet, so I
repost it. I apologize if it is posted twice. I am having great trouble
with the spam cops. I have to change my ip after each message I post to
the list :-(


it really says it succeeded? the call should never be made...


You're right. I have so many Ajax calls in my application that I did not
properly read the Ajax Debug dialog.

the entire call is not made because the handler has a broken js syntax 
correct?


correct.

i think at the end you have to know where in the html this is going to 
so that you can properly escape stuff. maybe some javadoc on the call 
decorator - mind creating a patch?


As I did not fin d any information on Wicket site about how to submit a
patch, I enclosed it with this mail.

Regarding the problem of the missing semicolon at the end of the
decorateScript script, this could be avoided by having wicket insert a
semicolon. It does not even has to test for an existing one since two
semicolons won't hurt.

Pierre-Yves


-Igor



Pierre-Yves

Igor Vaynberg a écrit :
  not that much we can do since the event script is already in
quotes when
  in html eg onclick=foo();
 
  if its a big problem write out the message in a standalone js
function
  and call that func from the call decorator.
 
  -Igor
 
 
  On 8/28/06, * Pierre-Yves Saumont* [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL 
PROTECTED]
  wrote:
 
  Hello,
 
  When defining a script to use with decorateOnFailureScript in
  AjaxCallDecorator, it is not possible do write:
 
  public CharSequence decorateOnFailureScript(CharSequence
script) {
 return alert(\message\);
  }
 
  one can only use single quotes:
 
  public CharSequence decorateOnFailureScript(CharSequence
script) {
 return alert('message');
  }
 
  This creates two problems:
 
  1) The first solution does not produce any error message. The
Ajax call
  just fails silently. There is no error indicated in the Ajax
Debug
  Dialog Box.
 
  2) Some languages (at least French) make heavy use of single
quotes. If
  an error message is to be put between single quotes, all
single quotes
  inside the error message have to be escaped twice (once for
Java and
  once for Javascript. A message like :
 
  S'il vous plait
 
  has to be written:
 
  'S\\'il vous plait'
 
  Although this is not a problem for a programmer ;-) , is can
be more
  problematic for the person who is in charge of translating
the English
  property file to French.
 
  Pierre-Yves
 
 
 
-

  Using Tomcat but need to do more? Need to support web services,
  security?
  Get stuff done quickly with pre-integrated technology to make
your
  job easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache
  Geronimo
 
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
mailto:Wicket-user@lists.sourceforge.net
  mailto:Wicket-user@lists.sourceforge.net
mailto:Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 


-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your
job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
mailto:Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





/*
 * $Id: org.eclipse.jdt.ui.prefs,v 1.6 2006/02/06 08:27:03 ivaynberg Exp $
 * $Revision: 1.6 $ $Date: 2006/02/06 08:27:03 $
 *
 * 
==
 * Licensed under the Apache License, Version 2.0 (the License); you may not
 * use this file except in compliance with 

[Wicket-user] Navigator customization

2006-08-29 Thread Jaime De La Jara
Continuing with my dissection of the phonebook application I've come to the customization of the NavigatorLabel and PagingNavigator classes. How would be a nice way to customize them, so for example change the message "Showing .. to .. of .." and the less than and greater than symbols for an internationalized message and arrow images. I've noticed that the former message is included in the NavigatorLabel class and the symbols appear in the markup associated with the Paging Navigator component.Thanks,Jaime. 
		 All-new Yahoo! Mail - Fire up a more powerful email and get things done faster.-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Navigator customization

2006-08-29 Thread Igor Vaynberg
you would create your own pagingnavigator y subclassing the existing and changing markup/customizing labelsthen create your own paginglabelthen override NavigationToolbar.newPagingNavigator/newPagingLabel and return your own subclasses
-IgorOn 8/29/06, Jaime De La Jara [EMAIL PROTECTED] wrote:
Continuing with my dissection of the phonebook application I've come to the customization of the NavigatorLabel and PagingNavigator classes. How would be a nice way to customize them, so for example change the message Showing .. to .. of .. and the less than and greater than symbols for an internationalized message and arrow images. I've noticed that the former message is included in the NavigatorLabel class and the symbols appear in the markup associated with the Paging Navigator component.
Thanks,Jaime. 
		 All-new Yahoo! Mail - Fire up a more powerful email and get things done faster.
-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Anders Peterson
Sure, if it has to be just like Wicket to compete; you win. ;-)

/Anders

Eelco Hillenius wrote:
 I looked into some demos briefly yesterday, but it looks to me that
 it's quite different from Wicket. It looks nice when it comes to tool
 integration etc, but I immediately missed the 'just Java programming'/
 OO part of Wicket.
 
 Eelco
 
 
 On 8/29/06, Anders Peterson [EMAIL PROTECTED] wrote:
 Korbinian Bachl wrote:
 Hi Anders,

 i heard much about WebObjects, and have a qustion: is it true, that you need
 apple (OS) in order to run it ? - where here with Windows/ Linux
 environments
 Not at all. I use version 5.2.4. It has official support for development
 tools on Mac and Windows and deployment on Mac, Windows and Solaris. You
 can run it on any j2se (1.4) platform. Many use Linux.

 About a year ago Apple released 5.3:
 1) Development environment mas made part of Apple's Xcode, and
 distributed for free.
 2) Deployment license is bundled with Mac OS X Server.
 3) Officially Apple only supports their own hardware and OS. There are
 very good open source tools (better than Apple's) that support
 development on any platform, and you can deploy on any platform, but you
 have to buy Mac OS X Server to get a deployment license.


 Recently at WWDC Apple made some new announcement. I don't know exactly
 what it was. All I know is this:

 http://lists.apple.com/archives/webobjects-dev/2006/Aug/msg01144.html


 /Anders

 Regards,

 Korbinian

 PS: can you point out what in your opinion is superior to Wicket from
 WebObjects ? e.g. a small comparision?

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Im Auftrag
 von Anders Peterson
 Gesendet: Dienstag, 29. August 2006 10:41
 An: wicket-user@lists.sourceforge.net
 Betreff: Re: [Wicket-user] WebObjects open source?

 I know WebObjects much better than I know Wicket...

 The only reason I looked at Wicket is because Apple made some
 very strange decisions regarding licensing and support for
 other platforms about a year ago. Should the open source
 rumors be true (I'm not sure they are) I'll most likely go
 back to (stay with) WebObjects.

 This is a good place to start:

 http://en.wikipedia.org/wiki/WebObjects


 WebObjects has a very good on-line community, and there is a
 collection of open source frameworks and development tools
 that support/extend it.
 One you should definitely know about is WOLips:

 http://objectstyle.org/confluence/display/WOL/Home


 /Anders

 Martijn Dashorst wrote:
 Apple will make (most of) WebObjects open source with the
 new release
 (http://www.thinksecret.com/news/0608webobjects.html).

 Has anyone worked with WebObjects and wishes to comment on
 it compared
 to Wicket?

 Martijn


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Eelco Hillenius
:) It's one of my favorite parts of Wicket, so sure.

What about the strong points of WebObjects, what are the things you
really like about that?

Eelco

On 8/29/06, Anders Peterson [EMAIL PROTECTED] wrote:
 Sure, if it has to be just like Wicket to compete; you win. ;-)


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Javascript for some validators

2006-08-29 Thread Johan Compagner
On 8/29/06, Martijn Dashorst [EMAIL PROTECTED] wrote:
Not out of the box, as it would make the core even more bloated thanit alread is.Bloated? Core?? ;) 
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-29 Thread Otan
I think putting that explanation in the javadoc of the wicket.extensions.markup.html.repeater package is also a great help for those who's having a hard time deciding what repeater to use.
On 8/29/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
hope this helps, mind cleaning this up and making a wiki page? :)
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-29 Thread Igor Vaynberg
i think you forgot to attach the patch... :)-IgorOn 8/29/06, Otan [EMAIL PROTECTED] wrote:
I think putting that explanation in the javadoc of the wicket.extensions.markup.html.repeater
 package is also a great help for those who's having a hard time deciding what repeater to use.
On 8/29/06, Igor Vaynberg [EMAIL PROTECTED] wrote:

hope this helps, mind cleaning this up and making a wiki page? :)

-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Anders Peterson
Not sure what to say... it makes me productive...

It's not really fair to compare Wicket and WebObjects (WO). WO is a 
whole package of frameworks and tools that function well together (but 
can be used independently). Wicket needs team mates to replace WO entirely.

With Wicket any html and java editors will do just fine. This is 
generally a good thing (I think) but it's also a restriction. With 
WebObjects the tools are part of what makes the package great:

Start up the WOBuilder tool, create a WODisplayGroup instance and start 
(visually) combining WOComponents and binding them to data. It's fast 
and intuitive...

/Anders

http://developer.apple.com/documentation/WebObjects/Conceptual/WO53_WOBuilderGuide/

http://developer.apple.com/documentation/webobjects/Reference/API/com/webobjects/appserver/WODisplayGroup.html
http://developer.apple.com/documentation/Webobjects/Reference/API/com/webobjects/appserver/WOComponent.html

Eelco Hillenius wrote:
 :) It's one of my favorite parts of Wicket, so sure.
 
 What about the strong points of WebObjects, what are the things you
 really like about that?
 
 Eelco
 
 On 8/29/06, Anders Peterson [EMAIL PROTECTED] wrote:
 Sure, if it has to be just like Wicket to compete; you win. ;-)

 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


-- 
http://ojalgo.org/

Mathematics, Linear Algebra and Optimisation with Java

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Igor Vaynberg
Start up the WOBuilder tool, create a WODisplayGroup instance and start
(visually) combining WOComponents and binding them to data. It's fastand intuitive...sounds like...i dont knowasp.net+vs.net combo? :)-Igor
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Navigator customization

2006-08-29 Thread Jaime De La Jara
Ok thanks, maybe that properties could be parametrized in some way, so one would configure them instead of subclassing each time a custom display is required?Jaime.Igor Vaynberg [EMAIL PROTECTED] wrote: you would create your own pagingnavigator y subclassing the existing and changing markup/customizing labelsthen create your own paginglabelthen override NavigationToolbar.newPagingNavigator/newPagingLabel and return your own subclasses -IgorOn 8/29/06, Jaime De La Jara [EMAIL PROTECTED] wrote: Continuing with my dissection of the
 phonebook application I've come to the customization of the NavigatorLabel and PagingNavigator classes. How would be a nice way to customize them, so for example change the message "Showing .. to .. of .." and the less than and greater than symbols for an internationalized message and arrow images. I've noticed that the former message is included in the NavigatorLabel class and the symbols appear in the markup associated with the Paging Navigator component. Thanks,Jaime. All-new Yahoo! Mail - Fire up a more powerful email and get things done faster. -Using Tomcat but need to do more? Need to support
 web services, security?Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user 
 -Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user 
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Navigator customization

2006-08-29 Thread Igor Vaynberg
you are more then welcome to patch it :)-IgorOn 8/29/06, Jaime De La Jara [EMAIL PROTECTED]
 wrote:Ok thanks, maybe that properties could be parametrized in some way, so one would configure them instead of subclassing each time a custom display is required?
Jaime.Igor Vaynberg [EMAIL PROTECTED]
 wrote: you would create your own pagingnavigator y subclassing the existing and changing markup/customizing labels
then create your own paginglabelthen override NavigationToolbar.newPagingNavigator/newPagingLabel and return your own subclasses -IgorOn 8/29/06, 
Jaime De La Jara [EMAIL PROTECTED] wrote:
 Continuing with my dissection of the
 phonebook application I've come to the customization of the NavigatorLabel and PagingNavigator classes. How would be a nice way to customize them, so for example change the message Showing .. to .. of .. and the less than and greater than symbols for an internationalized message and arrow images. I've noticed that the former message is included in the NavigatorLabel class and the symbols appear in the markup associated with the Paging Navigator component. 
Thanks,Jaime.
 All-new Yahoo! Mail - Fire up a more powerful email and get things done faster. -Using Tomcat but need to do more? Need to support
 web services, security?Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
 Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user 

 -Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
 
		Yahoo! Messenger with Voice. 
Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.
-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Philip A. Chapman




I would be willing to help work on such a project.

On Mon, 2006-08-28 at 19:18 -0300, Alexandre Bairos wrote:

Im also interested. Definitely it would be great to coordinate efforts.




On 8/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote:



heh, wicket seems like /the/ framework for writing cms :)

there has been a lot of talk but not a whole lot of action.

i found this: http://code.google.com/p/cms12/ you might want to get in touch with the author

a few students from Topicus are going to write one as a grad project - martijn has more details

sounds like we need to pull the efforts together on this one since there are so many ppl interested. 






-Igor











On 8/28/06, Erik Brakkee [EMAIL PROTECTED] wrote:

Hi,


I am considering to develop reusableContent Management System like
components for polls, comments, blogs, news items, frequently asked
questions, and links. Each component would have an interface for users 
and administrators. Access for regular users would be restricted to
certain roles or totally unrestricted. Access to administrators would
always be restricted to certain roles. Whether or not approval is
required for an item by an administrator would also be configurable. 
Furthermore, access restrictions could also be narrowed down by the
content itself. (e.g. only viewable by registered users).

Each component would generate events upon use, allowing other
functionality to be implemented on top of it (such as notification and 
statistics). Persistence for components would be pluggable with
Hibernate as an implementation provided out of the box. Of course, we
could be more ambitious and go directly for JSR-170 but perhaps JSR-170
would simply be an implementation of persistence. 

Does a project like this already exist or should I roll my own?

Cheers
Erik


-
Using Tomcat but need to do more? Need to support web services, security? 
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user












-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier 
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user







-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user






-- 
Philip A. Chapman

Desktop and Web Application Development:
Java, .NET, PostgreSQL, MySQL, MSSQL
Linux, Windows 2000, Windows XP








signature.asc
Description: This is a digitally signed message part
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-29 Thread Gwyn Evans
:-)

On 29/08/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
 i think you forgot to attach the patch... :)


-- 
Download Wicket 1.2.2 now! - http://wicketframework.org

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Igor Vaynberg
you mean you already finished bugme and bugeater?-IgorOn 8/29/06, Philip A. Chapman [EMAIL PROTECTED]
 wrote:


  
  


I would be willing to help work on such a project.

On Mon, 2006-08-28 at 19:18 -0300, Alexandre Bairos wrote:

I´m also interested. Definitely it would be great to coordinate efforts.




On 8/28/06, Igor Vaynberg 
[EMAIL PROTECTED] wrote:



heh, wicket seems like /the/ framework for writing cms :)

there has been a lot of talk but not a whole lot of action.

i found this: http://code.google.com/p/cms12/ you might want to get in touch with the author


a few students from Topicus are going to write one as a grad project - martijn has more details

sounds like we need to pull the efforts together on this one since there are so many ppl interested. 






-Igor











On 8/28/06, Erik Brakkee 
[EMAIL PROTECTED] wrote:

Hi,


I am considering to develop reusableContent Management System like
components for polls, comments, blogs, news items, frequently asked
questions, and links. Each component would have an interface for users 
and administrators. Access for regular users would be restricted to
certain roles or totally unrestricted. Access to administrators would
always be restricted to certain roles. Whether or not approval is
required for an item by an administrator would also be configurable. 
Furthermore, access restrictions could also be narrowed down by the
content itself. (e.g. only viewable by registered users).

Each component would generate events upon use, allowing other
functionality to be implemented on top of it (such as notification and 
statistics). Persistence for components would be pluggable with
Hibernate as an implementation provided out of the box. Of course, we
could be more ambitious and go directly for JSR-170 but perhaps JSR-170
would simply be an implementation of persistence. 

Does a project like this already exist or should I roll my own?

Cheers
Erik


-
Using Tomcat but need to do more? Need to support web services, security? 
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user













-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier 
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user







-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

___ Wicket-user mailing list Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user





-- Philip A. ChapmanDesktop and Web Application Development:Java, .NET, PostgreSQL, MySQL, MSSQLLinux, Windows 2000, Windows XP






-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Philip A. Chapman
Bugeater, is very usable, but could still still be improved, I am sure.
I have a few ideas, but am just rolling them around in my head for now.

Bugme has stalled.  A few friends and I got busy and it's just layed
there.  I think it'd still be great to get going.

CMS is something that I have been very interested in.  I'd love to have
such a thing, but have avoided building one myself because, as you say,
I do have other projects that I work on.  Starting up a CMS by myself
would take more time than I could give.  But to collaborate on a CMS
with others  That I can do.  :-)

Besides.  Is a software project *ever* finished?

On Tue, 2006-08-29 at 11:18 -0700, Igor Vaynberg wrote:
 you mean you already finished bugme and bugeater?
 
 -Igor
 
 
 On 8/29/06, Philip A. Chapman [EMAIL PROTECTED]  wrote:
 I would be willing to help work on such a project.
 
 
 On Mon, 2006-08-28 at 19:18 -0300, Alexandre Bairos wrote:
  I´m also interested. Definitely it would be great to
  coordinate efforts.
  
  
  On 8/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
  heh, wicket seems like /the/ framework for writing
  cms :)
  
  there has been a lot of talk but not a whole lot of
  action.
  
  i found this: http://code.google.com/p/cms12/ you
  might want to get in touch with the author
  
  a few students from Topicus are going to write one
  as a grad project - martijn has more details
  
  sounds like we need to pull the efforts together on
  this one since there are so many ppl interested. 
  
  
  -Igor 
  
  
  
  On 8/28/06, Erik Brakkee [EMAIL PROTECTED] wrote:
  Hi,
  
  
  I am considering to develop
  reusable  Content Management System like
  components for polls, comments, blogs, news
  items, frequently asked
  questions, and links. Each component would
  have an interface for users 
  and administrators. Access for regular users
  would be restricted to
  certain roles or totally unrestricted.
  Access to administrators would
  always be restricted to certain roles.
  Whether or not approval is
  required for an item by an administrator
  would also be configurable. 
  Furthermore, access restrictions could also
  be narrowed down by the
  content itself. (e.g. only viewable by
  registered users).
  
  Each component would generate events upon
  use, allowing other
  functionality to be implemented on top of it
  (such as notification and 
  statistics). Persistence for components
  would be pluggable with
  Hibernate as an implementation provided out
  of the box. Of course, we
  could be more ambitious and go directly for
  JSR-170 but perhaps JSR-170
  would simply be an implementation of
  persistence. 
  
  Does a project like this already exist or
  should I roll my own?
  
  Cheers
Erik
  
  
  
 -
  Using Tomcat but need to do more? Need to
  support web services, security? 
  Get stuff done quickly with pre-integrated
  technology to make your job easier
  Download IBM WebSphere Application Server
  v.1.0.1 based on Apache Geronimo
  
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  
 

[Wicket-user] NavigationToolbar issue

2006-08-29 Thread shumbola
Igor,

I just copied the code from DefaultDataTable and made a class
MyDataTable. In its constructor made the following change:

 NavigationToolbar nt = new NavigationToolbar();
 addTopToolbar(nt);
 addTopToolbar(new HeadersToolbar(this, dataProvider));
 addBottomToolbar(new NoRecordsToolbar(this));
 if(dataProvider.size()  getRowsPerPage())
 nt.setVisible(false);

My intention was to switch off the navigation toolbar if the item
count is less then rows per page. But it is showing up always.
Is something wrong with this intention?

Thanks,
shumbola



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Johan Compagner
igor, Why don't you just start coding and make a WicketBuilder that just does that?instead of always making fun of people.. bad bad bad.johanOn 8/29/06, 
Igor Vaynberg [EMAIL PROTECTED] wrote:
Start up the WOBuilder tool, create a WODisplayGroup instance and start
(visually) combining WOComponents and binding them to data. It's fastand intuitive...sounds like...i dont knowasp.net+vs.net combo? :)
-Igor

-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] NavigationToolbar issue

2006-08-29 Thread Igor Vaynberg
-NavigationToolbar nt = new NavigationToolbar();+NavigationToolbar nrt=new NavigationToolbar() { boolean isVisible() { return getPageCount()1; }}-IgorOn 8/29/06, 
shumbola [EMAIL PROTECTED] wrote:
Igor,I just copied the code from DefaultDataTable and made a classMyDataTable. In its constructor made the following change: NavigationToolbar nt = new NavigationToolbar(); addTopToolbar(nt);
 addTopToolbar(new HeadersToolbar(this, dataProvider)); addBottomToolbar(new NoRecordsToolbar(this)); if(dataProvider.size()  getRowsPerPage()) nt.setVisible
(false);My intention was to switch off the navigation toolbar if the itemcount is less then rows per page. But it is showing up always.Is something wrong with this intention?Thanks,shumbola
-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Igor Vaynberg
hey! i wasnt making fun - just drawing a comparison. why are you so bitter? dont you have some bugs to fix?-IgorOn 8/29/06, Johan Compagner
 [EMAIL PROTECTED] wrote:igor, 
Why don't you just start coding and make a WicketBuilder that just does that?instead of always making fun of people.. bad bad bad.johan
On 8/29/06, 
Igor Vaynberg [EMAIL PROTECTED] wrote:

Start up the WOBuilder tool, create a WODisplayGroup instance and start
(visually) combining WOComponents and binding them to data. It's fastand intuitive...sounds like...i dont knowasp.net+vs.net combo? :)
-Igor

-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo

http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list

Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user


-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] ListMultipleChoice render size = 0

2006-08-29 Thread Eelco Hillenius
Thanks, that was a bug. It's fixed now.

Eelco


On 8/28/06, ali [EMAIL PROTECTED] wrote:
 in library , page EditBook , ListMultipleChoice for wrtingStyles render
 attribute size=0

 in IE , it isnt a problem, but in opera, it height is only a row
 --
 Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Alexandru Popescu
On 8/29/06, Korbinian Bachl [EMAIL PROTECTED] wrote:
 Hi Anders,

 i heard much about WebObjects, and have a qustion: is it true, that you need
 apple (OS) in order to run it ? - where here with Windows/ Linux
 environments

 Regards,

 Korbinian


According to http://www.infoq.com/news/WebObjects-Open-Sourced, the
news seems real.

./alex
--
.w( the_mindstorm )p.

 PS: can you point out what in your opinion is superior to Wicket from
 WebObjects ? e.g. a small comparision?

  -Ursprüngliche Nachricht-
  Von: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Im Auftrag
  von Anders Peterson
  Gesendet: Dienstag, 29. August 2006 10:41
  An: wicket-user@lists.sourceforge.net
  Betreff: Re: [Wicket-user] WebObjects open source?
 
  I know WebObjects much better than I know Wicket...
 
  The only reason I looked at Wicket is because Apple made some
  very strange decisions regarding licensing and support for
  other platforms about a year ago. Should the open source
  rumors be true (I'm not sure they are) I'll most likely go
  back to (stay with) WebObjects.
 
  This is a good place to start:
 
  http://en.wikipedia.org/wiki/WebObjects
 
 
  WebObjects has a very good on-line community, and there is a
  collection of open source frameworks and development tools
  that support/extend it.
  One you should definitely know about is WOLips:
 
  http://objectstyle.org/confluence/display/WOL/Home
 
 
  /Anders
 
  Martijn Dashorst wrote:
   Apple will make (most of) WebObjects open source with the
  new release
   (http://www.thinksecret.com/news/0608webobjects.html).
  
   Has anyone worked with WebObjects and wishes to comment on
  it compared
   to Wicket?
  
   Martijn
  
 
 
  --
  http://ojalgo.org/
 
  Mathematics, Linear Algebra and Optimisation with Java
 
 
  --
  ---
  Using Tomcat but need to do more? Need to support web
  services, security?
  Get stuff done quickly with pre-integrated technology to make
  your job easier Download IBM WebSphere Application Server
  v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057;
 dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Johan Compagner
maybe i am bitter because of all the bug fixing! havent you thought about that!But i really like to see the WicketBuilder that you build..Then i will fix the bugs you introduce in it (and that will make me happy ofcourse)
so we have a great Drag N Drop wicket ui builder. That generates everything by just looking at it!johanOn 8/29/06, Igor Vaynberg 
[EMAIL PROTECTED] wrote:hey! i wasnt making fun - just drawing a comparison. why are you so bitter? dont you have some bugs to fix?
-IgorOn 8/29/06, Johan Compagner
 [EMAIL PROTECTED] wrote:
igor, 
Why don't you just start coding and make a WicketBuilder that just does that?instead of always making fun of people.. bad bad bad.johan
On 8/29/06, 
Igor Vaynberg [EMAIL PROTECTED] wrote:


Start up the WOBuilder tool, create a WODisplayGroup instance and start
(visually) combining WOComponents and binding them to data. It's fastand intuitive...sounds like...i dont knowasp.net+vs.net combo? :)
-Igor

-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo


http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list


Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user


-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo

http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list

Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user


-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Igor Vaynberg
read about it here http://rayserv.upb.de/fiff/themen/IT-arbeit/PFIfF-IgorOn 8/29/06, 
Johan Compagner [EMAIL PROTECTED] wrote:
maybe i am bitter because of all the bug fixing! havent you thought about that!But i really like to see the WicketBuilder that you build..Then i will fix the bugs you introduce in it (and that will make me happy ofcourse)
so we have a great Drag N Drop wicket ui builder. That generates everything by just looking at it!johanOn 8/29/06, 
Igor Vaynberg 
[EMAIL PROTECTED] wrote:hey! i wasnt making fun - just drawing a comparison. why are you so bitter? dont you have some bugs to fix?
-IgorOn 8/29/06, Johan Compagner
 [EMAIL PROTECTED] wrote:

igor, 
Why don't you just start coding and make a WicketBuilder that just does that?instead of always making fun of people.. bad bad bad.johan
On 8/29/06, 
Igor Vaynberg [EMAIL PROTECTED] wrote:



Start up the WOBuilder tool, create a WODisplayGroup instance and start
(visually) combining WOComponents and binding them to data. It's fastand intuitive...sounds like...i dont knowasp.net+vs.net combo? :)
-Igor

-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo



http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list



Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user


-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo


http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list


Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user


-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo

http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list

Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user


-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Frank Silbermann
Just glancing at your link for a few seconds, and reading the earlier
comment that it looks like ASP.NET with VS.NET, I would guess that Web
Objects provides a library of components that you can paint onto your
pages, automatically generating the custom tags in your HTML file.

Suppose you are customizing a component by setting many properties, and
using it with those settings on fifty different webpages.  In Wicket, I
can create a method which instantiates a web display object, sets its
properties and returns it.  I can then call that method every time I
want to instantiate a web object with those settings.

What facility does Web Objects provide that lets you avoid having to
re-set those properties fifty times? 

(Isn't the inconvenience of adding slightly-customized variations of
components to the toolset the reason most Swing GUI programmers end up
building their GUI in code instead of using some IDE's graphical
GUI-painter?)

/Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anders
Peterson
Sent: Tuesday, August 29, 2006 12:51 PM
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] WebObjects open source?

Not sure what to say... it makes me productive...

It's not really fair to compare Wicket and WebObjects (WO). WO is a
whole package of frameworks and tools that function well together (but
can be used independently). Wicket needs team mates to replace WO
entirely.

With Wicket any html and java editors will do just fine. This is
generally a good thing (I think) but it's also a restriction. With
WebObjects the tools are part of what makes the package great:

Start up the WOBuilder tool, create a WODisplayGroup instance and start
(visually) combining WOComponents and binding them to data. It's fast
and intuitive...

/Anders

http://developer.apple.com/documentation/WebObjects/Conceptual/WO53_WOBu
ilderGuide/

http://developer.apple.com/documentation/webobjects/Reference/API/com/we
bobjects/appserver/WODisplayGroup.html
http://developer.apple.com/documentation/Webobjects/Reference/API/com/we
bobjects/appserver/WOComponent.html

Eelco Hillenius wrote:
 :) It's one of my favorite parts of Wicket, so sure.
 
 What about the strong points of WebObjects, what are the things you 
 really like about that?
 
 Eelco
 
 On 8/29/06, Anders Peterson [EMAIL PROTECTED] wrote:
 Sure, if it has to be just like Wicket to compete; you win. ;-)

 
 --
 --- Using Tomcat but need to do more? Need to support web services, 
 security?
 Get stuff done quickly with pre-integrated technology to make your job

 easier Download IBM WebSphere Application Server v.1.0.1 based on 
 Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=1216
 42


--
http://ojalgo.org/

Mathematics, Linear Algebra and Optimisation with Java


-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] HeaderContributor on page works for one request only? (1.2.2)

2006-08-29 Thread Nathan Hamblen
Can anyone confirm if header contributors to pages are working properly?
I get the contribution on the first request, but after submitting a form
or following a link that stays on the same page the contributions are
missing.

With panels I'm not seeing the problem.

Nathan


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] DropDownChoice's onSelectionChanged called too late

2006-08-29 Thread landtuna

Because the onSelectionChanged() method of DropDownChoice isn't called until
after updateModel(), I don't believe it is possible to reach the old value
of the selection in an overridden onSelectionChanged() handler.  Is this
right?  Any ideas for getting around this besides rewriting DropDownChoice? 
Would using AJAX help?

Thanks!
-- 
View this message in context: 
http://www.nabble.com/DropDownChoice%27s-onSelectionChanged-called-too-late-tf2186138.html#a6047470
Sent from the Wicket - User forum at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Troy MacNeil
I'm also interested, I've been putting of a similar project for a while
now and a group effort may help me put the lazy days of Summer behind
me:)




On Tue, 2006-08-29 at 13:16 -0500, Philip A. Chapman wrote:
 I would be willing to help work on such a project.
 
 On Mon, 2006-08-28 at 19:18 -0300, Alexandre Bairos wrote:
  I´m also interested. Definitely it would be great to coordinate
  efforts.
  
  
  On 8/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
  heh, wicket seems like /the/ framework for writing cms :)
  
  there has been a lot of talk but not a whole lot of action.
  
  i found this: http://code.google.com/p/cms12/ you might want
  to get in touch with the author
  
  a few students from Topicus are going to write one as a grad
  project - martijn has more details
  
  sounds like we need to pull the efforts together on this one
  since there are so many ppl interested. 
  
  
  -Igor 
  
  
  
  On 8/28/06, Erik Brakkee [EMAIL PROTECTED] wrote:
  Hi,
  
  
  I am considering to develop reusable  Content
  Management System like
  components for polls, comments, blogs, news items,
  frequently asked
  questions, and links. Each component would have an
  interface for users 
  and administrators. Access for regular users would
  be restricted to
  certain roles or totally unrestricted. Access to
  administrators would
  always be restricted to certain roles. Whether or
  not approval is
  required for an item by an administrator would also
  be configurable. 
  Furthermore, access restrictions could also be
  narrowed down by the
  content itself. (e.g. only viewable by registered
  users).
  
  Each component would generate events upon use,
  allowing other
  functionality to be implemented on top of it (such
  as notification and 
  statistics). Persistence for components would be
  pluggable with
  Hibernate as an implementation provided out of the
  box. Of course, we
  could be more ambitious and go directly for JSR-170
  but perhaps JSR-170
  would simply be an implementation of persistence. 
  
  Does a project like this already exist or should I
  roll my own?
  
  Cheers
Erik
  
  
  
  -
  Using Tomcat but need to do more? Need to support
  web services, security? 
  Get stuff done quickly with pre-integrated
  technology to make your job easier
  Download IBM WebSphere Application Server v.1.0.1
  based on Apache Geronimo
  
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user 
  
  
  
  
  -
  Using Tomcat but need to do more? Need to support web
  services, security?
  Get stuff done quickly with pre-integrated technology to
  make your job easier 
  Download IBM WebSphere Application Server v.1.0.1 based on
  Apache Geronimo
  
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
  
  
  
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job 
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___ Wicket-user mailing list 
  Wicket-user@lists.sourceforge.net 
  https://lists.sourceforge.net/lists/listinfo/wicket-user

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Erik Brakkee

 CMS is something that I have been very interested in.  I'd love to have
 such a thing, but have avoided building one myself because, as you say,
 I do have other projects that I work on.  Starting up a CMS by myself
 would take more time than I could give.  But to collaborate on a CMS
 with others  That I can do.  :-)

   
I would also be willing to help. But just to clarify what I meant, I
don't want to develop a CMS, but develop CMS components for use in
wicket applications. In other words, what I am looking for are
components usable in any wicket application with the only dependency
being wicket-core (and possibly wicket-auth). Given the wide choice of
CMSs out there, it would not make sense to develop yet another CMS.

Eelco wrote:

I'd be interested in helping out here and there too. A joint effort
would be great. Though we should be careful not to let such a project
fall in the 'designed by committee' category.

That is my fear as well, especially if we would focus on standards such
as JSR-170 too much. In my opinion, the focus should be on a good
object-oriented design of the components themselves with friendly
interfaces, and on keeping it simple.

I intend to write a comments component for my application anyway
(because I need it), so that could serve as a starting point for further
discussions. Or, slightly rephrased, how do we start?





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Hugh Willson
Hi all!

I would also be interested in helping out with a Wicket based CMS
solution.  I've been thinking about this a lot lately, but haven't
really made it too far on my own due to time constraints.  It's seems
like this is a common problem with others, so I definitely like the
idea of pooling our resources!

Hugh.

On 8/29/06, Troy MacNeil [EMAIL PROTECTED] wrote:
 I'm also interested, I've been putting of a similar project for a while
 now and a group effort may help me put the lazy days of Summer behind
 me:)




 On Tue, 2006-08-29 at 13:16 -0500, Philip A. Chapman wrote:
  I would be willing to help work on such a project.
 
  On Mon, 2006-08-28 at 19:18 -0300, Alexandre Bairos wrote:
   I´m also interested. Definitely it would be great to coordinate
   efforts.
  
  
   On 8/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
   heh, wicket seems like /the/ framework for writing cms :)
  
   there has been a lot of talk but not a whole lot of action.
  
   i found this: http://code.google.com/p/cms12/ you might want
   to get in touch with the author
  
   a few students from Topicus are going to write one as a grad
   project - martijn has more details
  
   sounds like we need to pull the efforts together on this one
   since there are so many ppl interested.
  
  
   -Igor
  
  
  
   On 8/28/06, Erik Brakkee [EMAIL PROTECTED] wrote:
   Hi,
  
  
   I am considering to develop reusable  Content
   Management System like
   components for polls, comments, blogs, news items,
   frequently asked
   questions, and links. Each component would have an
   interface for users
   and administrators. Access for regular users would
   be restricted to
   certain roles or totally unrestricted. Access to
   administrators would
   always be restricted to certain roles. Whether or
   not approval is
   required for an item by an administrator would also
   be configurable.
   Furthermore, access restrictions could also be
   narrowed down by the
   content itself. (e.g. only viewable by registered
   users).
  
   Each component would generate events upon use,
   allowing other
   functionality to be implemented on top of it (such
   as notification and
   statistics). Persistence for components would be
   pluggable with
   Hibernate as an implementation provided out of the
   box. Of course, we
   could be more ambitious and go directly for JSR-170
   but perhaps JSR-170
   would simply be an implementation of persistence.
  
   Does a project like this already exist or should I
   roll my own?
  
   Cheers
 Erik
  
  
   
   -
   Using Tomcat but need to do more? Need to support
   web services, security?
   Get stuff done quickly with pre-integrated
   technology to make your job easier
   Download IBM WebSphere Application Server v.1.0.1
   based on Apache Geronimo
   
   http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
   ___
   Wicket-user mailing list
   Wicket-user@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wicket-user
  
  
  
   
   -
   Using Tomcat but need to do more? Need to support web
   services, security?
   Get stuff done quickly with pre-integrated technology to
   make your job easier
   Download IBM WebSphere Application Server v.1.0.1 based on
   Apache Geronimo
   
   http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  
   ___
   Wicket-user mailing list
   Wicket-user@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wicket-user
  
  
  
   -
   Using Tomcat but need to do more? Need to support web services, security?
   Get stuff done quickly with pre-integrated technology to make your job 
   easier
   Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
   

Re: [Wicket-user] HeaderContributor on page works for one request only? (1.2.2)

2006-08-29 Thread landtuna

Nathan Hamblen-2 said:
 Can anyone confirm if header contributors to pages are working properly?

This works for me.  I'm using a StringHeaderContributor that is added in
each constructor of the page.

-- 
Jim Hunziker
-- 
View this message in context: 
http://www.nabble.com/HeaderContributor-on-page-works-for-one-request-only--%281.2.2%29-tf2186030.html#a6047660
Sent from the Wicket - User forum at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Eelco Hillenius
 I intend to write a comments component for my application anyway
 (because I need it), so that could serve as a starting point for further
 discussions. Or, slightly rephrased, how do we start?

It should start like:
1) someone should take the lead;
2) start defining use cases, and preferably an example application/
proof of concept based on that;
3) build - discuss - build - discuss - ... !

:)

Eelco

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] HeaderContributor on page works for one request only? (1.2.2)

2006-08-29 Thread landtuna

I said:
 Nathan Hamblen-2 said:
 Can anyone confirm if header contributors to pages are working properly?

 This works for me.  I'm using a StringHeaderContributor that is added in
 each constructor of the page.

I take that back.  It worked in 1.2.1, but it's broken in 1.2.2.
-- 
Jim Hunziker

-- 
View this message in context: 
http://www.nabble.com/HeaderContributor-on-page-works-for-one-request-only--%281.2.2%29-tf2186030.html#a6047857
Sent from the Wicket - User forum at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Martijn Dashorst
Of cource, we wait for our two students to arrive... I'll try to get
them involved earlier though, but their contract only starts next
week.

Martijn

On 8/29/06, Eelco Hillenius [EMAIL PROTECTED] wrote:
  I intend to write a comments component for my application anyway
  (because I need it), so that could serve as a starting point for further
  discussions. Or, slightly rephrased, how do we start?

 It should start like:
 1) someone should take the lead;
 2) start defining use cases, and preferably an example application/
 proof of concept based on that;
 3) build - discuss - build - discuss - ... !

 :)

 Eelco

 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



-- 
Download Wicket 1.2.2 now! New Ajax components: Tree, TreeTable and ModalWindow
-- http://wicketframework.org

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] AutoCompleteTextField

2006-08-29 Thread samyem

If there is an error associated to AutoCompleteTextField, the auto complete
text field does not do auto complete, which prevents the user from
correcting the problem easily. Can it be done such that even if there are
errors in the AutoCompleteTextField, it still behaves normally and show the
autocomplete drop down?
-- 
View this message in context: 
http://www.nabble.com/AutoCompleteTextField-tf2186341.html#a6048058
Sent from the Wicket - User forum at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] set attributes of HTML tag of page ?

2006-08-29 Thread ali
i use wicket 1.2 beta1.

On Mon, 28 Aug 2006 10:43:20 +0430, Martijn Dashorst  
[EMAIL PROTECTED] wrote:

 If you use trunk, then you need to provide the parent as well in the
 constructor:

 WebMarkupContainer html = new WebMarkupContainer(this, html);

 where this is the page.



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Navigator customization

2006-08-29 Thread Jaime De La Jara
If I knew how that would be an honor , but I'm a wicket begginer yet, besidesI've been browsing the source code and I found what seems to be a problem with the suclassing of NavigatorLabel and PagingNavigator approach, and this is the construction of a DefaultDataTable because there are the toolnbars added to the table.How could this be tackled?Thanks,Jaime.Igor Vaynberg [EMAIL PROTECTED] wrote: you are more then welcome to patch it :)-IgorOn 8/29/06, Jaime De La Jara [EMAIL PROTECTED]  wrote:Ok thanks, maybe that properties could be parametrized in some way, so one would configure them instead of subclassing each time a custom display is required? Jaime.Igor Vaynberg [EMAIL PROTECTED]  wrote: you would create your own pagingnavigator y subclassing the existing and changing markup/customizing labels then create your own paginglabelthen override NavigationToolbar.newPagingNavigator/newPagingLabel and return your own subclasses -IgorOn 8/29/06,  Jaime De La Jara [EMAIL PROTECTED] wrote:  Continuing with my dissection of the  phonebook application I've come to the customization of the NavigatorLabel and PagingNavigator classes. How would be a nice way to customize them, so for example change the message "Showing .. to .. of .." and the less than and greater than symbols for an internationalized message and arrow images. I've noticed that the former message is included in the NavigatorLabel class and the symbols appear in the markup associated with the Paging Navigator component.  Thanks,Jaime.  All-new Yahoo! Mail - Fire up a more powerful email and get things done faster. -Using Tomcat but need to do more? Need to support  web services, security?Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list  Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user Yahoo! Messenger with Voice.  Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less. -Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere
 Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user  -Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology
 to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user 
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Navigator customization

2006-08-29 Thread Igor Vaynberg
extend datatable instead of defaultdatatable and add your own toolbars :)defaultdatatable is just a convinience-IgorOn 8/29/06, Jaime De La Jara
 [EMAIL PROTECTED] wrote:
If I knew how that would be an honor , but I'm a wicket begginer yet, besidesI've been browsing the source code and I found what seems to be a problem with the suclassing of NavigatorLabel and PagingNavigator approach, and this is the construction of a DefaultDataTable because there are the toolnbars added to the 
table.How could this be tackled?Thanks,Jaime.Igor Vaynberg 
[EMAIL PROTECTED] wrote: you are more then welcome to patch it :)-Igor
On 8/29/06, Jaime De La Jara [EMAIL PROTECTED]  wrote:
Ok thanks, maybe that properties could be parametrized in some way, so one would configure them instead of subclassing each time a custom display is required? Jaime.Igor Vaynberg 
[EMAIL PROTECTED]  wrote:
 you would create your own pagingnavigator y subclassing the existing and changing markup/customizing labels then create your own paginglabelthen override NavigationToolbar.newPagingNavigator/newPagingLabel and return your own subclasses 
-IgorOn 8/29/06,  Jaime De La Jara 
[EMAIL PROTECTED] wrote:  Continuing with my dissection of the  phonebook application I've come to the customization of the NavigatorLabel and PagingNavigator classes. How would be a nice way to customize them, so for example change the message Showing .. to .. of .. and the less than and greater than symbols for an internationalized message and arrow images. I've noticed that the former message is included in the NavigatorLabel class and the symbols appear in the markup associated with the Paging Navigator component.  
Thanks,Jaime.
  All-new Yahoo! Mail - Fire up a more powerful email and get things done faster. -Using Tomcat but need to do more? Need to support  web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
  Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user  
  -Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier 
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
 Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user 
Yahoo! Messenger with Voice. 
 Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less. -Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere
 Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
 Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user 
 -Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology
 to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
 
		Yahoo! Messenger with Voice. 
Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.
-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Justin Lee
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Throw in JSR-170 in the mix and have some fun...

Troy MacNeil wrote:
 De-lurking twice in one day, rare indeed;) I'm very much in favour of
 the toolkit with a capable sample application approach though. 
 
 When I've used PHP I've found that the concept of a plug-in for a PHP
 CMS is very informal and undefined. If you want to create a file upload
 plug-in you write a file upload page. You tie it into the rest of the
 CMS almost as an afterthought. 
 
 This lack of rigour leads to some very ugly plug-ins code wise, but
 makes it very easy to write a plug-in or change existing functionality.
 I think that is why there is such a community and so many available
 (often overlapping) plug-ins.
 
 The Java response to this (JSR-107) has been to create large monolithic
 CMSs which use template engines to hide some of the complexity. In
 practise, it makes does make basic templating simple while extending
 functionality or adding new functionality actually becomes more
 daunting.
 
 I think this would ultimately be just as true of a large CMS using
 Wicket for presentation as any of the other presentation layers in use.
 
 I also think it misses the point. Simplify database access with
 Hibernate. Simplify the presentation by hiding complex code in
 components. Ditch templating in favour of some loosely coupled Wicket
 pages using Wickets own HTML separation. I think you'd end up with
 something that competes very well with PHP in terms of simplicity and
 ease of modification while retaining access to the benefits of Java. 
 
 All this is just my opinion, and a simpler sample application like what
 I envision could easily grow into a larger CMS with time or co-exist
 with a more ambitious CMS project.
 
 Troy
 
 On Tue, 2006-08-29 at 17:24 -0400, Hugh Willson wrote:
 Hi Erik!

 I understand your CMS component approach, and it makes a lot of sense.
  I also, however, do see the benefit of creating a full blown CMS in
 Wicket.  I've used a lot of different open sources CMS', and I really
 have yet to find one created using Java that I like.  PHP holds the
 crown when it comes to open source CMS' - not because PHP is superior
 in any way (although it may be in some areas :-), but because of the
 community surrounding PHP based CMS'.  The community is incredible!
 Third party development for Joomla, Drupal and Typo3 blows my mind!  I
 like writing code in Java, and focusing on really clean OO models.
 Because of this, I want to use a clean, simple and modular CMS that I
 can extend easily using Java (and that allows me to take advantage of
 the enormous amounts of high quality Java libraries available).  This
 is where I see Wicket coming into play - it really helps keep things
 simple and clean.  Oh ya, and it's fun to work with!!! :-)  I
 definitely can see the advantages and situations where the components
 you've mentioned would come in handy, but I can also see certain
 situations where a full blown, simple, elegant, and fun to work with
 CMS would help make our lives easier.

 Hugh.

 On 8/29/06, Erik Brakkee [EMAIL PROTECTED] wrote:
 CMS is something that I have been very interested in.  I'd love to have
 such a thing, but have avoided building one myself because, as you say,
 I do have other projects that I work on.  Starting up a CMS by myself
 would take more time than I could give.  But to collaborate on a CMS
 with others  That I can do.  :-)


 I would also be willing to help. But just to clarify what I meant, I
 don't want to develop a CMS, but develop CMS components for use in
 wicket applications. In other words, what I am looking for are
 components usable in any wicket application with the only dependency
 being wicket-core (and possibly wicket-auth). Given the wide choice of
 CMSs out there, it would not make sense to develop yet another CMS.

 Eelco wrote:

 I'd be interested in helping out here and there too. A joint effort
 would be great. Though we should be careful not to let such a project
 fall in the 'designed by committee' category.
 That is my fear as well, especially if we would focus on standards such
 as JSR-170 too much. In my opinion, the focus should be on a good
 object-oriented design of the components themselves with friendly
 interfaces, and on keeping it simple.

 I intend to write a comments component for my application anyway
 (because I need it), so that could serve as a starting point for further
 discussions. Or, slightly rephrased, how do we start?





 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job 
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Eelco Hillenius
On 8/29/06, Troy MacNeil [EMAIL PROTECTED] wrote:
 De-lurking twice in one day, rare indeed;) I'm very much in favour of
 the toolkit with a capable sample application approach though.

 When I've used PHP I've found that the concept of a plug-in for a PHP
 CMS is very informal and undefined. If you want to create a file upload
 plug-in you write a file upload page. You tie it into the rest of the
 CMS almost as an afterthought.

 This lack of rigour leads to some very ugly plug-ins code wise, but
 makes it very easy to write a plug-in or change existing functionality.
 I think that is why there is such a community and so many available
 (often overlapping) plug-ins.

 The Java response to this (JSR-107) has been to create large monolithic
 CMSs which use template engines to hide some of the complexity. In

 practise, it makes does make basic templating simple while extending
 functionality or adding new functionality actually becomes more
 daunting.

 I think this would ultimately be just as true of a large CMS using
 Wicket for presentation as any of the other presentation layers in use.

 I also think it misses the point. Simplify database access with
 Hibernate. Simplify the presentation by hiding complex code in
 components. Ditch templating in favour of some loosely coupled Wicket
 pages using Wickets own HTML separation. I think you'd end up with
 something that competes very well with PHP in terms of simplicity and
 ease of modification while retaining access to the benefits of Java.

 All this is just my opinion, and a simpler sample application like what
 I envision could easily grow into a larger CMS with time or co-exist
 with a more ambitious CMS project.

 Troy

Sounds good to me. My special remarks here would be:

1) Take extra care of scalability. Wicket provides you with tweaking
options (like stateless components now) if you need them. A CMS that
hosts Wicket components should leave such options open too, and the
CMS end-user part should run 'stateless' by default; other parts, that
require logging in, wouldn't need this restriction).

2) The basis should be rock solid. Before people would go wild
developing all kinds of plugins etc, you want something that works
really well (but is still as simple as possible). That's what we tried
with Wicket's versions so far, and I hope we did a decent job at that.

3) If plugins are an important part, OSGi (like
http://cwiki.apache.org/FELIX/index.html) would be very helpful. This
would make it possible to drop in plugins/ components on a running
site, and we wouldn't have to built yet another plugin mechanism.

4) I'm not the greatest standards buff on earth, but in this case,
using JSR 170 would make sense imo. Contrairy to some other JSRs, this
JSR has been backed by implementations from the beginning (though
personally I'd have loved if that would have moved faster), and it is
focussed on functionality especially for CMSses (with nice extra's
like WEBDAV access, different deployment models, etc).

5) While we're at it, we could consider portlet support. It helps to -
even though it wouldn't be implemented right away - plan for such
things so you don't make decisions that'll make it impossible in the
future.

I think the trick would be to look at these issues in abstraction.
Planning for them, and designing the API to fit it wouldn't always
mean implementing it. We (or the people that take this task up) could
implement something really simple that works without OSGi and JSR 170.
But it would be great if such support could be built in later.

Eelco

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Eelco Hillenius
 4) I'm not the greatest standards buff on earth, but in this case,
 using JSR 170 would make sense imo.

http://jackrabbit.apache.org/ looks like a nice implementation of this.

Eelco

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Matej's Tree Demo

2006-08-29 Thread Karl M. Davis



Hey 
there,

Just wanted to 
mention that the demo of Matej's "new" tree on the web page (http://wicketframework.org/wicket-extensions/index.html) 
is down.

Does anyone know 
where I can find some sample code and/or a working demo? I'd really love 
to start using this and it's always easier to figure out when there's an example 
available.

Thanks,
Karl
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Matej's Tree Demo

2006-08-29 Thread Eelco Hillenius
The wicket-examples project uses it, both in 1.2 (from extensions) as
in 2.0 (where it replaced the old tree). The tree is used in
wicket-examples/nested, and the TreeTable is used as one of the ajax
examples.

Eelco


On 8/29/06, Karl M. Davis [EMAIL PROTECTED] wrote:


 Hey there,

 Just wanted to mention that the demo of Matej's new tree on the web page
 (http://wicketframework.org/wicket-extensions/index.html)
 is down.

 Does anyone know where I can find some sample code and/or a working demo?
 I'd really love to start using this and it's always easier to figure out
 when there's an example available.

 Thanks,
 Karl
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Matej's Tree Demo

2006-08-29 Thread Eelco Hillenius
Seems the example site has some deployment problem, so you'll have to
download or check out from svn.

Eelco


On 8/29/06, Eelco Hillenius [EMAIL PROTECTED] wrote:
 The wicket-examples project uses it, both in 1.2 (from extensions) as
 in 2.0 (where it replaced the old tree). The tree is used in
 wicket-examples/nested, and the TreeTable is used as one of the ajax
 examples.

 Eelco


 On 8/29/06, Karl M. Davis [EMAIL PROTECTED] wrote:
 
 
  Hey there,
 
  Just wanted to mention that the demo of Matej's new tree on the web page
  (http://wicketframework.org/wicket-extensions/index.html)
  is down.
 
  Does anyone know where I can find some sample code and/or a working demo?
  I'd really love to start using this and it's always easier to figure out
  when there's an example available.
 
  Thanks,
  Karl
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Matej's Tree Demo

2006-08-29 Thread samyem

Most of the demos in that page are not working.


Karl M. Davis wrote:
 
 Hey there,
  
 Just wanted to mention that the demo of Matej's new tree on the web page
 (http://wicketframework.org/wicket-extensions/index.html) is down.
  
 Does anyone know where I can find some sample code and/or a working demo?
 I'd really love to start using this and it's always easier to figure out
 when there's an example available.
  
 Thanks,
 Karl
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 

-- 
View this message in context: 
http://www.nabble.com/Matej%27s-Tree-Demo-tf2186851.html#a6049887
Sent from the Wicket - User forum at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Troy MacNeil
JackRabbit looks very interesting, I'll have to download and play with
it. I'm not convinced it's ideal for every application though, maybe let
the plug-in decide what persistence method it wants/needs?

Your other points are well taken as well. I assume there will be a lot
of rewrites to fix those issues before anything would be finalized.

Troy

On Tue, 2006-08-29 at 15:39 -0700, Eelco Hillenius wrote:
  4) I'm not the greatest standards buff on earth, but in this case,
  using JSR 170 would make sense imo.
 
 http://jackrabbit.apache.org/ looks like a nice implementation of this.
 
 Eelco
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AutoCompleteTextField

2006-08-29 Thread Eelco Hillenius
What kind of errors do you mean? Where/ how did you encounter this?

Eelco


On 8/29/06, samyem [EMAIL PROTECTED] wrote:

 If there is an error associated to AutoCompleteTextField, the auto complete
 text field does not do auto complete, which prevents the user from
 correcting the problem easily. Can it be done such that even if there are
 errors in the AutoCompleteTextField, it still behaves normally and show the
 autocomplete drop down?
 --
 View this message in context: 
 http://www.nabble.com/AutoCompleteTextField-tf2186341.html#a6048058
 Sent from the Wicket - User forum at Nabble.com.


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AutoCompleteTextField

2006-08-29 Thread samyem

I have a custom converter associated to my autocomplete text field that
throws a conversion exception if it cannot convert the entered text into the
associated object. Once it does this, I can see the error in the feedback
panel, but the autocomplete feature stops working.


Eelco Hillenius wrote:
 
 What kind of errors do you mean? Where/ how did you encounter this?
 
 Eelco
 
 
 On 8/29/06, samyem [EMAIL PROTECTED] wrote:

 If there is an error associated to AutoCompleteTextField, the auto
 complete
 text field does not do auto complete, which prevents the user from
 correcting the problem easily. Can it be done such that even if there are
 errors in the AutoCompleteTextField, it still behaves normally and show
 the
 autocomplete drop down?
 --
 View this message in context:
 http://www.nabble.com/AutoCompleteTextField-tf2186341.html#a6048058
 Sent from the Wicket - User forum at Nabble.com.


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache
 Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 

-- 
View this message in context: 
http://www.nabble.com/AutoCompleteTextField-tf2186341.html#a6052587
Sent from the Wicket - User forum at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user