RE: unable to prevent form stretching

2011-02-24 Thread Jerson John
Hi riju, How did u manage to do your forum...Is it custom build or you are using some api or opensource application or thirdpart thing...Beacuse now I am heading towards building the forum for my applicationPlease help me Many Thanks and Regards, Jerson -Original Message- From:

Forum Advice

2011-02-24 Thread Jerson John
Hi, How can i do forum in Struts 2...Is it has to custom build or is there any api or opensource application or thirdpart thing...Beacuse now I am heading towards building the forum for my applicationPlease help me Many Thanks and Regards, Jerson

RE: unable to prevent form stretching

2011-02-24 Thread Jerson John
. and for coding we are using MyEclipse and for reports iReport Jerson John wrote: Hi riju, How did u manage to do your forum...Is it custom build or you are using some api or opensource application or thirdpart thing...Beacuse now I am heading towards building the forum for my application

RE: Forum Advice

2011-02-24 Thread Jerson John
Users Mailing List Subject: Re: Forum Advice On Thu, Feb 24, 2011 at 9:57 PM, Jerson John jer...@cprvision.com wrote:    How can i do forum in Struts 2...Is it has to custom build or is there any api or opensource application or thirdpart thing...Beacuse now I am heading towards building

RE: Exception in hibernate3

2011-02-24 Thread Jerson John
Hi, Yup I faced this problem before and flush to Hibernate group.They have suggested me some solution based on my mapping xml fleWhy don't u send me that mapping xml and let me compare with mine.Actually Even though it look like Server error,its more to do with hibernate Please feel

RE: Double Select Tag

2011-02-22 Thread Jerson John
Hi JL, Could u send me some sample code for it ...Appreciate ur help Many Thanks and Regards, -Original Message- From: jlm...@gmail.com [mailto:jlm...@gmail.com] Sent: Tuesday, February 22, 2011 12:41 PM To: Jerson John; 'Struts Users Mailing List' Subject: Re: Double Select Tag

Session for User Class

2011-02-22 Thread Jerson John
Hi, Can anyone suggest me a best practice for me to save the user object once user logined into my portal application...It seems that I am saving it in the actioncontext but not accessable to the other action classes...Pls help me Many Thanks and Regards, Jerson

RE: Session for User Class

2011-02-22 Thread Jerson John
achieve that Many Thanks and regards Many Thanks and Regards, Jerson -Original Message- From: Brian Thompson [mailto:elephant...@gmail.com] Sent: Wednesday, February 23, 2011 3:33 PM To: Struts Users Mailing List Cc: Jerson John Subject: Re: Session for User Class Normally I use

Double Select Tag

2011-02-21 Thread Jerson John
Hi, Can some one help me on double select tag with Hibernate...I am having two classes AssetCat,AssetSubCat and My first list should be assetcat list and according to the Assetcat selection I need to populate the second list which is assetsubcat listPlease advice me on this...I try to google

RE: Double Select Tag

2011-02-21 Thread Jerson John
-- De: Jerson John Para: 'Struts Users Mailing List' Responder a: Struts Users Mailing List Asunto: Double Select Tag Enviado: 21 Feb, 2011 22:50 Hi, Can some one help me on double select tag with Hibernate...I am having two classes AssetCat,AssetSubCat and My first list should be assetcat list

RE: Double Select Tag

2011-02-21 Thread Jerson John
Thanks a lot for ur help Many Thanks and Regards, Jerson -Original Message- From: jlm...@gmail.com [mailto:jlm...@gmail.com] Sent: Tuesday, February 22, 2011 12:41 PM To: Jerson John; 'Struts Users Mailing List' Subject: Re: Double Select Tag Not right now, but you will find plenty

RE: sending the report directly to the printer

2011-02-20 Thread Jerson John
Hi Brother, Just for your info, I was trying for the samething last time and my requirement was to print from server side..Means that I have a fixed printer with ip address and I use Java print...This means When client click the print button ,it will come to server and server will

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread Jerson John
Hi, Please help me out.I have Struts2 Application which works fine when I run in localhost.Somehow I am failed to run using Virtual host name.It comes to stating login page after then it cannot execute my action classes..I am try to google for the solution but nothing works out.Please help me on

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread Jerson John
application We use a lot virtual host around 20 dotcom, splitted for around 5 tomcat, jboss and glassfish in one server /m/ -Original Message- From: Jerson John jer...@cprvision.com Date: Thu, 17 Feb 2011 18:58:25 To: 'Struts Users Mailing List'user@struts.apache.org Reply-To: Struts Users

