Re: RestActionSupport

2013-01-03 Thread Juan Jose Fuentes Esteban
¡Feliz Año Nuevo! 2013/1/2 > Happy new year all > Sent from my BlackBerry® smartphone > > -Original Message- > From: Dave Newton > Date: Tue, 1 Jan 2013 01:33:02 > To: Struts Users Mailing List > Reply-To: "Struts Users Mailing List" > Subject: Re: RestActionSupport > > S novum godom!

Re: How to make three text boxes appear in one row using struts2 tags?

2013-01-03 Thread mahalakshmi.jayakumar
Hai, I have three select strut tags which are Date, Month and Year which I need to display in a single row. So as per your suggestion I have written theme="simple. Then the select boxes were aligned in the same row but the complete row is shown in the 1st row of the form instead of being displ

Re: How to make three text boxes appear in one row using struts2 tags?

2013-01-03 Thread Umesh Awasthi
Simple theme will not generate any markup from S2 side and will give all control to you to handle display using CSS You can use CSS and markup to display it as per your requirement S2 has already done its work by handing over simple HTML On Thu, Jan 3, 2013 at 2:31 PM, wrote: > Hai, > > I have

Re: How to make three text boxes appear in one row using struts2 tags?

2013-01-03 Thread Vivek Jaiswal
  Dear Umesh Awasthi, We will use simple theme for this issue like you can also get list through class. thanking you with regards, VIVEK KUMAR JAISWAL --- www.vivekjaiswal.

Re: How to make three text boxes appear in one row using struts2 tags?

2013-01-03 Thread Chris Pratt
Since the rest of your form elements aren't using the theme="simple", they are automatically wrapped in . Since you've told struts to use theme="simple" on these elements, you'll have to wrap them yourself. (*Chris*) On Thu, Jan 3, 2013 at 2:37 AM, Vivek Jaiswal wrote: > > > > Dear Umesh Awast

Re: Hot Deployment Problem in Struts and Weblogic

2013-01-03 Thread mp
Hi Jeff, Pls. let me know if you have a solution and would like to help me out. Thanks, mp -- View this message in context: http://struts.1045723.n5.nabble.com/Hot-Deployment-Problem-in-Struts-and-Weblogic-tp5156853p5711563.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Hot Deployment Problem in Struts and Weblogic

2013-01-03 Thread mp
Hi , were you able to find a solution to this issue, pls. let me know if yes. Thanks, Mihir -- View this message in context: http://struts.1045723.n5.nabble.com/Hot-Deployment-Problem-in-Struts-and-Weblogic-tp5156853p5711562.html Sent from the Struts - User mailing list archive at Nabble.com.

(OT) Hibernate question

2013-01-03 Thread Martin Gainty
Gentlemen This has been asked many times but i havent found an answer Does anyone know how to hint a Hibernate predicate with something like select /*+ index(emp_alias ix_emp) */ ... from scott.emp emp_alias Martin __ If computers were self-aware t