Re: Struts2-dojo tag Calendar not working with simple theme

2013-01-29 Thread Lukasz Lenart
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

Struts2-dojo tag Calendar not working with simple theme

2013-01-28 Thread gauravk
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

RE: S2 - sx:datetimspicker calendar background color

2010-03-22 Thread Martin Gainty
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

S2 - sx:datetimspicker calendar background color

2010-03-22 Thread Helen Shen
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

Re: Dijit Calendar usage in Struts 1.3

2008-12-30 Thread Ilan
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

Re: Dijit Calendar usage in Struts 1.3

2008-12-28 Thread Frank W. Zammetti
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

Re: Dijit Calendar usage in Struts 1.3

2008-12-28 Thread Ilan
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 >> >

Dijit Calendar usage in Struts 1.3

2008-12-28 Thread Ilan
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

Re: Info about Calendar with Struts 1.x

2007-08-29 Thread Paul Benedict
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. &

Info about Calendar with Struts 1.x

2007-08-29 Thread john lee
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.

Re: [S2] Error datetimepicker when erase input and click again calendar

2007-08-06 Thread mleneveut
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

Re: [S2] Error datetimepicker when erase input and click again calendar

2007-08-06 Thread MLENEVEUT
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

Re: [S2] Error datetimepicker when erase input and click again calendar

2007-08-06 Thread Musachy Barroso
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.

[S2] Error datetimepicker when erase input and click again calendar

2007-08-06 Thread mleneveut
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

Re: S2: YUI plugin and yahoo calendar

2007-07-10 Thread Musachy Barroso
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

S2: YUI plugin and yahoo calendar

2007-07-10 Thread Scott Nesbitt
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

Re: [S2] Adding Calendar function to a form.

2007-04-11 Thread cilquirm
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

RE: [S2] Adding Calendar function to a form.

2007-04-11 Thread Fogleson, Allen
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

Re: [S2] Adding Calendar function to a form.

2007-04-11 Thread Skip Hollowell
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

Re: [S2] Adding Calendar function to a form.

2007-04-11 Thread Skip Hollowell
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

RE: [S2] Adding Calendar function to a form.

2007-04-11 Thread Fogleson, Allen
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

Re: [S2] Adding Calendar function to a form.

2007-04-11 Thread Dave Newton
--- 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

Re: [S2] Adding Calendar function to a form.

2007-04-11 Thread Skip Hollowell
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

Re: [S2] Adding Calendar function to a form.

2007-04-11 Thread Skip Hollowell
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

Re: [S2] Adding Calendar function to a form.

2007-04-10 Thread cilquirm
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

[S2] Adding Calendar function to a form.

2007-04-10 Thread Skip Hollowell
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

[OT] Taglib for rendering a calendar

2006-06-12 Thread C. Grobmeier
-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

Re: Struts Calendar Component

2006-03-25 Thread Lixin Chu
this might be of interest. very easy to integrate into your application: http://www.dynarch.com/projects/calendar/ HTMLArea is also something cool.

Re: Struts Calendar Component

2006-03-15 Thread Frank W. Zammetti
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

Struts Calendar Component

2006-03-15 Thread bib_lucene bib
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

Re: need help in tomhawk calendar

2006-01-13 Thread Alexandre Poitras
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

need help in tomhawk calendar

2006-01-12 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
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

Re: need Calendar in JSF

2006-01-12 Thread Werner Punz
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? >> >>

Re: need Calendar in JSF

2006-01-12 Thread Alexandre Poitras
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

Re: need Calendar in JSF

2006-01-12 Thread Rahul Akolkar
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. >

need Calendar in JSF

2006-01-12 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
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

Re: Calendar Project

2006-01-11 Thread Werner Punz
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

RE: Calendar Project

2006-01-07 Thread Jim Douglas
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 &

Calendar Project

2006-01-06 Thread Rafael Taboada
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"

Re: [OT] Calendar/date control?

2005-11-03 Thread Laurie Harper
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

[OT] Calendar/date control?

2005-11-03 Thread Scott Vickery
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

Re: a little bit OT: Calendar misbehaviour

2005-09-19 Thread Martin Gainty
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

Re: a little bit OT: Calendar misbehaviour

2005-09-19 Thread Jason Lea
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

RE: a little bit OT: Calendar misbehaviour

2005-09-19 Thread Holshausen, Ron
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

RE: a little bit OT: Calendar misbehaviour

2005-09-19 Thread Wojciech Ciesielski
> 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

RE: a little bit OT: Calendar misbehaviour

2005-09-19 Thread Holshausen, Ron
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

RE: a little bit OT: Calendar misbehaviour

2005-09-19 Thread Wojciech Ciesielski
> 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 =

a little bit OT: Calendar misbehaviour

2005-09-19 Thread Wojciech Ciesielski
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

Calendar

2005-07-01 Thread Rafael Taboada
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

Re: Calendar control

2005-05-04 Thread Larry Meadors
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

Re: Calendar control

2005-05-04 Thread Rafael Taboada
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

RE: Calendar control

2005-05-04 Thread Folashade Adeyosoye
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

Re: Calendar control

2005-05-04 Thread gdeschen
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

Re: Calendar control

2005-05-04 Thread Rick Reumann
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

Calendar control

2005-05-04 Thread Rafael Taboada
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

Re: [OT] Calendar How-to

2004-07-03 Thread Mark Lowe
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

[OT] Calendar How-to

2004-07-02 Thread Ruffin, John
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

RE: [OT] Tiles Calendar How-to

2004-07-02 Thread Ruffin, John
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

RE: [OT] Tiles Calendar How-to

2004-07-02 Thread Frank Zammetti
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,

RE: [OT] Tiles Calendar How-to

2004-07-02 Thread Ruffin, John
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

RE: [OT] Tiles Calendar How-to

2004-07-02 Thread Ruffin, John
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

Use Date or Calendar (GregorianCalendar) to store information?

2004-06-03 Thread Fabrício Garcia Imbrizi
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