if you publish the topic and then the listen will listen for the published topic

There are some good examples located here
http://struts.apache.org/2.0.11.2/docs/struts-2-spring-2-jpa-ajax.html

Martin 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Date: Wed, 15 Oct 2008 04:04:55 -0700
> From: [EMAIL PROTECTED]
> To: user@struts.apache.org
> Subject: Struts2 Datetimepicker does not set value
> 
> 
> 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.
> -- 
> View this message in context: 
> http://www.nabble.com/Struts2-Datetimepicker-does-not-set-value-tp19991293p19991293.html
> Sent from the Struts - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

_________________________________________________________________
Get more out of the Web. Learn 10 hidden secrets of Windows Live.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008

Reply via email to