Re: Arabic characters not appearing correctly from .properties file

2011-09-20 Thread aabfattah
I am not using tomcat , I am using jetty . I guess the problem is in properties files encoding. On 20 September 2011 13:05, Andrea Del Bene-2 [via Apache Wicket] ml-node+s1842946n3826434...@n4.nabble.com wrote: ...or try these instructions

Re: Arabic characters not appearing correctly from .properties file

2011-09-20 Thread aabfattah
I am using jdk1.6.0_23 On 20 September 2011 13:19, Martijn Dashorst [via Apache Wicket] ml-node+s1842946n3826458...@n4.nabble.com wrote: This also only works on Java 6 and newer (UTF-8 support for properties files is a java 6 feature). Martijn On Tue, Sep 20, 2011 at 12:53 PM, aabfattah

Re: Arabic characters not appearing correctly from .properties file

2011-09-20 Thread aabfattah
only works on Java 6 and newer (UTF-8 support for properties files is a java 6 feature). Martijn On Tue, Sep 20, 2011 at 12:53 PM, aabfattah [hidden email] http://user/SendEmail.jtp?type=nodenode=3826458i=0 wrote: Hello , I have written many .properties pages to show error messages

Re: Arabic characters not appearing correctly from .properties file

2011-09-20 Thread aabfattah
and newer (UTF-8 support for properties files is a java 6 feature). Martijn On Tue, Sep 20, 2011 at 12:53 PM, aabfattah [hidden email] http://user/SendEmail.jtp?type=nodenode=3826458i=0 wrote: Hello , I have written many .properties pages to show error messages in Arabic and saved them in UTF

Re: Arabic characters not appearing correctly from .properties file

2011-09-20 Thread aabfattah
works for you appears under JavaScript escapes) or 2. Use an xml file for language properties. Regards, Martin On Tue, Sep 20, 2011 at 1:53 PM, aabfattah [hidden email] http://user/SendEmail.jtp?type=nodenode=3826499i=0 wrote: Hello , I have written many .properties pages to show

Re: setResponsePage is not working in SignInPanel

2011-09-19 Thread aabfattah
That's what I get [12:48:22.393] GET http://localhost:8080/;jsessionid=oaz5usmzhnl1a5ixlhs4ilb8 [HTTP/1.1 200 OK 5ms] [12:48:22.387] GET http://localhost:8080/wicket/bookmarkable/com.orange.cairolab.sdp.calltofix.web.customer.AddNewCustomerPage [HTTP/1.1 302 Found 3ms] [12:48:22.357] POST

Re: Menubar in wicket ?

2011-08-22 Thread aabfattah
://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html Or, the hard way: Checkout the source code and run $ mvn install ... :-) *Bruno Borges* (21) 7672-7099 *www.brunoborges.com* On Sun, Aug 21, 2011 at 1:05 PM, aabfattah [hidden email] http://user/SendEmail.jtp?type

Re: Menubar in wicket ?

2011-08-22 Thread aabfattah
/maven-install-plugin/install-file-mojo.html Or, the hard way: Checkout the source code and run $ mvn install ... :-) *Bruno Borges* (21) 7672-7099 *www.brunoborges.com* On Sun, Aug 21, 2011 at 1:05 PM, aabfattah [hidden email] http://user/SendEmail.jtp?type=nodenode=3759220i=0 wrote

Re: Unexpected RuntimeException when trying a project with a DataTable

2011-08-21 Thread aabfattah
, Aug 19, 2011 at 8:37 AM, aabfattah [hidden email] http://user/SendEmail.jtp?type=nodenode=3755502i=0 wrote: I did so but it's a bit confusing . Is there any book or a tutorial that describes the sequence of calls of the framework ? And how should my code flow ? On 19 August 2011 17:04

Re: Menubar in wicket ?

2011-08-21 Thread aabfattah
jsuperfish with autolinks. On Aug 21, 2011 3:12 PM, aabfattah [hidden email]http://user/SendEmail.jtp?type=nodenode=3758639i=0 wrote: I tried using dropdown-menu from wicketstuff but it didn't work , and then I googled and found out about yui menubar but there were topics reporting unsolved

Re: Unexpected RuntimeException when trying a project with a DataTable

2011-08-19 Thread aabfattah
/jira/browse/WICKET-3702, I'd guess that your extensions JAR is older than your main wicket JAR. Hope that helps, Dan On Thu, Aug 18, 2011 at 5:47 PM, aabfattah [hidden email] http://user/SendEmail.jtp?type=nodenode=3754040i=0 wrote: Hello , I copied some code from a tutorial about

Re: Unexpected RuntimeException when trying a project with a DataTable

2011-08-19 Thread aabfattah
JARs on your classpath. Since that function was removed in https://issues.apache.org/jira/browse/WICKET-3702, I'd guess that your extensions JAR is older than your main wicket JAR. Hope that helps, Dan On Thu, Aug 18, 2011 at 5:47 PM, aabfattah [hidden email] http://user/SendEmail.jtp?type

Re: Unexpected RuntimeException when trying a project with a DataTable

2011-08-19 Thread aabfattah
/browse/WICKET-3702, I'd guess that your extensions JAR is older than your main wicket JAR. Hope that helps, Dan On Thu, Aug 18, 2011 at 5:47 PM, aabfattah [hidden email] http://user/SendEmail.jtp?type=nodenode=3754040i=0 wrote: Hello , I copied some code from a tutorial about creating

Re: Unexpected RuntimeException when trying a project with a DataTable

2011-08-19 Thread aabfattah
running Wicket in an IDE with a debugger and stepping through your code. Personally I deploy my Wicket applications into an Apache Tomcat server set up within Eclipse. There are many other servlet containers and IDEs that will work though. Dan On Fri, Aug 19, 2011 at 1:16 AM, aabfattah