Re: [java ee programming] Hibernate Mapping

2010-05-31 Thread Shiv Shankar
Very useful Link On 5/31/2010 8:18 PM, jitesh dundas wrote: http://docs.jboss.org/hibernate/core/3.3/reference/en/html/queryhql.html http://www.javalobby.org/articles/hibernate-query-101/ hope this helps... thanks, jd On Sun, May 30, 2010 at 2:44 PM, Kunal Raikar >

Re: [java ee programming] input tag with image

2010-05-31 Thread Michèle Garoche
Le 31 mai 10 à 21:42, Rafał Laczek a écrit : Hi Colleagues, Thanks for all reply but I have forgotten to add that I need to do it using Wicket framework. Please have a look for following code. In have wicket:id="Bil" This id specifies source where the image is available. In below solution we

Re: [java ee programming] input tag with image

2010-05-31 Thread Rafał Laczek
Hi Colleagues, Thanks for all reply but I have forgotten to add that I need to do it using Wicket framework. Please have a look for following code. In have wicket:id="Bil" This id specifies source where the image is available. In below solution we receive "New" button and "Bil" image. The Bil w

Re: [java ee programming] input tag with image

2010-05-31 Thread Henry Xia
Hi, See this example: http://localhost:8080/e-knoxville/image/login.gif"; alt="submit" NAME="imagesubmit" style="max-height:40px; max-width:40px;"> Hope it helps, Thanks, Henian 2010/5/31 Rafał Laczek > Hi, > > It seems that I have simple question but I can t find reply in internet. > I have

Re: [java ee programming] input tag with image

2010-05-31 Thread Michèle Garoche
Le 31 mai 10 à 19:00, Rafał Laczek a écrit : Hi, It seems that I have simple question but I can t find reply in internet. Well, well, there are plenty of answers if you search with the following sentence: submit with image I have to use with image Generally saying I must replace value w

[java ee programming] input tag with image

2010-05-31 Thread Rafał Laczek
Hi, It seems that I have simple question but I can t find reply in internet. I have to use with image Generally saying I must replace value with the image. Can somebody point me. Regards, Rafal -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Progr

Re: [java ee programming] Hibernate Mapping

2010-05-31 Thread jitesh dundas
http://docs.jboss.org/hibernate/core/3.3/reference/en/html/queryhql.html http://www.javalobby.org/articles/hibernate-query-101/ hope this helps... thanks, jd On Sun, May 30, 2010 at 2:44 PM, Kunal Raikar wrote: > Hi Ali > I don't want to include SQL query in hbm.xml file but I want a tool whi

Re: [java ee programming] Re: Hibernate Mapping

2010-05-31 Thread jitesh dundas
Hey Kunal, In addition to this, you might want to go through this tutorial. Notice how they dont mention any SQL queries either. http://www.vaannila.com/hibernate/hibernate-example/hibernate-tools-1.html http://www.hibernate.org/subprojects/tools.html I really think you need to learn basic SQL,

[java ee programming] Re: Hibernate Mapping

2010-05-31 Thread Benedict Aluan
Hello Kunal, It's hard to explain here the step by step conversion process. I suggest download the pdf documentation on how to get started with Hibernate tools plugin here: http://www.redhat.com/developer_studio/guides/hibernatetools/pdf/hibernate_tools.pdf Regards, Ben On May 30, 2:50 pm, Kuna