2013/1/29 gauravk :
> I am able to see calendar, but clicking on it doesn't do any action:
Did you try to check with JS debuger?
Regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
-
To unsubscribe, e-ma
I am able to see calendar, but clicking on it doesn't do any action:
<%@ taglib prefix="sx" uri="/struts-dojo-tags"%>
--
View this message in context:
http://struts.1045723.n5.nabble.com/Struts2-dojo-tag-Calendar-not-working-with-simple-theme-tp57
wir keine Haftung
fuer den Inhalt uebernehmen.
> Date: Mon, 22 Mar 2010 14:39:28 -0400
> Subject: S2 - sx:datetimspicker calendar background color
> From: shen.he...@gmail.com
> To: user@struts.apache.org
>
> Does anyone know how to change the calendar style of datet
Does anyone know how to change the calendar style of datetimepicker?
Using templateCssPath to point to a new css with different background
does not work.
Any suggestion?
Thanks,
Helen
-
To unsubscribe, e-mail: user-unsubscr
7;s all up to you. There aren't really even any recognized best-practices
> (yet) around RIA development in general, although many of us can point out
> things you probably should or shouldn't do when we see it.
>
Well this is how I added the calendar widgit.
So.. is there something wrong with doing it this way?
--
Ilan
creating APT, but I digress). It's a simple matter of a
JavaScript import, a dojo.require() or two, and some extra attributes on
a (in simplest terms... your use case might dictate a little more
work).
FYI, the AjaxParts calendar I wrote literally 10 years ago, long before
we had the rea
you will need to match Struts (version 2)
>> Dojo-plugin to Dojo (v 1.2) and then Dojo support for the ActiveX control
>> performing the actual transport work IE uses XMLHttpRequest (version 2.x)
>> http://api.dojotoolkit.org/jsdoc/dojo/1.2/dojo._xhrObj/.switch/1.1.1
>>
>
ctiveX control
> performing the actual transport work IE uses XMLHttpRequest (version 2.x)
> http://api.dojotoolkit.org/jsdoc/dojo/1.2/dojo._xhrObj/.switch/1.1.1
>
>
I looked at the AjaxParts Calendar and the Dojo Calendar and the Dojo
Calendar looks signficantly better.
Are there any b
No such tag exists.
On 8/29/07, john lee <[EMAIL PROTECTED]> wrote:
>
> could anyone tell me the info about calendar tag with Struts 1.x if any ?
>
> tks in advance
>
> john
>
>
> -
> Building a website is a piece of cake.
&
could anyone tell me the info about calendar tag with Struts 1.x if any ?
tks in advance
john
-
Building a website is a piece of cake.
Yahoo! Small Business gives you all the tools to get online.
Here is a sample application containing the test pages :
http://oughacom.free.fr/Java/Test.war
mleneveut wrote:
>
> The whole string.
>
> If I clicked the date 06/08/2007, I have "06/08/2007" in the input, I
> delete all to have an empty string "", I click
The whole string.
If I clicked the date 06/08/2007, I have "06/08/2007" in the input, I
delete all to have an empty string "", I click on the calendar, it appears
with all days as "NaN"
"Musachy Barroso" <[EMAIL PROTECTED]>
06/08/2007 17:28
When you delete the date in the input, do you delete the whole thing?
or juts a part of it?
musachy
On 8/6/07, mleneveut <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> When I click the calendar picture of my datetimepicker tag (the input is
> empty), the calendar shows up normally.
Hi,
When I click the calendar picture of my datetimepicker tag (the input is
empty), the calendar shows up normally. I pick a date, all is ok.
But if I then delete the choosen date in the input, and click again on the
calendar, all the dates are NaN. As if the displayFormat was in trouble.
Is
need more)
musachy
On 7/10/07, Scott Nesbitt <[EMAIL PROTECTED]> wrote:
I am evaluating the yahoo calendar and am having a bit
of trouble with the YUI plugin. I would like to
enable multiple select on calendar but do not see an
option to set this through the plugin.
Does anyone know of a wa
I am evaluating the yahoo calendar and am having a bit
of trouble with the YUI plugin. I would like to
enable multiple select on calendar but do not see an
option to set this through the plugin.
Does anyone know of a way to do this?
I tried the example code but the script in
again, due to bad formatting on Nabble...
> I saw cilquirms reply, but I don't think I phrased my problems
> correctly. I understand that the tag libraries are very accomodating,
> but I am at a loss as to how to insert this code. This little calendar
> image and the associated
dding Calendar function to a form.
Fogleson, Allen wrote:
> Skip,
>
> There is a pretty good tutorial out there to create a component
> using the struts tags - this is what I did for exactly what you are
> doing. Granted it is not as "pretty" as stuff
> here but it do
Fogleson, Allen wrote:
Skip,
There is a pretty good tutorial out there to create a component
using the struts tags - this is what I did for exactly what you are
doing. Granted it is not as "pretty" as stuff
here but it does the job and now that I have it written I can
use it in all the p
Dave Newton-4 wrote:
So far I've found the "xhtml" theme to work for me
almost everything with the occasional dip in to
"simple" land, but my projects have fairly basic input
needs (except for one horribly difficult page :/
d.
I too am starting to see this. Yes, simple will be the way to go w
Check out
http://www.vitarara.org/cms/node/86 for the example.
Al
From: Skip Hollowell [mailto:[EMAIL PROTECTED]
Sent: Wed 4/11/2007 9:10 AM
To: user@struts.apache.org
Subject: Re: [S2] Adding Calendar function to a form.
The more I look at and play
--- Skip Hollowell <[EMAIL PROTECTED]> wrote:
> The more I look at and play with this scenario, the
> more I am starting to thing that using the default
> XHTML theme is not the way to go. I would be much
> better served, I think to use the simple theme,
> giving me much more control over layou
comodating,
but I am at a loss as to how to insert this code. This little calendar
image and the associated href for clickability would need to go
somewhere inside the generated code that the tag outputs. Is that even
possible? I want to have the little calendar icon be next to the field
input, so
Trying again, due to bad formatting on Nabble...
I saw cilquirms reply, but I don't think I phrased my problems
correctly. I understand that the tag libraries are very accomodating,
but I am at a loss as to how to insert this code. This little calendar
image and the associated hre
l wrote:
>
> I tried the s:datetimepicker to work on things, but since I am not using
> AJAX, I believe that is a dead end, no? There'd be no point in bringing
> in the ajax theme if I wasn't using AJAX.
>
> So how do I incorporate a standard js calendar routin
I tried the s:datetimepicker to work on things, but since I am not using
AJAX, I believe that is a dead end, no? There'd be no point in bringing
in the ajax theme if I wasn't using AJAX.
So how do I incorporate a standard js calendar routine into a field on
my form?
What I want t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
sorry for this ot post, but i believe some body of you had this before.
does somebody know a taglib which renders a small calendar?
Something like this:
http://www.servletsuite.com/servlets/caltag.htm
in open source would be great.
regards
this might be of interest. very easy to integrate into your application:
http://www.dynarch.com/projects/calendar/
HTMLArea is also something cool.
It's not Struts-specific, but there is a calendar widget in the Java Web
Parts UIWidgets taglib:
http://javawebparts.sourceforge.net
More specifically:
http://javawebparts.sourceforge.net/javadocs/javawebparts/taglib/uiwidgets/CalendarTag.html
There's plenty of calendar widgets
Hi All
Can you please recommend a calendar component for my struts based webapp. The
one which can be displayed next to a date text box, selecting date in the
calendar will show in text box.
Thanks for help.
bib/-
-
Yahoo! Mail
You should ask this in the Myfaces mailing list.
On 1/13/06, JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
>
>
> For the popup datepicker I am trying to use the t:inputCalendar tag. In the
> examples it is working fine.
>
> When I try to implement in to my applicat
Hi all,
For the popup datepicker I am trying to use the t:inputCalendar tag. In the
examples it is working fine.
When I try to implement in to my application it gives java script error.
Please help me.
Thanks in advance,
jeeva
--
Greetings!
ICICI Infotech is now 3i Infotech.
The
Here is the demo:
http://www.irian.at/myfaces/home.jsf
Alexandre Poitras schrieb:
> http://myfaces.apache.org/tomahawk/calendar.html
>
> On 1/12/06, JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
> <[EMAIL PROTECTED]> wrote:
>> Hi all,
>>
>>
>>
>> Is there any component in JSF for date picker?
>>
>>
http://myfaces.apache.org/tomahawk/calendar.html
On 1/12/06, JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
>
>
> Is there any component in JSF for date picker?
>
>
>
> Please let me know.
>
>
>
> Thanks n advance
>
>
>
> jeeva
>
> --
> Greetings!
>
>
>
>
> ICICI I
On 1/12/06, JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Is there any component in JSF for date picker?
>
Tomahawk calendar [1] for one.
-Rahul
[1] http://myfaces.apache.org/tomahawk/calendar.html
>
>
> Please let me know.
>
Hi all,
Is there any component in JSF for date picker?
Please let me know.
Thanks n advance
jeeva
--
Greetings!
ICICI Infotech is now 3i Infotech.
The e-mail addresses of the company's employees have been changed to @3i-infotech.com. You are requested to take note of this n
Rafael Taboada wrote:
> Please. Do u know a calendar project made in struts??? I mean, when u make
> an appointemnt, an event
> thanks
>
> --
> Rafael Taboada
> Software Engineer
>
> Cell : +511-97753290
>
> "No creo en el destino pues no me gu
t;
Reply-To: "Struts Users Mailing List"
To: Struts List
Subject: Calendar Project
Date: Fri, 6 Jan 2006 22:40:32 -0500
Please. Do u know a calendar project made in struts??? I mean, when u make
an appointemnt, an event
thanks
--
Rafael Taboada
Software Engineer
Cell : +511-97753290
&
Please. Do u know a calendar project made in struts??? I mean, when u make
an appointemnt, an event
thanks
--
Rafael Taboada
Software Engineer
Cell : +511-97753290
"No creo en el destino pues no me gusta tener la idea de controlar mi vida"
Search through the archives; this has been asked a few times recently,
and lots of options have been posted in response.
L.
Scott Vickery wrote:
Hello,
First off, a quick introduction. I am new to Struts. Actually, I have
just now gotten back to Java and web programming after a long (and
un
Hello,
First off, a quick introduction. I am new to Struts. Actually, I have
just now gotten back to Java and web programming after a long (and
unfortunate) absence. I do have a fair amount of experience in both,
so, am not too concerned about picking it back up. But, I do have a
fair amount o
n, Ron" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Monday, September 19, 2005 7:21 AM
Subject: RE: a little bit OT: Calendar misbehaviour
Ok, then I assume the problem is that calendar.getTimeInMillis() returns
the timestamp in UTC, and you need it in your lo
Java.sql.Timestamp toReturn;
SimpleDateFormat dateFormatTime("HH:mm");
Calendar cal = new GregorianCalendar();
cal.setTimeInMillis(0);
cal.setTime(dateFormatTime.parse(timeString));
toReturn = new Timestamp(cal.getTimeInMillis());
The point is, that getTimeInMillis() is returning 0 if timeString con
ect: RE: a little bit OT: Calendar misbehaviour
> You can try use the SimpleDateFormat class in java.text to parse the
> time string.
That's what I am doing:
> > Java.sql.Timestamp toReturn;
> > SimpleDateFormat dateFormatTime("HH:mm");
> > Calend
> You can try use the SimpleDateFormat class in java.text to parse the
> time string.
That's what I am doing:
> > Java.sql.Timestamp toReturn;
> > SimpleDateFormat dateFormatTime("HH:mm");
> > Calendar cal = new GregorianCalendar();
> > cal.setTime(da
You can try use the SimpleDateFormat class in java.text to parse the
time string.
-Original Message-
From: Wojciech Ciesielski [mailto:[EMAIL PROTECTED]
Sent: 19 September 2005 15:57
To: 'Struts Users Mailing List'; [EMAIL PROTECTED]
Subject: RE: a little bit OT: Calendar mi
> I try to parse some input from HTML form with
>
> Java.sql.Timestamp toReturn;
> SimpleDateFormat dateFormatTime("HH:mm");
> Calendar cal = new GregorianCalendar();
> cal.setTimeInMillis(0);
> cal.setTime(dateFormatTime.parse(timeString));
> toReturn =
Hi there,
I try to parse some input from HTML form with
Java.sql.Timestamp toReturn;
SimpleDateFormat dateFormatTime("HH:mm");
Calendar cal = new GregorianCalendar();
cal.setTimeInMillis(0);
cal.setTime(dateFormatTime.parse(timeString));
toReturn = new Timestamp(cal.getTimeInMillis
Hi folks. I'm looking for some project about calendars... Does anybody know
about any project?
It isn't popup calendar in order to fill a field.
I have to design and program a module where the user can manage their
dates. this module show users dates by day or week or month.
Some
OOHH! Look here:
http://java-source.net/open-source/groupware
Larry
On 5/4/05, Rafael Taboada <[EMAIL PROTECTED]> wrote:
>
> I mean, i want to make a module where i can track events, like
> outlook in calendar module. No calendar popup.
>
> for example: http://php-cal
I mean, i want to make a module where i can track events, like
outlook in calendar module. No calendar popup.
for example: http://php-calendar.sourceforge.net/php-calendar/
but it is built in php.
it there anything like this but in jsp or javascript???. thanks regards.
--
Rafael Taboada
I use this...
http://www.dynarch.com/projects/calendar/
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 04, 2005 1:23 PM
To: Struts Users Mailing List
Subject: Re: Calendar control
I've used this in the past and it works well. [JavaS
I've used this in the past and it works well. [JavaScript]
http://www.mattkruse.com/javascript/calendarpopup/
HTH,
Glenn
Rafael Taboada <[EMAIL PROTECTED]>
04/05/2005 01:15 PM
Please respond to
"Struts Users Mailing List"
To
Struts List
cc
Subject
Calendar c
Rafael Taboada wrote the following on 5/4/2005 1:15 PM:
Hi folks. I'm designing a module in my site where it has to control dates.
Do you know if there is a project or open source control for this object?
I mean, I need to show a calendar and all dates classified by day or
month or
Hi folks. I'm designing a module in my site where it has to control dates.
Do you know if there is a project or open source control for this object?
I mean, I need to show a calendar and all dates classified by day or
month or year...
Please do u know anything about it?
t
t 20:14, Ruffin, John wrote:
I have a user who wants to display a calendar of events. Click on
event
from the calendar and see details. I just spent a couple hours
googling
with nothing solid.
I want to display a *Tile* with the months Jan - Dec, click a month
and see
a formatted calendar (tab
I have a user who wants to display a calendar of events. Click on event
from the calendar and see details. I just spent a couple hours googling
with nothing solid.
I want to display a *Tile* with the months Jan - Dec, click a month and see
a formatted calendar (table) with events in the
OK, let's backup:
I have a db table with "events". An event has a date or date range. I need
to display a calendar with events.shortDescription in the cell that
correlates with the date on the calendar. When a user clicks on
events.shortDescription - show event details.
I t
There's tons of calendar "controls" on the web. Some are better than
others, some are more cross-browser than others, but there's plenty of
choice. Start by going to dynamicdrive.com, they are always good for dHTML
stuff.
If your looking for a Struts-specific solution,
I have a user who wants to display a calendar of events. Click on the event
from the calendar and see details. I just spent a couple hours googling
with nothing solid.
Here is basically what I want to do:
(1)Present the current month in a calendar format, with a description of
events in the
I have a user who wants to display a calendar of events. Click on the event
from the calendar and see details. I just spent a couple hours googling
with nothing solid.
Here is basically what I want to do:
(1)Present the current month in a calendar format, with a description of
events in the
All,
Use Date to store data and Calendar to manipulate data is the best choice?
What´s the advantage in store data with Calendar insted of Date?
Thanks.
Atenciosamente
Fabrício Garcia Imbrizi
Murah Technologies
11 8275 0199
62 matches
Mail list logo