سؤال

How can I create a form with a date field using taglib of Struts 1.3?

I want to simulate the type = "date" of HTML5 to insert a born date of a user.

هل كانت مفيدة؟

المحلول

I don't think there is any "date" struts tag.

You just have to use <html:text> and convert them to dates.

Link to Struts html tag docs

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top