pprPanelGroup with a4j:mediaOutput

2007-02-03 Thread muraali
All, Has anybody used ppr with a a4j:mediaOutput? We are tyring to show the dynamic image created using JFreeChart. I could see that request is being sent for the given time period, but the mediaOutput entry function is not getting called. -muraali -- View this message in context:

Re: [Tobago] Problem with JSTL

2007-02-03 Thread madan chowdary
hi all, I resolved the problem by placing standards.jar and jstl.jar in my lib and was able to use JSTL core tag. But was facing a issue when using conditional checking in my JSP. a part of my JSP looks like this tc:cell c:choose c:when test=${requestScope.checkout.shipToLookup}

Re: [Tobago] Problem with JSTL

2007-02-03 Thread Bernd Bohmann
Hello Madan, why you choose jstl? jstl and jsf doesn't work very well together. Please try a web search. Why you don't use this tc:out value=#{somemangedbean.shipToLookup}/ Regards Bernd madan chowdary wrote: hi all, I resolved the problem by placing standards.jar and jstl.jar in my lib

Re: [Tobago] Problem with JSTL

2007-02-03 Thread madan chowdary
Hi bred, ya i did a couple of search on web but didn't find anything that would be useful when doing some kind of conditional checking in JSP code which using Tobago. The tc:out/ is placed just for debugging . The actual case is to display different components for different conditions. say

Re: [Tobago] Problem with JSTL

2007-02-03 Thread Bernd Bohmann
Hello Madan, you can use the rendered attribute tc:in rendered=#{somemangedbean.shipToLookup} / tc:selectOneChoice rendered=#{!somemangedbean.shipToLookup} / Bernd madan chowdary wrote: Hi bred, ya i did a couple of search on web but didn't find anything that would be useful when doing

Please test the current snapshot of tobago 1.0.10

2007-02-03 Thread Bernd Bohmann
Hello, I would like to release the 1.0.10 version during the next week. I ask everbody to test the current snapshot, please. Regards Bernd

Re: [Tobago] Problem with JSTL

2007-02-03 Thread madan chowdary
ya bernd, thnx for the reply... its working fine now. I got one more doubt regarding tx:selectOneChoice/ . There are two list boxes, one of the list box depends on other. Say if i select car, the second list box should display list of cars available. if i select bike, the second list box

Re: [Tobago] Problem with JSTL

2007-02-03 Thread Bernd Bohmann
Hello Madan, use the f:facet name=change tc:command / /f:facet for selectOneChoice a working example you can find at: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/selectOneChoice.jsp?revision=496963view=markup Bernd

Re: [Tobago] Problem with JSTL

2007-02-03 Thread madan chowdary
hi Bernd, thnx for ur patience for replying my queries, but i am not experienced but trying to grasp the tech. saw the example that u specified. but was bit confused seeing that. i placed the command f:facet name=change tc:command / /f:facet in the first tx:selectOneChoice/. when i

RE: /faces/* servlet mapping and welcome files

2007-02-03 Thread Giampaolo Tomassoni
From: Jeff Bischoff [mailto:[EMAIL PROTECTED] Hey guys, quick question: Does anyone have welcome files working successfully with the /faces/* servlet mapping? I previously used a *.faces extension mapping, and had welcome files working with a dummy index.faces file. But now I am

Re: [Tobago] Problem with JSTL

2007-02-03 Thread madan chowdary
was getting this error in the log 18:41:22,250 INFO [STDOUT] 18:41:22,250 DEBUG [CheckoutController] 18:41:22,265 INFO [STDOUT] 18:41:22,265 DEBUG [CheckoutController] Checkout Con troller Instance Created 18:41:22,265 INFO [STDOUT] 18:41:22,265 DEBUG [CheckoutController]

[ Tobago ] Help regarding valueChangelistener

2007-02-03 Thread madan chowdary
Hi all, i am using valueChangeListener with tx:selectOneChoice/. this part of code f:facet name=change tc:command immediate=true/ /f:facet is used to submit the page when a item is the listbox selected which alters another tx:selectOneChoice/ component. the JSP code snippet is

Re: How to configure tomahawk tree2 component

2007-02-03 Thread Jay Balunas
You should not run mixed JSF-RI and myfaces in the same app. The main thing I see is alot of jar files that are mixed versions and implementations (myfaces-impl-1.1.3.jar, jsf-impl.jar,myfaces-api-1.1.4.jar) This could cause a lot of problems. Also I have had issues getting adf-faces, tomahawk,