jsp:include problem

2006-07-16 Thread ragsta
hi, i've got problem passing parameters to subview using the standard jsp:include jsp:param way. what make me crazy is that the same thing work with the RI implementation of jsf. I'm using myfaces 1.1.1... with tomcat 5.5.9 There is some spceial action i've to take with myfaces to do

no working htmlEditor ?

2006-07-16 Thread Wolf Benz
Hi, It's been a few days I've been trying now, helas not with the results I had enviseaged. To go over them: - For the sandbox examples on svn.apache.org: this site is down currently (ViewCVS is down. Sorry, viewcvs is down due to flooding until further notice.) What's the exact path

Re: no working htmlEditor ?

2006-07-16 Thread Matthias Wessendorf
On 7/16/06, Wolf Benz [EMAIL PROTECTED] wrote: Hi, It's been a few days I've been trying now, helas not with the results I had enviseaged. To go over them: - For the sandbox examples on svn.apache.org: this site is down currently (ViewCVS is down. Sorry, viewcvs is down due to flooding until

Re: no working htmlEditor ?

2006-07-16 Thread Wolf Benz
- Tomahawk t:html: in all browsers, t:htmlInput is passing a null value... (which it didn't before, don't know what has changed) have you looked at the Renderer for this ? Maybe it uses old JS stuff for rendering; don't know that. -- Has someone else an idea about this? I think simplica

Re: [ myFaces - Tobago ] - Some instances of IE just don't work

2006-07-16 Thread Bernd Bohmann
Hello John, good point. I have added some extra header for an ajax response. Can you try it with the current nightly build? An other point would be: You have to ensure that you doesn't get any conversion or validation error, too. Can you ensure this? Can you check the issue with the

RE: [ myFaces - Tobago ] - Some instances of IE just don't work

2006-07-16 Thread John
Hi Bernd, What cache specific headers is ajax now spitting out (as of nightly build)? John -Original Message- From: Bernd Bohmann [mailto:[EMAIL PROTECTED] Sent: Sunday, July 16, 2006 1:45 PM To: MyFaces Discussion Subject: Re: [ myFaces - Tobago ] - Some instances of IE just don't

Question

2006-07-16 Thread mojtaba shayegh
Hi,I'm mojtaba shayegh from iran and see your examples about myfaces I'm developing in jsf and myfaces I use the fileupload component ,in your example in site I can write farsi in give it a name text box but when I use it in my system characters change and became unreadable .I think it's aboat my

Re: [ myFaces - Tobago ] - Some instances of IE just don't work

2006-07-16 Thread Bernd Bohmann
Hello John, please look at RequestUtils.ensureNoCacheHeader response.setHeader(Cache-Control, private,no-cache,no-store); response.setHeader(Pragma, no-cache); response.setDateHeader(Expires, 0); response.setDateHeader(max-age, 0); Regards Bernd John schrieb: Hi Bernd, What cache

Re: JSF Performance Problems

2006-07-16 Thread Matthias Wessendorf
can't you upload that file to the wiki ? On 7/16/06, Martin Marinschek [EMAIL PROTECTED] wrote: I hope it works to send them to the list, but here the slides! If it doesn't, kann either Matt or Alexander put 'em up? regards, Martin On 7/14/06, Matthias Wessendorf [EMAIL PROTECTED] wrote:

Re: JSF Performance Problems

2006-07-16 Thread Martin Marinschek
Ok, I thought from screening through this thread there was someone preparing something more than just the slides, so I didn't want to disturb what was going on here ;) regards, Martin On 7/17/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: can't you upload that file to the wiki ? On

Re: JSF Performance Problems

2006-07-16 Thread Matthias Wessendorf
no, I only mentioned that Gerlad and Catalin did the research, so maybe they can help out on bringing that stuff to the wiki :) On 7/16/06, Martin Marinschek [EMAIL PROTECTED] wrote: Ok, I thought from screening through this thread there was someone preparing something more than just the

RE: [ myFaces - Tobago ] - Some instances of IE just don't work

2006-07-16 Thread John
I just pulled the tobago-core-1.0.8-SNAPSHOT.jar from the nightly build, and deployed it within our application. No additional headers are spit out... John -Original Message- From: Bernd Bohmann [mailto:[EMAIL PROTECTED] Sent: Sunday, July 16, 2006 2:28 PM To: MyFaces Discussion

Meeting/Get togethe in San Francisco

2006-07-16 Thread Matthias Wessendorf
Hey, at the ApacheCon Europe I heard from some people that they moved (or about to move) to San Francisco / Bay Area. Or still live here :) Any one interested in a meeting or get-together ? -- Matthias Wessendorf further stuff: blog: http://jroller.com/page/mwessendorf mail:

RE: JSF/Spring integration - managed-property problem

2006-07-16 Thread Dhananjay Prasanna
To clarify, when you resolve it from a jsp page do you do so from within a JSF component? As in: h:outputText value=#{searchManager.someproperty}/ If yes and it works, then this is some problem with the wiring, best addressed by appfuse and the raibleans ;) Otherwise check to see

Re: JSF/Spring integration - managed-property problem

2006-07-16 Thread Wolf Benz
I have this prob too, and I don't use AppFuse. I also use Tomcat 5.5.17I also get NPEs. (@ Spring bean is not injected into JSF bean)I have the same setup: my JSF beans are (to be...) injected with a Spring bean.My web.xml is properly setup. (app part with Spring var resolver, listener, )It's

RE: JSF/Spring integration - managed-property problem

2006-07-16 Thread Dhananjay Prasanna
From: Wolf Benz [mailto:[EMAIL PROTECTED] Sent: Monday, 17 July 2006 2:22 PM To: MyFaces Discussion Subject: Re: JSF/Spring integration - managed-property problem I have this prob too, and I don't use AppFuse. I also use Tomcat 5.5.17 I also get NPEs. (@ Spring bean