Re: [Wicket-user] AJAX validation

2007-03-11 Thread Arnout Engelen
Igor Vaynberg schreef:
 this bug has been fixed in 1.2.5. 
Cool! Any idea why it manifests itself only on 1 of our environments?
 what problems did you have in 1.2.5? most of them have been fixed and 
 you can build the branch yourself until we release 1.2.6
For some reason at random times the wicket ajax javascript would 'go 
missing' breaking all ajax functionality. We haven't been able to 
reliably reproduce it and track it to write a useful bugreport/fix, so 
we decided to just go back to 1.2.4 for now. I'll try and give 1.2-svn a 
shot.


Arnout

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AJAX validation

2007-03-11 Thread Igor Vaynberg

On 3/11/07, Arnout Engelen [EMAIL PROTECTED] wrote:


Igor Vaynberg schreef:
 this bug has been fixed in 1.2.5.
Cool! Any idea why it manifests itself only on 1 of our environments?



maybe different servlet containers map urls slightly differently? for me it
was reproducable consistently.


what problems did you have in 1.2.5? most of them have been fixed and
 you can build the branch yourself until we release 1.2.6
For some reason at random times the wicket ajax javascript would 'go
missing' breaking all ajax functionality. We haven't been able to
reliably reproduce it and track it to write a useful bugreport/fix, so
we decided to just go back to 1.2.4 for now. I'll try and give 1.2-svn a
shot.



yes that is fixed in wicket-1.2.x branch.

-igor


Arnout


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Property file substitution

2007-03-11 Thread Alexandre Bairos

You can easily achieve this with ant filtering, for example.

ant file snippet:

(...)
   target name=-post-compile
   filter filtersfile=build-ex.properties/
   copy todir=build filtering=true
   fileset dir=.
   include name=page.properties /
   /fileset
   /copy
   /target

page.properties:
my.label=My homepage
[EMAIL PROTECTED]@ is neat.
my.label2 = My other page
[EMAIL PROTECTED]@ is weird
[EMAIL PROTECTED]@ and cool.



On 3/10/07, Jonathan Cone [EMAIL PROTECTED] wrote:



Is it possible to substitute properties into other properties? I tried the
Ant-like syntax:

Page1.properties:

my.label=My homepage
my.other.label=${my.label} is neat.


Is there a syntax which would render my.other.label as 'My homepage is
neat.'?


--
View this message in context:
http://www.nabble.com/Property-file-substitution-tf3382305.html#a9414382
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Property file substitution

2007-03-11 Thread Alexandre Bairos

oops. Of course the idea is to use the page.properties file as your
filtersfile too.

 target name=-post-compile
   filter filtersfile=page.properties/
   copy todir=build filtering=true
   fileset dir=.
   include name=page.properties /
   /fileset
   /copy
   /target

On 3/11/07, Alexandre Bairos [EMAIL PROTECTED] wrote:


You can easily achieve this with ant filtering, for example.

ant file snippet:

(...)
target name=-post-compile
filter filtersfile=build-ex.properties/
copy todir=build filtering=true
fileset dir=.
include name=page.properties /
/fileset
/copy
/target

page.properties:
my.label=My homepage
[EMAIL PROTECTED]@ is neat.
my.label2 = My other page
[EMAIL PROTECTED]@ is weird
[EMAIL PROTECTED]@ and cool.



On 3/10/07, Jonathan Cone [EMAIL PROTECTED] wrote:


 Is it possible to substitute properties into other properties? I tried
 the
 Ant-like syntax:

 Page1.properties:

 my.label=My homepage
 my.other.label=${my.label} is neat.


 Is there a syntax which would render my.other.label as 'My homepage is
 neat.'?


 --
 View this message in context: 
http://www.nabble.com/Property-file-substitution-tf3382305.html#a9414382

 Sent from the Wicket - User mailing list archive at Nabble.com.



 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash

 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] How to set TABPanels'titel to EscapeModel(false)

2007-03-11 Thread Stefan Lindner
How can I set the TabPanel'S title labe to excapteModelStrings(false)?
Of cource, I can make my OwnTabPanel extends TabPanel and overwrite the whole 
constructor but I think this is not a good design.
The panel title is simly created in a leeop with
 
 new label(.);
 
And I can't see how to get a reference to this title label. Any ideas?
 
Stefan Lindner
winmail.dat-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] How to set TABPanels'titel to EscapeModel(false)

2007-03-11 Thread Igor Vaynberg

add an rfe for a factory method for that label

-igor


On 3/11/07, Stefan Lindner [EMAIL PROTECTED] wrote:


How can I set the TabPanel'S title labe to excapteModelStrings(false)?
Of cource, I can make my OwnTabPanel extends TabPanel and overwrite the
whole constructor but I think this is not a good design.
The panel title is simly created in a leeop with

 new label(.);

And I can't see how to get a reference to this title label. Any ideas?

Stefan Lindner

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] What's the best way of doing menus in Wicket?

2007-03-11 Thread ZedroS Schwart
Would it be possible to have such a menu directly among wicket's components ?

It would be great !

ZedroS

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Reverting the constructor change of 2.0

2007-03-11 Thread Scott Swank
I favor (c) as well.  A release always takes substantial time so the
fewer the better.  In fact, if backporting anything else into 1.3 ends
up being more trouble than anticipated then I vote for rolling it into
1.4 (along with Java5).

Cheers,
Scott

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user