User Activity

  • Modified a comment on discussion Help (English) on OpenXava

    Dear All, I have a problem with Thai (Buddhist) locale as below. - I am using OX 5.6.1 - The problem I found was OX didn't displayed year for field with data type Timestamp properly. - Later I found that date format passed through function javascript:showCalendar() was somewhat strange --> "%m/%e/%m8 %l:%M %p" - So I checked in method Dates.dateTimeFormatForJSCalendar() and found that year 1971 was hard-coded - Since my case Calendar.getInstance() would return with BuddhistCalendar implementation,...

  • Modified a comment on discussion Help (English) on OpenXava

    Dear All, I have a problem with Thai (Buddhist) locale as below. - I am using OX 5.6.1 - The problem I found was OX didn't displayed year for field with data type Timestamp properly. - Later I found that date format passed through function javascript:showCalendar() was somewhat strange --> "%m/%e/%m8 %l:%M %p" - So I checked in method Dates.dateTimeFormatForJSCalendar() and found that year 1971 was hard-coded - Since my case Calendar.getInstance() would return with BuddhistCalendar implementation,...

  • Modified a comment on discussion Help (English) on OpenXava

    Hi, I have an entity called Proposal and in this entity there's a property of a collection of embeddable class called ProposalDet as below @ListProperties("prefix,value,suffix,mandatory,hidden,readOnly,inputName") @ElementCollection(fetch=FetchType.EAGER) private List<ProposalDet> details; I would like to know how to hide header of this ProposalDet on UI (i.e., "Prefix", "Value", "Suffix", ...), please. The reason is to simplify the screen as well as shorten screen height as there a lot more information...

  • Modified a comment on discussion Help (English) on OpenXava

    Hi, I have an entity called Proposal and in this entity there's a property of a collection of embeddable class called ProposalDet as below @ListProperties("prefix,value,suffix,mandatory,hidden,readOnly,inputName") @ElementCollection(fetch=FetchType.EAGER) private List<ProposalDet> details; I would like to know how to hide header of this ProposalDet on UI (i.e., "Prefix", "Value", "Suffix", ...), please. The reason is to simplify the screen as well as shorten screen height as there a lot more information...

  • Posted a comment on discussion Help (English) on OpenXava

    Hi, I have an entity call Proposal and in this entity there's a property of a collection of embeddable class called ProposalDet as below @ListProperties("prefix,value,suffix,mandatory,hidden,readOnly,inputName") @ElementCollection(fetch=FetchType.EAGER) private List<ProposalDet> details; I would like to know how to hide header of this ProposalDet on UI (i.e., "Prefix", "Value", "Suffix", ...), please. The reason is to simplify the screen as well as shorten screen height as there a lot more information...

  • Posted a comment on discussion Help (English) on OpenXava

    FYI - My temporary workaround is Locale.setDefault(Locale.ENGLISH);

  • Posted a comment on discussion Help (English) on OpenXava

    Have you tried this -- Locale.setDefault(new Locale("en", "IN")); ? You might want to put it anywhere that will be executed first e.g., index.jsp. I am not sure if it's going to be working for you but it worked in my case for Thai locale.

  • Posted a comment on discussion Help (English) on OpenXava

    Dear All, I have a problem with Thai (Buddhist) locale as below. - I am using OX 5.6.1 - The problem I found was OX didn't displayed year for field with data type Timestamp properly. - Later I found that date format passed through function javascript:showCalendar() was somewhat strange --> "%m/%e/%m8 %l:%M %p" - So I checked in method Dates.dateTimeFormatForJSCalendar() and found that year 1971 was hard-coded - Since my case Calendar.getInstance() would return with BuddhistCalendar implementation,...

View All

Personal Data

Username:
polymorphysm
Joined:
2011-10-13 03:55:18

Projects

This is a list of open source software projects that Thongchai Sukosi is associated with:

  • beanservices An abstract layer for decoupling services from the rest of application Last Updated:
  • dbtrans Java library for transfering data from one table to another Last Updated:
  • Project Logo shiraim Framework that provides abstract structure for developing java server Last Updated:
  • sysgate Framework that provides single signon to group of applications Last Updated:
  • trifling API that contains collection of some miscellaneous useful classes Last Updated:

Personal Tools

MongoDB Logo MongoDB