[Trinidad] Trinidad and Glassfish: resource servlet does not work

2009-12-21 Thread Walter Mourão
Hi folks, I'm trying to make an existing Trinidad (1.0.10) application to work in Glassfish (2.1.1). After creating the sun-web.xml with the property useMyFaces=true, the application started to work, but the resources from Trinidad (css, javascript) isn't going to the browser. The urls inside the

Re: [Trinidad] Trinidad and Glassfish: resource servlet does not work

2009-12-21 Thread Matthias Wessendorf
did you check (w/ debugger) that the resource servlet is really executed ? If not, that's likely some container specific issue -M 2009/12/21 Walter Mourão walter.mou...@gmail.com: Hi folks, I'm trying to make an existing Trinidad (1.0.10) application to work in Glassfish (2.1.1). After

Re: how to restrict inputDate to be the 1st date of each month within a range of date

2009-12-21 Thread Jakob Korherr
Hi, Why do you want to select only the 1st day of each month? do you want to select a month with this component? If so, why don't you just use two h:selectOneMenu components, one for the month and one for the year? Regards, Jakob Korherr 2009/12/18 l...@att.net Hi, with the following

Re: how to restrict inputDate to be the 1st date of each month within a range of date

2009-12-21 Thread Maurice Kienenberger
Probably because it's easier to pick using one component than two. Maybe he could try using tr:convertDateTime pattern=-MM/ and see if that will automatically set the day part to 01 no matter which day is picked. If he wanted something different, another option is an h:selectOneMenu

Re: how to restrict inputDate to be the 1st date of each month within a range of date

2009-12-21 Thread Richard Yee
If you are going to limit the date selection to the first day of the month within a date range, you are probably better off just to use a selectOneChoice with a selectItem for each month that is within the date range. The inputDate does not provide much benefit here since there is only one