Re: [TRINIDAD] How to cancel a ValueChangeEvent

2008-01-14 Thread Rafa Pérez
Hi Matthias, thank you for your answer. Yes, I did, but it seems that when the ValueChangeListener is reached, any changes made on the component are not displayed on the browser unless the component has a partialTrigger to itself. I have solved this issue this way, but I am facing another problem.

Re: [TRINIDAD] How to cancel a ValueChangeEvent

2008-01-14 Thread Matthias Wessendorf
have you tried the resetValue() (available via UIXEditableValue component) On Jan 13, 2008 11:43 PM, Rafa Pérez <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a ValueChangeListener in my bean that takes the new value of an > inputText and performs a search against a database. If this search has n

Re: [Trinidad] js error on PPR after client-side validation error

2008-01-14 Thread Matthias Wessendorf
Renzo, do you still see this ? -M On Nov 5, 2007 12:23 AM, Renzo Tomaselli <[EMAIL PROTECTED]> wrote: > > Matthias, here's a page chunk: > > > > simple="true" autoSubmit="true"> > > > value="#{bean.prop.integerValue}" rendered="#{bean.prop.int

RE: Status of "Base is null" problem

2008-01-14 Thread Karr, David
Yeah, I figure that's important. However, I'm having trouble figuring out how to do that. At this point, I've given up on this effort. I wanted source visibility, but if I can't even get the thing to work, that won't help much. From: Andrew Robinson [ma

Re: Status of "Base is null" problem

2008-01-14 Thread Andrew Robinson
Check to make sure that there is only one JSF implementation in your classpath (remove any JSF-RI/myfaces jars from weblogic too) On Jan 14, 2008 11:39 AM, Karr, David <[EMAIL PROTECTED]> wrote: > I've noticed that there's been some talk in the last couple months about > a problem I've been havin

Re: [Trinidad] _submitFormCheck is not defined

2008-01-14 Thread Matthias Wessendorf
s > > for > > (see CoreRenderKit.java ( the private > > _addBasicHTMLRenderKit() method)) > > > > but... when there is no defaultCommand defined, nothing > > happens on ENTER. > > > > Check the demos: > > http://example.irian.at/trinidad-demo-20080114/faces

RE: [Trinidad] _submitFormCheck is not defined

2008-01-14 Thread Mathias Walter
) method)) > > but... when there is no defaultCommand defined, nothing > happens on ENTER. > > Check the demos: > http://example.irian.at/trinidad-demo-20080114/faces/component > s/form.jspx > > and play with defaultCommand attribute. > > greetings, > Matthias >

Re: [Trinidad] _submitFormCheck is not defined

2008-01-14 Thread Matthias Wessendorf
ok, when Trinidad is in place, the Renderer for is the same as for (see CoreRenderKit.java ( the private _addBasicHTMLRenderKit() method)) but... when there is no defaultCommand defined, nothing happens on ENTER. Check the demos: http://example.irian.at/trinidad-demo-20080114/faces/components

[Trinidad] tr:table "binding" attribute problem

2008-01-14 Thread Steve Horne
I am using Facelets and Trinidad 1.0.4. I have a that has a "detailStamp" facet which contains another table. It is this inner table with which I am having problems. Here is the outer table:

RE: [Trinidad] _submitFormCheck is not defined

2008-01-14 Thread Mathias Walter
Hi Matthias, > are you using the defaultCommand attribute form the ? No, I'm using no tr tags in this jsp. Is it necessary, to change the to ? If yes, why and should then all tags changed to their tr variants? -- Kind regards, Mathias > > On Jan 14, 2008 1:37 PM, Mathias Walter > <[EMAIL PR

Re: [Trinidad] _submitFormCheck is not defined

2008-01-14 Thread Matthias Wessendorf
are you using the defaultCommand attribute form the ? On Jan 14, 2008 1:37 PM, Mathias Walter <[EMAIL PROTECTED]> wrote: > Hi Matthias, > > thank you for the information. It was a bit hard to configure Trinidad > correctly, because I couldt find these information neither at the trinidad > web sit

RE: [Trinidad] _submitFormCheck is not defined

2008-01-14 Thread Mathias Walter
Hi Matthias, thank you for the information. It was a bit hard to configure Trinidad correctly, because I couldt find these information neither at the trinidad web site nor at the wiki. Now it works. Unfortunatelly, the 'Enter' key won't work for the form submission, even if onkeypress is definied

SelectBooleanCheckbox to disable/enable inputText

2008-01-14 Thread Philipp Daumke
Hi all, I'm absolutely new to JSF and find it very hard to get a good documentation for specific problems. Maybe you can help me with this little problem. I want to use a checkbox and a inputText. When I activate the checkbox, the inputText shall be enabled so that i can write something in it

Re: [Trinidad] _submitFormCheck is not defined

2008-01-14 Thread Matthias Wessendorf
Commonea20.js ? that isn't Trinidad, that was old ADF Faces. I don't see a Servlet-Mapping for our Resource servlet (check with the Trinidad demos how to define that) -M On Jan 13, 2008 11:20 PM, Mathias Walter <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using Trinidad 1.2.4 (also tried 1.2.5) wit

Navigation in a Portal

2008-01-14 Thread MC PHERSON Sandy
Hi I have a small problem which I'm trying to figure out the best solution to. We have a portal (Weblogic 10) which has different desktops (portal files) for different operational phases, as the available content differs greatly from phase to phase. The majority of our portlets are JSF portlets.

Status of "Base is null" problem

2008-01-14 Thread Karr, David
I've noticed that there's been some talk in the last couple months about a problem I've been having, which is getting "Base is null" trying to reference my managed bean. I'm using MyFaces-core 1.1.5, and deploying to WebLogic 9.2.2. I had been using the default JSF implementation from BEA, but I

