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

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

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 starts

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 optimized.

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 production. Web

[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

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 store

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: [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 contributors 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

[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

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 Discussion

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 tobago

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

[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: *

[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: *

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

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.

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) with

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

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

Re: [Trinidad] _submitFormCheck is not defined

2008-01-14 Thread Matthias Wessendorf
are you using the defaultCommand attribute form the tr:form ? 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

RE: [Trinidad] _submitFormCheck is not defined

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

RE: [Trinidad] _submitFormCheck is not defined

2008-01-14 Thread Mathias Walter
)) 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 On Jan 14, 2008 1:58 PM, Mathias Walter [EMAIL

Re: [Trinidad] _submitFormCheck is not defined

2008-01-14 Thread Matthias Wessendorf
ok, when Trinidad is in place, the Renderer for h:form is the same as for tr:form (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

[Trinidad] tr:table binding attribute problem

2008-01-14 Thread Steve Horne
I am using Facelets and Trinidad 1.0.4. I have a tr:table 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: tr:table first=0 rows=10 var=wrapper value=#{ backer.list} rowBandingInterval=1

Re: [Trinidad] _submitFormCheck is not defined

2008-01-14 Thread Matthias Wessendorf
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 On Jan 14, 2008 1:58 PM, Mathias Walter [EMAIL PROTECTED] wrote: Hi Matthias

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 having,

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

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: tr:panelGroupLayout partialTriggers=add remove update tr:panelHorizontalLayout id=prop partialTriggers=ptype tr:selectOneChoice id=ptype

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 no

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