• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts layout date (Calendar date picker) problem

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

I'm using layout date to display the date picker and set the 'isRequired' flag to true ( this will trigger the * sign to appear next to the input field). The problem is the * doesn't dissapear if the field is filled by a user. Does any1 have this problem before? any suggestion?
Thanks in advance.

fendy
 
fen fen
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
by the way the code as follows


[ June 11, 2004: Message edited by: fen fen ]
[ June 11, 2004: Message edited by: fen fen ]
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,

Iam new to struts-layout. i have some problem with showing date picker in my jsp. I downloaded the struts-layout.jar and put it inside my WEB-INF/lib. then i copied the config and resource folders and put it inside the root path.

I added the following lines in the jsp. that is
<layout ate property="date" mode="E,E,E"/>
once i got focused the particular jsp, error thrown in the console.
that is some BEAN problem.

what has to be given inside the property attribute.

This is very urgent. If anyone have the answer pls help me.

by

thamizharasu(thamizhinfra@yahoo.com)
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic