Re: [announcement] JTK: An Ajax JSF Component Development Framework

2007-10-31 Thread Matthias Wessendorf
Hi, did a quick look and found these two statements: -Apache Trinidad requires that the developer create the tag library file and a renderer. = you write meta-data and a renderer. The meta-data is used to *generate* TLD/the components. Metadata is also useful for tools. -Components developed

Re: Locking a webapp against parallel using

2007-10-31 Thread Simon Kitching
[AARGH- I hate top-posting!] oops..when I wrote pessimistic locking, I meant optimistic locking..sorry. Mike, I'm curious about this full attribute optimistic locking you mention. I know only JPA/hibernate's version that you don't seem so keen on. In that case, just a version field is

Re: [tobago] tree fills node id with null

2007-10-31 Thread Zied Hamdi
So, the error was due to the snippet: c:if test =#{not empty ajaxScope} tc:attribute name =renderedPartially value =:page:mainInfoTabPanel / the id :page:mainInfoTabPanel (that is itself a

Perfomance Testing with Jmeter

2007-10-31 Thread Angel Miralles Arevalo
Hi everyone, anybody who made Jmeter testing with success? I have read about it in wiki, all seem to be all right but when I try to launch 15 threads jboss get down...When it begins to execute I get the following messages: 09:24:40,033 INFO [RedirectTrackerManager] No context init parameter

[Tomahawk Trinidad] Tomahawk's jsCookMenu seems to malfunction with Trinidad's PPR

2007-10-31 Thread Francisco Passos
Good morning to all. I've come to realize the following in an application using t:jsCookMenu and Trinidad's PPR. The menu always works properly, except if the last interaction with the web app was a PPR request. In this case, selecting an option from the menu does not send the user where

Re: inputSuggestAjax ignoring maxSuggestedItems

2007-10-31 Thread Gerald Müllan
Hi, have a look at the next nightly build, it should work now. cheers - Gerald On 10/22/07, BinaryMechanic [EMAIL PROTECTED] wrote: Hi, I'm trying to use the inputSuggestAjax control in sandbox snapshot 1.1.7. The control is working fine, except that it's ignoring the maxSuggestedItems

RE: [Trinidad] Redirect Logging to log4j

2007-10-31 Thread Kuhn, Harald
Hi to all, I 've enhanced this class a little. ResourceBundles and Formatted Messages are handeled correctly, now. Please feel free to publish this version on the wiki. Kind regards Harald ** Harald Kuhn AirPlus International Business Information

Re: [Tomahawk Trinidad] Tomahawk's jsCookMenu seems to malfunction with Trinidad's PPR

2007-10-31 Thread alvaro tovar
yes, i solved this, using 2 form one for the jscookmenu and other for the page On 10/31/07, Francisco Passos [EMAIL PROTECTED] wrote: Good morning to all. I've come to realize the following in an application using t:jsCookMenu and Trinidad's PPR. The menu always works properly, except if

RE: [Trinidad] Component renderer cannot be found in portal context

2007-10-31 Thread Lorin Schoop
Hi guys Do you have any clue on this case? Any help / idea might be helpful! As Trinidad claims to be JSR-168 compliant, I expect the flaw to be in my configuration files.. Has anyone got a working example of Trinidad running in a portlet? In the meantime I tried a few more things: - Adding a

Re: Locking a webapp against parallel using

2007-10-31 Thread Mike Kienenberger
On 10/31/07, Simon Kitching [EMAIL PROTECTED] wrote: [AARGH- I hate top-posting!] I know you hate top-posting, but I like it :-) oops..when I wrote pessimistic locking, I meant optimistic locking..sorry. Mike, I'm curious about this full attribute optimistic locking you mention. I know

Re: Locking a webapp against parallel using

