[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: nothing is displayed when formatting with a pattern of

2007-11-30 Thread meurisse
I messed up my tests :-(
More testing showed that the problem is not related to tomcat. I reposted to 
the right forum (I hope). 
Sorry for the trouble! (But nobody seems to bother about this topic anyway)
see http://www.jboss.com/index.html?module=bbop=viewtopicp=4109341


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4109346#4109346

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109346
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to set uploadRepositoryPath relative to jboss workin

2007-11-27 Thread meurisse
I'm struggling with the same problem.

param-value/tmp//param-value seemed to work. I thought that this was 
JBOSS_HOME/server/lt;instancegt;/tmp/, but nothing was written there. I saw 
later that UploadedFileDefaultMemoryImpl is used. 

Anyway, it doesn't work on all systems...

Did you find a good configuration?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4108149#4108149

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108149
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: nothing is displayed when formatting with a pattern of

2007-11-16 Thread meurisse
I forgot to mention that the _pattern property of 
javax.faces.convert.DateTimeConverter is an empty string, hence getAsString()  
which returns prepareDateFormat().format(value) returns an empty string.
This is because of prepareDateFormat() returning new SimpleDateFormat(_pattern, 
getLocale()).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4105365#4105365

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105365
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - nothing is displayed when formatting with a pattern of f:co

2007-11-15 Thread meurisse
h:outputText displays nothing when the output is formatted using 
f:convertDateTime



  | h:outputText id=testTimeFormatting value=#{someBean.someDate}
  | f:convertDateTime pattern=HH:mm:ss/
  | /h:outputText
  | 

The webapp runs (inside an ear) on jboss 4.2.1.GA using:

myfaces 1.1.5
tomahawk 1.1.6
richfaces 3.1.2.GA
facelets 1.1.13

A similar test on tomcat 5.5.25 using the same jsf libraries displays the time 
as expected.

Thanks for any suggestion,

Joel

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4105167#4105167

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105167
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user