[Announce] Release of Apache MyFaces Trinidad 1.2.5

2008-01-14 Thread Matthias Wessendorf
The Apache MyFaces Trinidad team is pleased to announce the release of Apache MyFaces Trinidad Core 1.2.5. Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library. Trinidad Core 1.2.5 is available in both binary and source distributions: * http://myfaces.apache.org/trinidad/down

[Announce] Release of Apache MyFaces Trinidad 1.0.5

2008-01-14 Thread Matthias Wessendorf
The Apache MyFaces Trinidad team is pleased to announce the release of Apache MyFaces Trinidad Core 1.0.5. Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library. Trinidad Core 1.0.5 is available in both binary and source distributions: * http://myfaces.apache.org/trinidad/down

Re: Subscription help

2008-01-14 Thread Dennis Byrne
http://myfaces.apache.org/mail-lists.html On 1/13/08, Ravindra Adireddy <[EMAIL PROTECTED]> wrote: > > Hi all, > >I am not able to subscribing to this mail group, can any one > help me plzz. > > -- > Thanks and Regards > Ravindra Adireddy > -- Dennis Byrne

Re: [tobago] is ti seam compatible?

2008-01-14 Thread Zied Hamdi
Hi Bernd, It's ok for me, I'll give it a try and report any encoutred problems (with the example sources) as soon as I'll be ready for that: I'm still learning Seam. Regards, Zied 2008/1/14, Bernd Bohmann <[EMAIL PROTECTED]>: > Hello Zied, > > unfortunatley I have not the time to setup a seam to

Re: [Tobago] tc:columnEvent TOBAGO-553

2008-01-14 Thread Helmut Swaczinna
Hello Bernd, it's a great pleasure for me to be a Tobago contributor :-) You can use my email address [EMAIL PROTECTED] and if you like our company name WLP Systems GmbH, Hamburg, Germany Regards Helmut - Original Message - From: "Bernd Bohmann" <[EMAIL PROTECTED]> To: "MyFaces Discus

Re: [Tobago] tc:columnEvent TOBAGO-553

2008-01-14 Thread Bernd Bohmann
Hello Helmut, please add a new jira issue and link the issue to TOBAGO-553. I would like to add you to the section of the tobago pom. Can I use your email address? Regards Bernd Helmut Swaczinna schrieb: > Hello Bernd, > > please reopen TOBAGO-553. Or should I add new jira issues for the > c

[Trinidad] tr:table rowIndex should be zero-based

2008-01-14 Thread Renzo Tomaselli
Hi, AFAIK rowIndex is always zero-based. But in SelectRangeChoiceBarRenderer .java - near line 374 - we have: hasNextRecords = isRowAvailable(component, (int)nextValue); where nextValue = currentValue + blockSize. In this context, currentValue is one-based, thus there should be a displac

Subscription help

2008-01-14 Thread Ravindra Adireddy
Hi all, I am not able to subscribing to this mail group, can any one help me plzz. -- Thanks and Regards Ravindra Adireddy

Re: Remove or move Javascript and blank lines

2008-01-14 Thread Simon Kitching
aargh - I hate top-posting. It makes discussions like this almost impossible to read sensibly. In that case I would suggest having a non-interactive "catalog" that gets indexed, and an interactive "store" that does not. Adrian Mitev <[EMAIL PROTECTED]> schrieb: > If you develop an online s

[Tobago] tc:columnEvent TOBAGO-553

2008-01-14 Thread Helmut Swaczinna
Hello Bernd, please reopen TOBAGO-553. Or should I add new jira issues for the comments I added? Regards Helmut

RE: Remove or move Javascript and blank lines

2008-01-14 Thread Umar Zubair
It is a link based application developed in JSF. We are using URL rewritten links. Basically it is a sale point and for SEM activities links should be indexed on search engine. Site address is www.youpark.com. Regards, Umar Zubair -Original Message- From: Simon Kitching [mailto:[EMAIL PR

Re: Remove or move Javascript and blank lines

2008-01-14 Thread Adrian Mitev
If you develop an online store you may want your goods pages to be indexed... 2008/1/14, Simon Kitching <[EMAIL PROTECTED]>: > > Simon Kitching <[EMAIL PROTECTED]> schrieb: > > Umar Zubair <[EMAIL PROTECTED]> schrieb: > > > I am using MyFaces with Tomahawk. My application is in productio

Re: Remove or move Javascript and blank lines

2008-01-14 Thread Simon Kitching
Simon Kitching <[EMAIL PROTECTED]> schrieb: > Umar Zubair <[EMAIL PROTECTED]> schrieb: > > I am using MyFaces with Tomahawk. My application is in production. Web > > crawlers often come to my site to index pages. So html code produced by the > > application should be Search engine optimiz

Re: Remove or move Javascript and blank lines

2008-01-14 Thread Simon Kitching
Umar Zubair <[EMAIL PROTECTED]> schrieb: > I am using MyFaces with Tomahawk. My application is in production. Web > crawlers often come to my site to index pages. So html code produced by the > application should be Search engine optimized. > > > > The problem is actual content of my page

Remove or move Javascript and blank lines

2008-01-14 Thread Umar Zubair
I am using MyFaces with Tomahawk. My application is in production. Web crawlers often come to my site to index pages. So html code produced by the application should be Search engine optimized. The problem is actual content of my page starts after rendering javascript having a lot of blank line

Re: [tobago] is ti seam compatible?

2008-01-14 Thread Bernd Bohmann
Hello Zied, unfortunatley I have not the time to setup a seam tobago test project. Tobago should support client and server side state saving with or without ajax requests. I would like to help everyone who tries to setup a tobago seam example. Spring Web Flow, Apache Orchestra and Apache Shale Di