can we do standalone projects in wicket

2011-07-30 Thread hariharansrc
I actually don't understand what standalone project clearly. Can i use wicket for standalone projects. I am asking this because wicket is the first framework i have first learned. If not which framework i can learn similar like wicket. -- View this message in context: http://apache-wicket.1842946

Re: Non-Submit Button Not Getting Called from Form

2011-07-29 Thread hariharansrc
Actually what you will do when clicking cancel override onSubmit event similarly like other buttons https://cwiki.apache.org/WICKET/multiple-submit-buttons.html -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Non-Submit-Button-Not-Getting-Called-from-Form-tp3705651p37

Re: wicket and xml

2011-07-27 Thread hariharansrc
I will store data in xml files and then store it in database when I retrieve it again, I have to use XSLT to transform it to xhtml file. Whether, i have to use wicket+java for the transformation in the server side or by using javascript in client side. Since both of them are applicable what to chos

wicket and xml

2011-07-27 Thread hariharansrc
I have to manage content for that i am planning to use xml and cms. I will store xml documents in the database. So, i am wondering how can a cms help since we have to edit only xml files. So what to do. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-and-xml-tp

Re: hibernate and jasper reports

2011-07-20 Thread hariharansrc
Is it possible or not that only i am asking because both will be processed independently -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/hibernate-and-jasper-reports-tp3680767p3682655.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: Textfield to keep the value after being refreshed

2011-07-20 Thread hariharansrc
You can use the keyword static to make the textfield's value remain after refresh or if you use any persistent frameworks the object state will be available until you destroy it. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Textfield-to-keep-the-value-after-being-re

hibernate and jasper reports

2011-07-20 Thread hariharansrc
i am having two maven projects, wicket hibernate integration using guice and wicket jasper reports integration using spring. Both project working independently well. Can we integrate both the projects into a single project. If so how? if not why? If any other solution available without integrating

Re: best search engine framework to use with wicket

2011-07-17 Thread hariharansrc
Thank you, Peter i'll keep your valuable suggestion in mind i am having another clarification i am having many wicket maven projects each one having a particular feature how to integrate them all. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/best-search-engine-frame

Re: best search engine framework to use with wicket

2011-07-16 Thread hariharansrc
Thanks i keep in mind about using cms along with lucene -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/best-search-engine-framework-to-use-with-wicket-tp3671651p3672125.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: best search engine framework to use with wicket

2011-07-16 Thread hariharansrc
thanks, solr or lucene which i can prefer -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/best-search-engine-framework-to-use-with-wicket-tp3671651p3671986.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: best search engine framework to use with wicket

2011-07-16 Thread hariharansrc
But i need to integrate wicket with that framework.For example, for lucene any archetypes are available there for wicket lucene integration -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/best-search-engine-framework-to-use-with-wicket-tp3671651p3671676.html Sent from

best search engine framework to use with wicket

2011-07-16 Thread hariharansrc
can anyone suggest the best search engine framework for wicket -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/best-search-engine-framework-to-use-with-wicket-tp3671651p3671651.html Sent from the Users forum mailing list archive at Nabble.com.

How to combine two wicket maven archetypes

2011-07-15 Thread hariharansrc
I am having a maven project for wicket hibernate integration and wicket jasper-reports integration now i want to combine it to have both features in my application can anyone tell how to do that or any other better solution like create applications without combining the maven projects -- View th

Adding a javascript function to wicket

2011-07-13 Thread hariharansrc
I want $(document).ready() a JQuery function to execute with wicket.I know i want to use wiquery but anybody tell how to call JQuery function using wiquery -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-a-javascript-function-to-wicket-tp3665506p3665506.html Sen

confusion in selecting guice and spring for Ioc

2011-07-09 Thread hariharansrc
I need to integrate jasper reports and hibernate for my project. I got archetype for hibernate. And I choose wicket-guice-warp-persist-hibernate. Then for jasper reports when I search I am getting archetypes but i am getting archetypes using spring. So it results learning both of them. So, anybody

to integrate wicket with hibernate using spring

2011-07-04 Thread hariharansrc
i want to integrate wicket with hibernate using spring what can i do to do that i know wicket and hibernate to some extent is it necessary to learn spring framework for integrating that i searched spring hibernate integration i found some materials then what wicket actually does int that regard

Re: to integrate wicket with itext or any other framework

2011-05-24 Thread hariharansrc
thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3548850.html Sent from the Users forum mailing list archive at Nabble.com. - To

Re: to integrate wicket with itext or any other framework

2011-05-24 Thread hariharansrc
yeah i accept what you are saying, first i tried jsp/servlet then jumped to wicket and from jdbc i jumped to hibernate we can quite understand when we actually face the problems but anybody who already faced the problem when they give me proper directions it will be easier quite a lot. So can tel

Re: to integrate wicket with itext or any other framework

2011-05-24 Thread hariharansrc
I got the idea but can you explain it a bit more about the reason we have to go for spring or guice. I actually googled and i get that we need dependency injection between frameworks is it the reason for we using spring or guice. A brief explanation i need -- View this message in context: http:

Re: to integrate wicket with itext or any other framework

2011-05-24 Thread hariharansrc
why i have to use spring to integrate wicket and hibernate is there any spefic reason to do that any tutorials available to integrate hibernate and wicket -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3

Re: wicket showing traces that we used wicket is it a problem

2011-05-23 Thread hariharansrc
i am just a beginner so i am just asking, it may cause a problem if any security holes we found, other than that i am worrying about nothing. I feel very comfortable to use java in development especially wicket and hibernate. So, i have no plan to switch to .net or php at any cost. Even will jus

Re: to integrate wicket with itext or any other framework

2011-05-23 Thread hariharansrc
thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3544470.html Sent from the Users forum mailing list archive at Nabble.com. -

to integrate wicket with itext or any other framework

2011-05-23 Thread hariharansrc
to integrate wicket with other frameworks such as hibernate and itext any other configuration needed or just we can integrate and then we can create connection pool in wicket for hibernate -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itex

Re: the html pages showing traces that we used wicket, is it a problem

2011-05-22 Thread hariharansrc
thanks for you all -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/the-html-pages-showing-traces-that-we-used-wicket-is-it-a-problem-tp3540810p3542148.html Sent from the Users forum mailing list archive at Nabble.com. --

wicket showing traces that we used wicket is it a problem

2011-05-21 Thread hariharansrc
Wicket form helloworld this is the html code i got for a simple program using ajax it shows many traces that we used wicket i am imagining is it cause any problem to reveal what we actually used to the users. -- View this mes

Re: JavaScript onClick Handler Stops Form Submit

2011-05-18 Thread hariharansrc
when you are using wicket in form that has already onSubmit event so your javascript onclick event won't work so you have to extend your form and override the onSubmit in wicket and add your javascript in that onSubmit function. Here is a sample code i am attaching you make changes in that to obtai

Re: Can html file name be different from page class name?

2011-04-23 Thread hariharansrc
wicket is component oriented framework it is the ease that we can write java class for html file and thus we can apply software engineering principles. what is the problem for just naming java class and the html file the same name can you tell the reason why you want to do that? -- View this me

Re:actually what i feel is it will be better when

2011-04-02 Thread hariharansrc
we use gwt we can code in java instead of js and then we can use the generated js in wicket. This only i thought. Sorry if i am wrong. but for me it will better when we code in java than in javascript. since i don't want to learn a new lang -- View this message in context: http://apache-wicket.18

Re:thanks you all for giving proper suggestions

2011-04-01 Thread hariharansrc
i want to know whether i can use gwt along with wicket so i can quite manage both server and client side coding efficiently are there any tutorials to integrate gwt with wicket thank you in advance -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-call-javascrip

Re: just having another question how to clear form fields

2011-03-28 Thread hariharansrc
after clicking submit button the values are still there in field itself how to clear the field values -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-call-javascript-function-on-form-submission-tp3408147p3412291.html Sent from the Users forum mailing list archiv

use css tooltip for wicket validation

2011-03-27 Thread hariharansrc
i want to use css or jquery for giving validation tooltip based on the validation results can anyone tell how to do it with an example -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/use-css-tooltip-for-wicket-validation-tp3409561p3409561.html Sent from the Users forum

Re: how to call javascript function on form submission

2011-03-27 Thread hariharansrc
sorry for asking u again i just want to display a tooltip based on the validation results i dont know how to do that using wicket can u help with an example to explain how to do -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-call-javascript-function-on-form-s

Re: how to call javascript function on form submission

2011-03-26 Thread hariharansrc
i want to use a tool tip designed in css for validation can i use that in wicket -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-call-javascript-function-on-form-submission-tp3408147p3408882.html Sent from the Users forum mailing list archive at Nabble.com. ---

how to call javascript function on form submission

2011-03-26 Thread hariharansrc
actually i want to call a javascript function on form submission to validate using jquery before doing all other stuffs i am beginner. can anybody tell how to call javascript function in onSubmit event in form -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-cal