Has anyone got the datetimepicker working with Tiles?
- Richa
-Original Message-
From: Richa Pandharikar [mailto:richa.pandhari...@tdktech.com]
Sent: Tuesday, December 30, 2008 4:04 PM
To: 'Struts Users Mailing List'
Subject: RE: Re : datetimepicker unable to get it workin
Declare boolean type of variable in your action class for each of the
checkbox. Make sure you have generated the getters/setters. If you have
selected the checkbox, framework will set the corresponding var to true and
if not it will set it to false.
HTH
-Original Message-
From: m.harig [m
Are you using Tiles?
For me with Tiles it never got rendered properly, hence I could not test the
submit functionality. I switched to YUI calendar control.
-Original Message-
From: Anshuman Nanda [mailto:ana...@eximware.com]
Sent: Tuesday, January 06, 2009 10:50 AM
To: Struts Users Mai
Happy New Year to all!
Smiles,
Richa
-Original Message-
From: Li [mailto:ampyx...@gmail.com]
Sent: Wednesday, December 31, 2008 12:23 AM
To: Struts Users Mailing List
Subject: Re: Happy new Year
Hey thanks Muralidhar. And wish all users here have a healthy, happy and
smooth year of 2009
I am using struts ver 2.1.2.
Before I fully gave up, I loaded the page as jsp, not a page constructed via
Tiles, to my surprise datetimepicker worked beautifully. But my requirement
is to make it work with tiles.
Any suggestions???
-Original Message-
From: Martin Gainty [mailto:mgai...
I doubt if this works at all with an of the struts releases. I am giving up and
going ahead with the alternatives.
-Original Message-
From: Rafał Krupiński [mailto:r.krupin...@gmail.com]
Sent: Tuesday, December 30, 2008 1:09 AM
To: Struts Users Mailing List
Subject: Re: Re : datetimepi
ssage d'origine
De : Richa Pandharikar
À : Struts Users Mailing List
Envoyé le : Lundi, 29 Décembre 2008, 19h26mn 47s
Objet : RE: datetimepicker unable to get it working :(
François,
Would it be possible for you to post the code snippet for the datetimepicker
with struts 2.1.2?
Tha
ped...
- Message d'origine ----
De : Richa Pandharikar
À : Struts Users Mailing List ;
richa.pandhari...@tdktech.com
Envoyé le : Lundi, 29 Décembre 2008, 16h59mn 42s
Objet : RE: datetimepicker unable to get it working :(
One more thing worth mentionin
Ok...I upgraded struts version from 2.0.14 to 2.1.2. Rectified errors with
the tag lib and theme changes and was hoping to see the calendar control
rendered.
But still the bad luck continues!!
Now the error that I am getting is -
djConfig is not defined
One more thing worth mentioning - I am using result of type "tiles", not
sure it has to do something with the control not being rendered.
Please help...
-Original Message-----
From: Richa Pandharikar [mailto:richa.pandhari...@tdktech.com]
Sent: Monday, December 29, 2008 3:55 PM
T
No changestill getting the same results.
In IE I am getting error - dojo is undefined.
FF3 - No Error but control is not getting loaded.
-Original Message-
From: d...@holstein.com [mailto:d...@holstein.com]
Sent: Monday, December 29, 2008 3:47 PM
To: Struts Users Mailing List
Subje
Hi,
Below is the JSP and the Action class. I have tried most of the possible
solutions posted on nabble sie as well as in the posts those I found through
google. I am still uable to load the datetimepicker control in IE as well as
FF.
JSP -
<%@ include file="/WEB-INF/pages/common/standard-includ
a session variable. Another idea would be to make the
collection a character delimited string and store that in a hidden
input. Don't know what the best way is, though.
I'm interested to know the most efficient way as well.
Beez
( 4961
-Original Message-----
From: Richa P
esbrock.ke...@aoins.com]
Sent: Monday, December 22, 2008 7:34 AM
To: Struts Users Mailing List
Cc: Richa Pandharikar
Subject: RE: Bean Properties are lost
Make sure you're putting everything in your jsp. If the field doesn't
need to be displayed, use the tag.
The problem is with your
I have a User Object that I am using as a Bean in an Action.
User Object has following properties –
firstName
lastName
username
password
collection roles
projects
Roles data is no where displayed on the JSP page. Project data is displayed
but I am using the plain ids to render the select tag.
Can you please send the tag entry you have in your JSP?
-Original Message-
From: srinivasa_v . [mailto:srinivas...@sify.com]
Sent: Monday, December 15, 2008 5:51 AM
To: Struts Users Mailing List
Subject:
regards
srinivas
--
collection.
--- On Fri, 12/12/08, Faraz Ali wrote:
> From: Faraz Ali
> Subject: Re: Help with S:Select
> To: "Struts Users Mailing List" ,
richa.pandhari...@tdktech.com
> Date: Friday, December 12, 2008, 1:18 PM
> O yes. Thanks a lot.
>
> On Sat, Dec 13, 200
I apologize for the typo, Correct expression is -
Error Message.
-Original Message-
From: Richa Pandharikar [mailto:richa.pandhari...@tdktech.com]
Sent: Friday, December 12, 2008 10:53 AM
To: 'Struts Users Mailing List
2008 9:28 PM
To: Struts Users Mailing List; richa.pandhari...@tdktech.com
Subject: Re: Help with S:Select
Can you share us the solution which you have found for reading the multiple
values for a select tag.
I also need it.
On Thu, Dec 11, 2008 at 6:10 AM, Richa Pandharikar <
richa.pandhari..
Hi ManiKanta,
Thanks for the reply. Checkbox always has a value of true/false.
Below is the validation entry which is working for me -
Error Message.
Regards,
Richa
-Original Message-
From: ManiKanta G [mailto:go4m...@gmail.co
I also found out the solution for reading the multiple values for a select
tag.
-Original Message-
From: Richa Pandharikar [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 10, 2008 3:43 PM
To: 'Struts Users Mailing List'; [EMAIL PROTECTED]
Subject: RE: Help with S:Sele
department).equals("-1")
Department is required.
-Original Message-
From: Richa Pandharikar [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 10, 2008 12:40 PM
To: 'Struts Users Mailing List'
Subject: RE: Help with S:Select
I tried to follow the informatio
I tried to follow the information on one of the post on how to do this but
till it is not very clear to me.
Can anyone point me to the documentation where the usage are explained in
detail?
I am also facing the problem in validating the s:select field as a required
field.
I tried using this bu
Morning All,
I am configuring my application to use struts 2 with spring. After I
modified the config files to use spring plugin bundled, tomcat server is
throwing the following exception. Your help is much appreciated to get this
issue resolved.
I am using Eclipse 6.6, struts 2.0.14 and the spri
Can you please send the validation.xml file that you are using?
-Original Message-
From: David C. Hicks [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2008 3:56 PM
To: Struts Users Mailing List
Subject: Couple of validation questions.
1) Validating numeric fields.
I have a couple
25 matches
Mail list logo