Java Mailing List Archive

http://www.gg3721.com/

Home » Struts Users Mailing List »

Struts2 Datetimepicker does not set value

Sudheendra.N.Singh

2008-10-15

Replies: Find Java Web Hosting

Author LoginPost Reply

Hi,
I am trying to set date using a datetimepicker component. It works fine as a
standalone but if I have a tabbed panel and use notifyTopics with the submit
button, the date is not being set.

<html>
<head>
<title>Add Property</title>
<link href="<s:url value="/css/main.css"/>" rel="stylesheet"
type="text/css"/>
<s:head theme="ajax" />
</head>
<body>
<s:form method="POST" theme="ajax" >
<s:datetimepicker name="boughtDate" label="Bought On"
displayFormat="dd/MM/yyyy" ></s:datetimepicker>
<s:submit value="Continue" align="center" notifyTopics="continue_topic"
theme="ajax" />
</s:form>
</body>.

Any help would be great.
--
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.