Re: Struts 2 Tree widget

2010-07-16 Thread john . varghese

Hi JohannesThanks for your reply. Isn't  Dojo plugin deprecated. So, I am 
thinking to go ahead and render the tree using a JQuery plugin.


Regards,

John


-Original Message-
From: "Johannes Geppert" 
Sent: Friday, July 16, 2010 4:05am
To: user@struts.apache.org
Subject: Re: Struts 2 Tree widget


yes the Struts Tree Tag is Dojo based so you need
to include the dojo header.

for the  http://code.google.com/p/struts2-jquery struts2 jquery plugin  is
currently no tree tag available.
But Contributes are always welcome. :-)

Best Regards

Johannes Geppert


john.varghese wrote:
>
> Good morning friends...I have a requirement to implement a Tree component
> on the UI. I am wondering if I should go with the Struts 2 Tree tag or
> render the tree using  some Jquery plugin. Any advice is appreciated.
>
> Is the Struts Tree Tag Dojo based?
>
>
> Regards,
>
> John[http://www.smartonline.com/]
>
> Note: The information contained in this email is privileged and
> confidential information intended for the use of the addressee. If the
> reader of this email is not the intended recipient, or the employee or
> agent thereof, you are hereby notified that any dissemination,
> distribution, or copying of this communication is strictly prohibited. If
> you received this email in error, please immediately notify the sender
> listed above and destroy this message
>


-
---
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep

--
View this message in context: 
http://old.nabble.com/Struts-2-Tree-widget-tp29172755p29181113.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Note: The information contained in this email is privileged and confidential 
information intended for the use of the addressee. If the reader of this email 
is not the intended recipient, or the employee or agent thereof, you are hereby 
notified that any dissemination, distribution, or copying of this communication 
is strictly prohibited. If you received this email in error, please immediately 
notify the sender listed above and destroy this message

Struts 2 Tree widget

2010-07-15 Thread john . varghese
Good morning friends...I have a requirement to implement a Tree component on 
the UI. I am wondering if I should go with the Struts 2 Tree tag or render the 
tree using  some Jquery plugin. Any advice is appreciated.

Is the Struts Tree Tag Dojo based?


Regards,

John[http://www.smartonline.com/]

Note: The information contained in this email is privileged and confidential 
information intended for the use of the addressee. If the reader of this email 
is not the intended recipient, or the employee or agent thereof, you are hereby 
notified that any dissemination, distribution, or copying of this communication 
is strictly prohibited. If you received this email in error, please immediately 
notify the sender listed above and destroy this message

RE: Struts time picker does not render in IE7/IE8

2010-06-29 Thread john . varghese
Hi friendsany suggesstions?

Regards
John

-Original Message-
From: john.vargh...@smartonline.com
Sent: Monday, June 28, 2010 12:41pm
To: user@struts.apache.org
Subject: Struts time picker does not render ihn IE7/IE8

Hi All,

I am using struts version 2.1.8.1 and below is a test code to render DOJO time 
picker


<%@ taglib prefix="s" uri="/struts-tags"%>
<%@ taglib prefix="sx" uri="/struts-dojo-tags"%>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
http://www.w3.org/TR/html4/loose.dtd";>


Insert title here





Time 






However, the time picker is not rendered only on IE 7/8 and I can see the 
following in debug log. Please note that the date picker renders without any 
issues
DEBUG:  dojo.widget.Parse: error: [Error: Invalid argument.]

Please help.

Regards,
John[http://www.smartonline.com/]

Note: The information contained in this email is privileged and confidential 
information intended for the use of the addressee. If the reader of this email 
is not the intended recipient, or the employee or agent thereof, you are hereby 
notified that any dissemination, distribution, or copying of this communication 
is strictly prohibited. If you received this email in error, please immediately 
notify the sender listed above and destroy this message

Struts time picker does not render ihn IE7/IE8

2010-06-28 Thread john . varghese
Hi All,

I am using struts version 2.1.8.1 and below is a test code to render DOJO time 
picker


<%@ taglib prefix="s" uri="/struts-tags"%>
<%@ taglib prefix="sx" uri="/struts-dojo-tags"%>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
http://www.w3.org/TR/html4/loose.dtd";>


Insert title here





Time 






However, the time picker is not rendered only on IE 7/8 and I can see the 
following in debug log. Please note that the date picker renders without any 
issues
DEBUG:  dojo.widget.Parse: error: [Error: Invalid argument.]

Please help.

Regards,
John[http://www.smartonline.com/]

Note: The information contained in this email is privileged and confidential 
information intended for the use of the addressee. If the reader of this email 
is not the intended recipient, or the employee or agent thereof, you are hereby 
notified that any dissemination, distribution, or copying of this communication 
is strictly prohibited. If you received this email in error, please immediately 
notify the sender listed above and destroy this message

Validating mutltiple uploads in a single action

2010-06-23 Thread john . varghese
Hi,
 I have two file fields in my Action, one is an Image and one is a 
document. Is there a way I can use the allowedTypes filter to specify  the 
valid content types specific to each type of field in the same action

Thanks in advance.

Regards,


JOHN VARGHESE
Sr. Developer

Smart Online
4505 EmperorBoulevard, Suite 320, Durham, NC 27703
T (919) 237 4172F (919) 237 4259[http://www.smartonline.com/] 
www.smartonline.com

Note: The information contained in this email is privileged and confidential 
information intended for the use of the addressee. If the reader of this email 
is not the intended recipient, or the employee or agent thereof, you are hereby 
notified that any dissemination, distribution, or copying of this communication 
is strictly prohibited. If you received this email in error, please immediately 
notify the sender listed above and destroy this message

RE: Struts timepicker

2010-06-21 Thread john . varghese
Good morning friendsIs  there a way to achieve the below mentioned 
functionality?

-Original Message-
From: john.vargh...@smartonline.com
Sent: Friday, June 18, 2010 2:28pm
To: user@struts.apache.org
Subject: Strust timepicker


The current  Struts dojo timepicker closes when the User selects any time 
component. Is there a way for the component to remain open until the User has 
selected hour, minute and AM/PM


Regards,

[http://www.smartonline.com/] John Varghese

Note: The information contained in this email is privileged and confidential 
information intended for the use of the addressee. If the reader of this email 
is not the intended recipient, or the employee or agent thereof, you are hereby 
notified that any dissemination, distribution, or copying of this communication 
is strictly prohibited. If you received this email in error, please immediately 
notify the sender listed above and destroy this message

Strust timepicker

2010-06-18 Thread john . varghese

The current  Struts dojo timepicker closes when the User selects any time 
component. Is there a way for the component to remain open until the User has 
selected hour, minute and AM/PM


Regards,

[http://www.smartonline.com/] John Varghese

Note: The information contained in this email is privileged and confidential 
information intended for the use of the addressee. If the reader of this email 
is not the intended recipient, or the employee or agent thereof, you are hereby 
notified that any dissemination, distribution, or copying of this communication 
is strictly prohibited. If you received this email in error, please immediately 
notify the sender listed above and destroy this message