Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
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:
Tim Cooke
Campbell Ritchie
Ron McLeod
Junilu Lacar
Liutauras Vilda
Sheriffs:
Paul Clapham
Jeanne Boyarsky
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Piet Souris
Carey Brown
Bartenders:
Jesse Duncan
Frits Walraven
Mikalai Zaikin
Forum:
Struts
<s:datetimepicker > is not working in mozila
pankaj semwal
Ranch Hand
Posts: 303
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I am using <s:datetimepicker > tag to pick the date.But when i am doing system.out.println(allocation.getSDate()); .Its prints
value when i used Internet explorer .But when i use Mozial its show null value.
Can any body tell me why this happeing.
In
jsp
i did like this
<s:datetimepicker tooltip="Select Your Birthday" name="allocation.sDate" />
my VO class
public class Allocation { private String sDate; .. .. ...
in Action
public String allocateWrok() { System.out.println("==="+allocation.getSDate()); . . . }
pie. tiny ad:
Building a Better World in your Backyard by Paul Wheaton and Shawn Klassen-Koop
https://coderanch.com/wiki/718759/books/Building-World-Backyard-Paul-Wheaton
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Tiles problem
DatetimePicker problem in struts2
Issue in using the DatabaseServerLoginModule for encrypting the password using MD5
Struts2 Datetime Picker focus is not set using javascript
Problem with setProperty
More...