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.n4.nabble.com/can-we-do-standalone-projects-in-wicket-tp3706382p3706382.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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-tp3705651p3705817.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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 chose
which will be the most efficient one. 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-and-xml-tp3700330p3700331.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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-tp3700330p3700330.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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.

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



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-refreshed-tp3681007p3681290.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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 both the projects it will be more appreciated!!!


   Is there any solution available without integrating it but using
it as individual components

Since each of my project will produce a war file can i integrate it using
ear file will it work???

Note: I will  use jasper reports and hibernate  independently so i am
wondering why Dependency Injection will cause problem in integrating it.


Thanks in advance,
please provide your valuable answer 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/hibernate-and-jasper-reports-tp3680767p3680767.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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-framework-to-use-with-wicket-tp3671651p3673224.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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.

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



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.

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



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 the Users forum mailing list archive at Nabble.com.

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



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.

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



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 this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-combine-two-wicket-maven-archetypes-tp3670354p3670354.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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
Sent from the Users forum mailing list archive at Nabble.com.

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



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 recommend what to do. Just go with this configuration or any problem 
or conflict will occur from this. Just tell if it costs conflicts.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/confusion-in-selecting-guice-and-spring-for-Ioc-tp3656982p3656982.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-hibernate-using-spring-tp3643931p3643931.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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 unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 tell me
the proper reason for the reason behind using spring for integrating wicket
and hibernate 

The  i am having another clarifications for using any other framework  i
need spring like frameworks for DI 
why i am asking is i need japer reports to integrate with wicket 

How to find two frameworks need DI, because for JDBC i done that without any
DI

Thanks in advance

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

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



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://apache-wicket.1842946.n4.nabble.com/to-integrate-wicket-with-itext-or-any-other-framework-tp3543523p3547719.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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-tp3543523p3546577.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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 just make my friends also to use wicket and java  because of its ease.
thank you for replies

then i am having a another small clarification

whenever i deploy a application using wicket i get https i am using
websphere server is it the default mode of wicket or it is because of any
other  reason. how to switch between https and http. is it something related
with stateful nature of wicket


--
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-tp3540810p3546099.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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 unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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-itext-or-any-other-framework-tp3543523p3543523.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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.

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



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 message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-showing-traces-that-we-used-wicket-is-it-a-problem-tp3540810p3540810.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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
obtain your function

HTML
http://wicket.apache.org/dtds.data/wicket-xhtml1.5-strict.dtd";
>
  
Wicket form



   helloworld








JAVA
package org.wick;



import org.apache.wicket.ajax.AjaxRequestTarget;
import org.apache.wicket.ajax.markup.html.form.AjaxButton;
import org.apache.wicket.markup.html.WebPage;
import org.apache.wicket.markup.html.form.Form;

public class HomePage extends WebPage {
public HomePage()
{
Form f=new Form("form");
add(f);
f.add(new AjaxButton("hw",f){

/**
 * 
 */
private static final long serialVersionUID = 1L;

protected void onSubmit(AjaxRequestTarget target1, Form form) {

target1.appendJavascript("alert(helloworld)");
}
});
}
}




If you get anything new better than this then just post it i also posted
your question and got good replies 
but now also i am searching for better alternatives

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/JavaScript-onClick-Handler-Stops-Form-Submit-tp3533771p3534772.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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 message in context: 
http://apache-wicket.1842946.n4.nabble.com/Can-html-file-name-be-different-from-page-class-name-tp3466229p3471085.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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.1842946.n4.nabble.com/how-to-call-javascript-function-on-form-submission-tp3408147p3423059.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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-javascript-function-on-form-submission-tp3408147p3421644.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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 archive at Nabble.com.

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



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 mailing list archive at Nabble.com.

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



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-submission-tp3408147p3409423.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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.

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



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-call-javascript-function-on-form-submission-tp3408147p3408147.html
Sent from the Users forum mailing list archive at Nabble.com.

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