re: howto track translations

2010-12-03 Thread Marzia Forli
maybe this can help you:
http://cal10n.qos.ch/index.html


  

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: html namespace, formatting...

2010-05-11 Thread Marzia Forli
Thanks Zilvinas, eclipse now it's quiet and I have a code-completion of html 
tags, but there is no help for 'wicket:XXX' attributes, is it possible to 
enable it somehow ? Also formatting, so nice for '.java' doesn't function for 
'.html' how do you handle those issues ?
Thank you...


  


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



html namespace, formatting...

2010-05-10 Thread Marzia Forli
Could someone more experienced with eclipse help me with configuring correctly 
the html documents to make eclipse happy and my documents valid, as I would 
like to use auto-completion, and later to parse them as xml... right now I am 
writing something like this:
?xml version=1.0 encoding=UTF-8?
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN 
http://www.w3.org/TR/html4/strict.dtd;
html xmlns=http://www.w3.org/1999/xhtml; 
xmlns:wicket=http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd;

But eclipse complains on the 2. line about 'Undefined attribute name (xmlns)' 
and using auto-completion I have all tags in uppercase...
Anybody have some small micro example ?
Also, am I wrong or eclipse formatting of html document sucks big time ?

Big thanks



  


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



functional testing

2010-01-22 Thread Marzia Forli
Hi to all wicketers,

My current assignment is a pretty big web application to build with wicket. 
Right now I am studying the framework and in my background thread thinking 
about the possible problems...
One of my biggest concerns is a testing, better said functional testing. As 
many of you are very experienced with wicket and possibly with big web apps, 
could you give some advices in this area ?
Using WicketTester will be sufficient or we will have to something like 
selenium/webdriver ?
why using WicketTester in the first place ?
How to organize a tests ?
What is your opinion about http://code.google.com/p/enhancedwickettester/ ?
Some pitfalls and or tricks ?
Thank you...


  


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org