Could not locate error message for component: ..

2011-12-29 Thread Rahman USTA
], variables=[null]]. Tried keys: ad.isim 3 karakterden büyük olmalı, isim 3 karakterden büyük olmalı. how can i handle this issue. -- Rahman USTA Computer Control Education Technologist 0-(531)-922-28-05 www.kodcu.com

Re: Could not locate error message for component: ..

2011-12-29 Thread Rahman USTA
api. The Sanity Resort http://sanityresort.blogspot.com/ Am 29.12.2011 21:39, schrieb Rahman USTA: Hi, im new in Wicket. im trying out an external validation , my validation class is here http://chopapp.com/#htmnirs3 , i get a message like this Could not locate error message for component

WicketMessage: Method onFormSubmitted of interface org.apache.wicket.markup.html.form.IFormSubmitListener targeted at [ [Component id = form]] on component [ [Component id = form]] threw an exception

2011-12-30 Thread Rahman USTA
viewhttp://localhost:8080/wicket/page?2-1.ILinkListener-displayPageViewLink -- Rahman USTA Computer Control Education Technologist 0-(531)-922-28-05 www.kodcu.com

It is not a good idea to reference the Session instance in models directly as it may lead to serialization problems.

2012-01-04 Thread Rahman USTA
this normally. -- Rahman USTA Computer Control Education Technologist 0-(531)-922-28-05 www.kodcu.com

Re: It is not a good idea to reference the Session instance in models directly as it may lead to serialization problems.

2012-01-04 Thread Rahman USTA
(); } } - Tor Iver -Original Message- From: Rahman USTA [mailto:rahman.usta...@gmail.com] Sent: 4. januar 2012 10:45 To: users@wicket.apache.org Subject: It is not a good idea to reference the Session instance in models directly as it may lead to serialization problems. Hi, i have

Re: It is not a good idea to reference the Session instance in models directly as it may lead to serialization problems.

2012-01-04 Thread Rahman USTA
Sorry not second, first. 2012/1/4 Rahman USTA rahman.usta...@gmail.com Second answer is ok, very thanks. 2012/1/4 Wilhelmsen Tor Iver toriv...@arrive.no // Indirection for PropertyModel object public class MySessionModel extends AbstractReadOnlyModelMySession { public MySession

Re: Wicket on Google App Engine

2012-01-06 Thread Rahman USTA
-mail: users-h...@wicket.apache.org -- Rahman USTA Computer Control Education Technologist 0-(531)-922-28-05 www.kodcu.com

Re: Wicket on Google App Engine

2012-01-06 Thread Rahman USTA
the three wicket jar files (core, util, request) to your WEB-INF/lib folder? Daniel On Fri, Jan 6, 2012 at 7:28 AM, Rahman USTA rahman.usta...@gmail.com wrote: i did Daniel's way, but when run the application, http://chopapp.com/#1gyxqdm6 2012/1/6 Hielke Hoeve hielke.ho...@topicus.nl

Re: Wicket on Google App Engine

2012-01-06 Thread Rahman USTA
Now, http://chopapp.com/#7pmdaqmd 2012/1/6 Rahman USTA rahman.usta...@gmail.com i did it in pom.xml, why must i add jars to lib manually? cant i do it with maven? 2012/1/6 Daniel Watrous daniel.watr...@gmail.com This time I think you didn't include the gae-initializer jar in your WEB-INF

Re: Wicket on Google App Engine

2012-01-06 Thread Rahman USTA
Thanks a lot Daniel, it's ok now. 2012/1/6 Rahman USTA rahman.usta...@gmail.com Now, http://chopapp.com/#7pmdaqmd 2012/1/6 Rahman USTA rahman.usta...@gmail.com i did it in pom.xml, why must i add jars to lib manually? cant i do it with maven? 2012/1/6 Daniel Watrous daniel.watr

Re: Wicket on Google App Engine

2012-01-07 Thread Rahman USTA
Hi Daniel, if you run mvn war:inplace command in projects' directory, you can copy pom.xml dependencies to web-inf/lib automaticly. 2012/1/6 Rahman USTA rahman.usta...@gmail.com Thanks a lot Daniel, it's ok now. 2012/1/6 Rahman USTA rahman.usta...@gmail.com Now, http://chopapp.com

response.renderJavaScriptReference immediately after head tag

2012-01-16 Thread Rahman USTA
); response.renderJavaScriptReference(js/jquery-ui-1.8.17.custom.min.js); } The html file's head/head block has some of javascript function, above function adds references to html after this javascript function, i want to be added references immediately after head tag. -- Rahman USTA Computer Control

Re: Wicket as a RESTful Client

2012-01-26 Thread Rahman USTA
to show it. On Thu, Jan 26, 2012 at 1:29 PM, Rahman USTA rahman.usta...@gmail.com wrote: Hi, i' ve built a RESTful application with JAX-RS, then i normally access the web service via CURL in Command Line. Example codes are such as ; --- @rem XML representation of all