RE: Best performance practices with Struts 2...anyone!

2011-02-17 Thread Jerson John
Hi, I am trying to generate SQL query using session.createSQLQuery and returning the list object..This select query contains joins and so it cannot be mapped to any of my model objects.How can I now get the values in my jsp page using iterator tag in Struts 2... Please help me on this Many

RE: Best performance practices with Struts 2...anyone!

2011-02-17 Thread Jerson John
Hi, Hi Can you advice me on the best way to implement the datetime picker tag in Struts 2 Please help me on this Many Thanks and Regards, Jerson Many Thanks and Regards, Jerson -Original Message- From: Jerson John [mailto:jer...@cprvision.com] Sent: Friday, February 18, 2011 9:34

datetime picker tag

2011-02-17 Thread Jerson John
Hi, Hi Can you advice me on the best way to implement the datetime picker tag in Struts 2 Please help me on this Many Thanks and Regards, Jerson Many Thanks and Regards, Jerson - To unsubscribe, e-mail:

generate SQL Hibernate Query using session

2011-02-17 Thread Jerson John
Hi, I am trying to generate SQL query using session.createSQLQuery and returning the list object..This select query contains joins and so it cannot be mapped to any of my model objects.How can I now get the values in my jsp page using iterator tag in Struts 2... Please help me on this Many

RE: generate SQL Hibernate Query using session

2011-02-17 Thread Jerson John
What does having joins have to do with not being able to map to your data model? Dave On Feb 17, 2011 8:43 PM, Jerson John jer...@cprvision.com wrote: Hi, I am trying to generate SQL query using session.createSQLQuery and returning the list object..This select query contains joins and so

RE: generate SQL Hibernate Query using session

2011-02-17 Thread Jerson John
couldn't find any Thanks in advance Many Thanks and Regards, Jerson From: Jerson John [mailto:jer...@cprvision.com] Sent: Friday, February 18, 2011 10:53 AM To: 'Struts Users Mailing List' Subject: RE: generate SQL Hibernate Query using session Hi, Thanks for your reply. Actually I am bit

RE: generate SQL Hibernate Query using session

2011-02-17 Thread Jerson John
); } Both basically do the same; however I find that using the AliasToBean transformer is much cleaner code :) Chris -Original Message- From: Jerson John [mailto:jer...@cprvision.com] Sent: Thursday, February 17, 2011 7:43 PM To: user@struts.apache.org Subject: generate SQL Hibernate

RE: generate SQL Hibernate Query using session

2011-02-17 Thread Jerson John
I find that using the AliasToBean transformer is much cleaner code :) Chris -Original Message- From: Jerson John [mailto:jer...@cprvision.com] Sent: Thursday, February 17, 2011 7:43 PM To: user@struts.apache.org Subject: generate SQL Hibernate Query using session Hi, I am trying

DateTimePicker Tag

2011-02-17 Thread Jerson John
is much cleaner code :) Chris -Original Message- From: Jerson John [mailto:jer...@cprvision.com] Sent: Thursday, February 17, 2011 7:43 PM To: user@struts.apache.org Subject: generate SQL Hibernate Query using session Hi, I am trying to generate SQL query using

RE: DateTimePicker Tag

2011-02-17 Thread Jerson John
by Marketing Magazine -Original Message- From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] Sent: Friday, February 18, 2011 2:47 PM To: Struts Users Mailing List Subject: Re: DateTimePicker Tag 2011/2/18 Jerson John jer...@cprvision.com: Can u suggest me the best way to use datetime

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread Jerson John
by Marketing Magazine -Original Message- From: Frans Thamura [mailto:fr...@meruvian.org] Sent: Thursday, February 17, 2011 7:35 PM To: Jerson John; 'Struts Users Mailing List' Subject: Re: Integrate JasperReports into a Struts2 web application We use modjk and mod proxy And a php

RE: Integrate JasperReports into a Struts2 web application

2011-02-16 Thread Jerson John
Verymuch possible...But u need to create stricter for ur app layer like MVC---U can make use of MODEL for ur swing Good Luck Many Thanks and Regards, Jerson CPR Vision Management Pte Ltd CRM Software Marketing E: jer...@cprvision.com T: + (65) 6535 0996 F: + (65) 6327 8085 www.cprvision.com