2007-10-31 Thread Mario Ivankovits
Hi! Is it possible to describe full attribute optimistic locking in a couple of sentences, or should I look at the cayenne docs? (A quick google didn't show anything obviously related..) Sure. Instead of creating and locking on a special version field, lock on all fields (or all

Re: [Tomahawk Trinidad] Tomahawk's jsCookMenu seems to malfunction with Trinidad's PPR

2007-10-31 Thread Francisco Passos
Hello Alvaro, thanks for your hint. Could you please post a copy of the xhtml you use for an example page? I've tried placing jscookmenu within a form and the remainder of the page on a different form, but the problem persists. Thank you, Francisco On 10/31/07, alvaro tovar [EMAIL PROTECTED]

[OT] Re: Locking a webapp against parallel using

2007-10-31 Thread Mike Kienenberger
On 10/31/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Is it possible to describe full attribute optimistic locking in a couple of sentences, or should I look at the cayenne docs? (A quick google didn't show anything obviously related..) Sure. Instead of creating and locking

Re: [announcement] JTK: An Ajax JSF Component Development Framework

2007-10-31 Thread Matthias Wessendorf
On 10/31/07, noah [EMAIL PROTECTED] wrote: On 10/31/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, did a quick look and found these two statements: -Apache Trinidad requires that the developer create the tag library file and a renderer. = you write meta-data and a renderer.

Re: [OT] Re: Locking a webapp against parallel using

2007-10-31 Thread Mario Ivankovits
Mike Kienenberger schrieb: Beware, (especially with the or all that are important thing) this might allow to become your entity out of sync. Means, your entity is a mixture of Well, we're getting a bit off topic, but there's nothing to beware of here. If you lock on all columns which

Re: Partial submit is not working on Weblogic 10

2007-10-31 Thread slb
I am experiencing a similiar issue. What did you mean by enabling jstl 1.2? I worked out that you need to enable the jstl 1.2 shared library in Weblogic 10 as it is not enabled by default. -- View this message in context:

Re: [Tomahawk Trinidad] Tomahawk's jsCookMenu seems to malfunction with Trinidad's PPR

2007-10-31 Thread alvaro tovar
also the id of the form is jscook_action look my page %@ page contentType=text/html;charset=ISO-8859-1 language=java % %@ taglib uri=http://java.sun.com/jsf/html; prefix=h % %@ taglib uri=http://java.sun.com/jsf/core; prefix=f% %@ taglib uri=http://myfaces.apache.org/tomahawk; prefix=t% %@ taglib

Re: [announcement] JTK: An Ajax JSF Component Development Framework

2007-10-31 Thread Adam Winer
On 10/31/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: On 10/31/07, noah [EMAIL PROTECTED] wrote: On 10/31/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, did a quick look and found these two statements: -Apache Trinidad requires that the developer create the tag library

[Trinidad] tr:inputDate showing a calendar as a popup

2007-10-31 Thread Renzo Tomaselli
Hi, subject says all. Is that possible to have it as a popup instead of a dialog ? Or if not - just to exclude it and use a separate (popup) calendar component ? Thanks -- Renzo

Re: [announcement] JTK: An Ajax JSF Component Development Framework

2007-10-31 Thread noah
On 10/31/07, Adam Winer [EMAIL PROTECTED] wrote: On 10/31/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: On 10/31/07, noah [EMAIL PROTECTED] wrote: On 10/31/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, did a quick look and found these two statements: -Apache

Re: Partial submit is not working on Weblogic 10

2007-10-31 Thread mjdenham
Weblogic 10 does not come with jstl enabled by default. Here is a link which describes the process: http://edocs.bea.com/wls/docs100/webapp/configurejsfandjtsl.html Unfortunately I had other problems after this one and reverted to Jsf RI 1.2 and RichFaces. Kind regards Martin slb wrote:

Panel Tabbed Pane

2007-10-31 Thread Hasnain Badami
HI I am trying to use the panel tabbed pane with server side tab switching. I am using myfaces 1.1.6 Snapshot and tomahawak 1.1.7. Consider the following code snippet portfolioDetailUI backing bean is in request scope. t:panelTabbedPane styleClass=levelOneTabbedPane width=100% bgcolor=#CC

Re: [Tomahawk Trinidad] Tomahawk's jsCookMenu seems to malfunction with Trinidad's PPR

2007-10-31 Thread Francisco Passos
Thank you Alvaro. I can't get it to work though. What version of Tomahawk are you using? And are you using Sun RI or Myfaces? Thank you, Francisco On 10/31/07, alvaro tovar [EMAIL PROTECTED] wrote: also the id of the form is jscook_action look my page %@ page

Back button and reload problem

2007-10-31 Thread Sertic Mirko, Bedag
Hi I've got a question regarding the browser back button, and the reload button. The situation is: - client state saving - a page with a command link - the command link invokes an action, and navigates to another page So, in the following scenario show the page click the command link the

[Trinidad] tr:chart doesn't work inside tr:iterator?

2007-10-31 Thread Dan Potter
Hello, I have a tr:iterator iterating over an arrayList of charts in my backing bean. The chart variable returned is null though, causing errors in the tr:chart tag. I've checked the arrayList of charts on the backing bean side and they are not null. Am I missing something or do charts not work

Re: [Trinidad] PPR table header facet

2007-10-31 Thread max.starets
Paul, This bug has been fixed: https://issues.apache.org/jira/browse/TRINIDAD-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel Regards, Max Starets Paul Mander wrote: setting the partial triggers to mytable:myselection works fine. Not sure about ::mytable:myselection

Re: [Trinidad]: multiline table rows tr:table with nested tr:column - Tags

2007-10-31 Thread max.starets
Harald, Have you tried using non-nested columns and rendering a break (br) between the lines? Column component can contain several indexed children. Note that nesting columns makes sense only if you want to group columns in the header. Regards, Max Satrets Kuhn, Harald wrote: Hi, we

Re: [Trinidad] tr:chart doesn't work inside tr:iterator?

2007-10-31 Thread Andrew Robinson
try the t:dataList and report the findings, ppl have found it to be less buggy. On Oct 31, 2007 12:16 PM, Dan Potter [EMAIL PROTECTED] wrote: Hello, I have a tr:iterator iterating over an arrayList of charts in my backing bean. The chart variable returned is null though, causing errors in the

Re: [Trinidad] Redirect Logging to log4j

2007-10-31 Thread Stephen Friedrich
A more elegant way is to make the nested class a top-level class and throw away the rest. You can then put this into your logging.properties to always enable the redirection: handlers = org.apache.wiki.JDKLogHandler org.apache.wiki.JDKLogHandler = ALL BTW: These lines are completely

Re: [Trinidad] Component renderer cannot be found in portal context

2007-10-31 Thread Scott O'Bryan
Lorin, Trinidad should be JSR-301 compliant although to be frank, the Bridge is brand spaking new so there might well be issues. What bridge are you trying to run Trinidad with? If it's anything OTHER then the new MyFaces portlet-bridge source, I really doubt it will work. For this

RE: [Trinidad] Component renderer cannot be found in portal context

2007-10-31 Thread Lorin Schoop
Hi Scott. Thanks for your reply. I currently use this bridge : org.apache.portals.bridges.jsf.FacesPortlet. Do you think I should give it a try with org.apache.myfaces.portlet.MyFacesGenericPortlet? I found this on the myfaces wiki.. http://wiki.apache.org/myfaces/CreatingJSFPortlets Cheers

Re: [Tomahawk Trinidad] Tomahawk's jsCookMenu seems to malfunction with Trinidad's PPR

2007-10-31 Thread alvaro tovar
i use myfaces 1.6, tomahawk 1.6 On 10/31/07, Francisco Passos [EMAIL PROTECTED] wrote: Thank you Alvaro. I can't get it to work though. What version of Tomahawk are you using? And are you using Sun RI or Myfaces? Thank you, Francisco On 10/31/07, alvaro tovar [EMAIL PROTECTED] wrote:

Re: [Trinidad] Component renderer cannot be found in portal context

2007-10-31 Thread Scott O'Bryan
Naa. That's the old MyFaces bridge. The current bridge is for JSF 1.2 only and is a myfaces subproject: https://svn.apache.org/repos/asf/myfaces/portlet-bridge/trunk. The 301 spec is still under public draft so the R.I. still has a way to go. But I have seen Trinidad run on the bridge code

RE: [Trinidad] Component renderer cannot be found in portal context

2007-10-31 Thread Lorin Schoop
Ok. Look's like I'll have to stick to the Oracle's JSF portlet bridge then, as we still use Liferay 4.2.1 and JSF1.1. Could you provide me with a download link for the bridge library? Thanks again! -Lorin -Original Message- From: Scott O'Bryan [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Re: [Trinidad] tr:chart doesn't work inside tr:iterator?

2007-10-31 Thread Dan Potter
t:dataList seemed to behave the same way. I did a little more experimenting and I can print out the title of the charts returned by the iterator or dataList, so they aren't null. The chart tag just thinks the object is null. I get this error. javax.faces.el.PropertyNotFoundException: Error

Re: [Trinidad] Component renderer cannot be found in portal context

2007-10-31 Thread Scott O'Bryan
I'm not sure what the stand-alone link for the bridge is. I've only ever got it from JDeveloper 10.1.3.x.. Hope that helps, Scott Lorin Schoop wrote: Ok. Look's like I'll have to stick to the Oracle's JSF portlet bridge then, as we still use Liferay 4.2.1 and JSF1.1. Could you provide me