[jboss-user] [JBoss Seam] - <s:selectDate> error

juk do-not-reply at jboss.com
Sun Oct 7 03:02:36 EDT 2007


Hello!
I found that i can't use <s:selectDate>.
here's the code

  | <s:decorate id="dateDecoration" template="layout/edit.xhtml">
  |                 <ui:define name="label">date</ui:define>
  |                 <h:inputText id="date" 
  |                            size="16"
  |                        required="true"
  |                           value="#{userHome.instance.date}">                      
  |                      <s:convertDateTime pattern="dd/MM/yyyy"/>
  |                     <a:support event="onblur" reRender="dateDecoration" bypassUpdates="true"/>
  |                 </h:inputText>
  |                 <s:selectDate for="date" startYear="2005" endYear="2013">
  |                      <img src="img/dtpick.gif"/>
  |                 </s:selectDate> 
  |             </s:decorate>
  | 
when i press an image(dtpick) on my page it's show me nothing..
Does any one know how to solve this ?

I'm using Seam 2.0 CR1

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092318#4092318

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092318



More information about the jboss-user mailing list