Error in JSF page in Weblogic 8.1.5 + Portal

2006-08-16 Thread Kapil Kataria
Hi I am intergrating my JSF application in Weblogic 8.1.5 Workshop in a portal application I have created a portal and under that I have created a portlet which binds to my Login.jsp (JSF File) but I am getting the Error at development time taglib not found at the following line <%@ page language=

t:dataTable groupBy with group Footer

2006-08-16 Thread Robert Locklear
Does anyone know how to use t:dataTable grouping with a group footer?   Thanks, Robert  

Re: how to use a new dojo class in myfaces?

2006-08-16 Thread Gerald Müllan
Hi, if you contribute the component, it will first go to sandbox. So put your custom .js stuff where the other js files for the components are located; in the resources dir: tomahawk\sandbox\core\src\main\resources\org\apache\myfaces\custom\yourComponentDir You can load the js resource than ea

MyFacesExtensionsFilter use this

2006-08-16 Thread Robert Locklear
Is there a way to add actions/extensions to the extensions filter?   I’m writing some custom components and they require some resources and I would like the extensions filter to add them in for me in place of writing my own filter. Thanks, Robert  

Re: New component - interested?

2006-08-16 Thread Martin Marinschek
Interesting! How about merging this into the popup-component - it looks pretty similar to me functionality-wise? regards, Martin On 8/8/06, Trica Laurentiu <[EMAIL PROTECTED]> wrote: Hi again Yes, it is a JavaScript, no requests are sent when clicking on the title. And the container is absol

Re: Chandru

2006-08-16 Thread Martin Marinschek
Hi Chandru, what kind of co-existence are you talking about? There is a jsf-struts project which can act as a bridge, with which you can use JSF components and struts-actions... Generally speaking, though, it's not recommendable to "ride two elephants" (I quote David Geary in his 2005 JavaOne sp

Shale 1.0.x change to servlet 2.4 spec

2006-08-16 Thread Joe Shevland
Hi, Sorry if this has been discussed but I haven't found a huge amount of discussion on it, just a few comments describing that it was an important and necessary change. Some time around Shale 1.0.3 changes were introduced which meant you needed to deploy to a Servlet API 2.4 compliant contai

Exception in JSF page in a Weblogic Portal Application

2006-08-16 Thread Kapil Kataria
Hi I am getting the following error The source of this error is javax.servlet.ServletException: Cannot find FacesContext at weblogic.servlet.jsp.PageContextImpl.handlePageException(PageContextImpl.java:323) at jsp_servlet._web_45_inf.__login._jspService(Login.jsp:56) at weblogic.servlet.jsp.Jsp

Doubt about design of JSF applications

2006-08-16 Thread Dudu
I start developing jsf applications who the components is always generated dinamically, and there are few pages.Now I'm starting a personal project, and the components are static...There are a PanelPage, and inside the menu1 facet there are a menuTab with various commandMenuItems When the user clic

Re: Doubt about design of JSF applications

2006-08-16 Thread Martin Marinschek
Hi Dudu, The problem you are telling us about sounds like you should have a look at integrating Tiles with JSF - there is a special JspTilesViewHandlerImpl class in MyFaces which will help you with this. You can look at the Tiles-Example of MyFaces to find out how it works. Basically, you'll nee

Re: Tobago Facelets sheet

2006-08-16 Thread Antonio Sampayo
Thanks Bernd, look this http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://java.sun.com/jsf/core"; xmlns:ui="http://java.sun.com/jsf/facelets"; xmlns:tc="http://myfaces.apache.org/tobago/component"; xmlns:tx="http://myfaces.apache.org/tobago/facelet-extension

RE: Doubt about design of JSF applications

2006-08-16 Thread Frank Russo
Or if you are starting a new project, you can look into using Facelets instead of JSP... Frank Russo Senior Developer FX Alliance, LLC -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 16, 2006 7:39 AM To: MyFaces Discussion; [EMAIL PROTECTED

Re: Doubt about design of JSF applications

2006-08-16 Thread Martin Marinschek
Hi Dudu, yes, this will work as well - it doesn't matter where you break up your pages to create templates and "tiles-variables". regards, Martin P.S.: Facelets is of course an alternate suggestion, but you mentioned you want to stay with JSP... On 8/16/06, Dudu <[EMAIL PROTECTED]> wrote: Pe

Re: Doubt about design of JSF applications

2006-08-16 Thread Dudu
And at this moment Facelets is perfectly compatible? Surprises is not so good and production environment.Thanks allPs:Sorry, but I have mentioned I want to stay in jsf and no jsp. I will see facelets. On 8/16/06, Frank Russo <[EMAIL PROTECTED]> wrote: Or if you are starting a new project, you can l

Re: Doubt about design of JSF applications

2006-08-16 Thread Martin Marinschek
Well, facelets themselves are compatible - the question is if all components you want to use (and which need them) have appropriate tag handlers available. regards, Martin On 8/16/06, Dudu <[EMAIL PROTECTED]> wrote: And at this moment Facelets is perfectly compatible? Surprises is not so good

Re: Shale 1.0.x change to servlet 2.4 spec

2006-08-16 Thread Mahbub Rahman
Take a look: http://www.nabble.com/Servlet-2.3---JSP-1.2-support-tf1981495.html   Thanks, MahbubJoe Shevland <[EMAIL PROTECTED]> wrote: Hi,Sorry if this has been discussed but I haven't found a huge amount of discussion on it, just a few comments describing that it was an important and necessa

render a complex datatable ???

2006-08-16 Thread Michael Heinen
I have a datatable with Items in it. One column in the datatable contains a link to show SubItems of an Item. These SubItems have to be displayed also in the datatable below the clicked Item in additional rows. The row (or the columns) of these SubItems have special css classes for visua

Re: render a complex datatable ???

2006-08-16 Thread Mike Kienenberger
Here are a few ways I've handled this situation. The first two are probably not applicable. 1) Use a t:popup to show the subitem values for a column. The displayed column value is the first subitem in the list. For a "name" column, for example, I'd show "Bob [4]" with the "[4]" in a differe

Re: how to use a new dojo class in myfaces?

2006-08-16 Thread Rogerio Pereira
Ok for sandbox, but what about when i have a dojo enabled component (collapsiblePanel) and i need to create a new dojo module for my own dojo class and package this dojo class in my own jar. I couldn't find a way to pass the location of the resouce inside my jar. This thing will be for a personal p

Re: swalled exception

2006-08-16 Thread Mike Kienenberger
Borislav, When you come across something like this, consider opening a JIRA issue and optionally attaching a patch to fix it. At minimum, you should include the stack trace or log message. Be aware that some behavior may be mandated by the JSF spec. In this particular case, there's not enough

RE: render a complex datatable ???

2006-08-16 Thread Michael Heinen
Thanks Mike for your thoughts. The first 2 approaches are not applicable for me as you suspected. Yes, my data I completely homogenious. SubItem and Item contain 100% the same attributes for display. But I have an open question to your 3rd approach: If my datatable contains a List with ItemHolders

RE: Ajax and Portlets

2006-08-16 Thread Strittmatter, Stephan
caching could be disabled for Portlets within Liferay:   http://jroller.com/page/stritti?entry=myfaces_portlets_within_liferay   Probably this helps you.   Regards, Stephan From: Papaioannou, Todd [mailto:[EMAIL PROTECTED] Sent: Saturday, August 05, 2006 2:12 AMTo: MyFaces Discus

RE: swalled exception

2006-08-16 Thread L Frohman
I have had a similar problem, where the code catches an exception, then if the logging level was set to debug, it logs the exception, then the exception was rethrown. Yes this was frustrating to solve, until I set my logging level to debug. It was obviously written this way for a reason, but I don'

RE: Testing of MyFaces Core 1.1.4 - SNAPSHOT

2006-08-16 Thread Strittmatter, Stephan
I found the problem. In previous versions the panelNavigation needed no enclosing form-tag, but surrounding now wit form tag it works fine! BTW, when will the 1.1.4 /1.1.5 be released? Regards, Stephan > -Original Message- > From: Strittmatter, Stephan > [mailto:[EMAIL PROTECTED] > Se

Re: data refreshing in the autosortable dataTable

2006-08-16 Thread vasiliy.kiryanov
resolved without help of autosortable tables. vasiliy.kiryanov wrote: > > Hello all. > > I want to find solution how to invoke my method in the BackingBean method > that fill data form db every time when user select sorting by another > field clicking on the table header. > Or how to say to t

Re: swalled exception

2006-08-16 Thread Mike Kienenberger
In the future, as you all come across these, let's open some JIRA issues so they can either be handled better (different logging level or throw the exception) On 8/16/06, L Frohman <[EMAIL PROTECTED]> wrote: I have had a similar problem, where the code catches an exception, then if the logging l

RE: swalled exception

2006-08-16 Thread Iordanov, Borislav \(GIC\)
As mentionned, time constraints prevented me from figuring out how to turn on logging, let alone submit a patch or even open a JIRA I wasn't asking for comment, but making one, and I also indicated a very specific case where the problem occurs, in the hope that it would be helpful. If it's not,

Re: swalled exception

2006-08-16 Thread Martin Marinschek
Interestingly enough, the RI does the same as we in the case of an exception in the update model phase. I haven't checked with the spec if this is mandated, but the JavaDoc indicate something in this direction. I honestly don't like this myself. I wonder if faces-trace could be extended to show e

Tomahawk schedule component (fitting entries on weekly and daily views)

2006-08-16 Thread Mikhail Grushinskiy
I have many entries in each day and that creates problems fitting them on monthly and weekly views. What I'm trying to achieveis to show only those entries which fit a day cell and put link 'more...' on the bottom of the cell clicking on which would bring up daily view. Any thoughts how this can be

RE: swalled exception

2006-08-16 Thread Iordanov, Borislav \(GIC\)
Hi Martin, Mandated by the spec? Hmmm...don't know, I would agree that the JSF could have been designed with a bit more thoughtfulness, but this particular one looks just like a programming mistake. Best, Bolerio -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sen

Re: render a complex datatable ???

2006-08-16 Thread Mike Kienenberger
On 8/16/06, Michael Heinen <[EMAIL PROTECTED]> wrote: But I have an open question to your 3rd approach: If my datatable contains a List with ItemHolders, how can I achieve that always n Items (not ItemHolders or SubItems) are rendered on each page? Would I have to create a new Renderer for the

Re: swalled exception

2006-08-16 Thread Martin Marinschek
Hi Bolerio, I can tell you that a lot of thought has been put into devising the JSF-Spec - even more, sometimes I think that too much thought has caused some of the problems of the spec However, please check what the RI does in the same case (and I think I checked before and found out that i

Re: How to add child to node in tree2?

2006-08-16 Thread Mike Kienenberger
On 8/12/06, Ach <[EMAIL PROTECTED]> wrote: I have a tree2 component with checkboxes on nodes. And a add button in my form and want to add a childeren to checked node when I press ADD button. I do not know how to know which node is checked and how to generate the code for adding child node. Your

Re: Shale 1.0.x change to servlet 2.4 spec

2006-08-16 Thread Craig McClanahan
On 8/16/06, Joe Shevland <[EMAIL PROTECTED]> wrote: Hi,Sorry if this has been discussed but I haven't found a huge amount ofdiscussion on it, just a few comments describing that it was animportant and necessary change. Some time around Shale 1.0.3 changes were introduced which meant you needed to d

Re: Potlets with Tomahawk in Liferay

2006-08-16 Thread David Chandler
I'm running Tree2 from Tomahawk 1.1.3 in Jetspeed2 with server-side expansion so as not to require _javascript_. The ExtensionsFilter is therefore needed only to serve up the image resources needed by Tree2, and image requests are handled through the Faces Servlet, not the portal, so the Extensions

Re: Shale 1.0.x change to servlet 2.4 spec

2006-08-16 Thread Mike Kienenberger
On 8/16/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: The dependency that would be the hardest to try to work around is the use of a ServletRequestListener to fire init/destroy events for view controllers and related beans. This API did not exist in Servlet 2.3, although it *might* theoretical

Re: Potlets with Tomahawk in Liferay

2006-08-16 Thread Rogerio Pereira
Wiki this please.2006/8/16, David Chandler <[EMAIL PROTECTED]>: I'm running Tree2 from Tomahawk 1.1.3 in Jetspeed2 with server-side expansion so as not to require _javascript_. The ExtensionsFilter is therefore needed only to serve up the image resources needed by Tree2, and image requests are hand

Using MyFacesGenericPortlet with Bea Weblogic Portal 8.1

2006-08-16 Thread Stefan Aigner
Hi all, I want to use MyFacesGenericPortlet to convert existing portlets running under Bea Weblogic Portal 8.1 SP5 to use JSF. I am relatively new to this, so I started with the MyFaces expamples app. I tried to convert it into a portlet by following the steps under http://wiki.apache.org/myfac

Re: Re: commandLinks don't work on Tomcat 5.5.17

2006-08-16 Thread Mike Kienenberger
On 6/9/06, Garner Shawn <[EMAIL PROTECTED]> wrote: MyFaces Core 1.1.3 Binary Distribution MyFaces Tomahawk 1.1.2 Binary Distribution You cannot use Core 1.1.3 with Tomahawk 1.1.2. On 6/13/06, Hailong Zhang <[EMAIL PROTECTED]> wrote: I have the same problem. I'm working on Tomcat 5.5.12 wit

Re: [Tomahawk] panelTabbedPane and serverSideTabSwitch question

2006-08-16 Thread Mike Kienenberger
Older versions of MyFaces didn't process "true" correctly for serverSideTabSwitching. You had to use "#{true}" instead. You didn't say what version of Tomahawk you were using, but I think this was fixed after 1.1.1. Don't remember for sure -- check jira issue tracker. On 8/14/06, Nicolas Kalk

Re: commandlink not working with sandbox subform

2006-08-16 Thread Mike Kienenberger
I'd recommend opening a jira issue on this. http://issues.apache.org/jira/browse/TOMAHAWK The only reference I've seen to this is http://issues.apache.org/struts/browse/STR-2496 and the recommendation there was to use instead. At minimum, this needs to be documented, but probably there's a b

RE: swalled exception

2006-08-16 Thread Iordanov, Borislav \(GIC\)
Hi, Well, I guess it is sad then if so much thought has been put into the spec. I don't understand why you take the RI as the ultimate R, it was written by mere mortals after all ;) Never heard of "faces-trace", but yes it's a good idea for a program to stop executing after a fatal error instead

Re: Using MyFacesGenericPortlet with Bea Weblogic Portal 8.1

2006-08-16 Thread Dave Brondsema
Stefan Aigner wrote: > > Hi all, > > I want to use MyFacesGenericPortlet to convert existing portlets running > under Bea Weblogic Portal 8.1 SP5 to use JSF. > > I am relatively new to this, so I started with the MyFaces expamples > app. I tried to convert it into a portlet by following the step

Selecting Row on Sortable Datatable

2006-08-16 Thread Tom Innes
I think my problem is related to the following discussion.   http://www.nabble.com/Selecting-Row-on-sortable-Datatable-t1905482.html     I was using the auto sort feature of datatable for 1.13, but could not get it to work with Facelets as the datatable was unable to correctly determin

Re: jscookMenu set up

2006-08-16 Thread Mike Kienenberger
On 7/17/06, Leyzerzon, Simeon <[EMAIL PROTECTED]> wrote: MyFacesExtensionsFilter Faces Servlet MyFacesExtensionsFilter *.jsf These two entries are duplicates, and will result in the filter bei

General Lifecycle Question

2006-08-16 Thread Frank Russo
So, I made the mistake of not having an h:messages tag on my page. I was referencing an attribute on an object in a list as part of a datatable, that was failing. The only thing I was noticing was that the lifecycle was skipping the invoke application phase. Once I added the h:messages tag,

Re: General Lifecycle Question

2006-08-16 Thread Mike Kienenberger
On 8/16/06, Frank Russo <[EMAIL PROTECTED]> wrote: So, I made the mistake of not having an h:messages tag on my page. I was referencing an attribute on an object in a list as part of a datatable, that was failing. The only thing I was noticing was that the lifecycle was skipping the invoke applic

Re: how to use a new dojo class in myfaces?

2006-08-16 Thread Werner Punz
First of all sorry for having been absent for a while due to health reasons. I will try to be more present in the immediate future. The best way, given from what I can remember about the namespace issue is to simply extend the dojo namespace. This however is probably not possible in your case unl

Re: pushing Dojo version 0.3.1 to sandbox

2006-08-16 Thread Werner Punz
Gerald Müllan schrieb: Hi, on friday Werner and me will start on working to get the newest Dojo release 0.3.1 out to sandbox. This change may affect all dojo used components in a slight manner, since the dojo guys worked very hard on changing some modules and packages :) Apart from changing st

has anyone used EL with a jsp style tag?

2006-08-16 Thread Thomas_Perry
hello to all, I'm trying to do something like this From what I've read, style will take an EL as long as it resolves to a string, just can't seem to tie that with a test expression. Thanks for your help in advance. Tom This message is intended for the recipient only and is not meant to

Re: how to use a new dojo class in myfaces?

2006-08-16 Thread Rogerio Pereira
2006/8/16, Werner Punz <[EMAIL PROTECTED]>: First of all sorry for having been absent for a whiledue to health reasons. I will try to be more presentin the immediate future.Welcome back. The best way, given from what I can remember about the namespace issueis to simply extend the dojo namespace.Th

Re: commandlink not working with sandbox subform

2006-08-16 Thread Mahbub Rahman
A jira issue has been creted for this.   http://issues.apache.org/jira/browse/TOMAHAWK-606   Thanks, MahbubMike Kienenberger <[EMAIL PROTECTED]> wrote: I'd recommend opening a jira issue on this.http://issues.apache.org/jira/browse/TOMAHAWKThe only reference I've seen to this ishttp://issues.

Re: has anyone used EL with a jsp style tag?

2006-08-16 Thread Mike Kienenberger
On 8/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I'm trying to do something like this I haven't done this, but I've seen others post similar code. Looks good to me. Try replacing 'someBean.boolean' with 'true' and 'false' and see if it does what you expect. Is this a 'style' or a 'st

No markup in myfaces-example-wap.war?

2006-08-16 Thread Raymond, Jayson X -ND
I just pulled down and built the latest build and discovered that myfaces-example-wap.war has no markup to implement the demo with….  What am I missing something?   Thanks in advance –   Jayson Raymond    

Re: how to use a new dojo class in myfaces?

2006-08-16 Thread Werner Punz
Rogerio Pereira schrieb: The resource loading itself works well, but i think that's no chance to have a module in another jar since dojo requires the modules in a relative path from dojo source tree, as you already know, this isn't changed in the last version of myfaces. Ah yes, now I can rem

Re: No markup in myfaces-example-wap.war?

2006-08-16 Thread Matthias Wessendorf
Jayson, what do you mean, when you say "no markup" ? -Matt On 8/16/06, Raymond, Jayson X -ND <[EMAIL PROTECTED]> wrote: I just pulled down and built the latest build and discovered that myfaces-example-wap.war has no markup to implement the demo with…. What am I missing something? Than

Re: has anyone used EL with a jsp style tag?

2006-08-16 Thread Thomas_Perry
hi, yeah I meant styleClass. I've tried a lot of combinations and they all seem to get flagged as an error in EL syntax by MyEclipse, and the page causes an exception when I try to bring it up in tomcat. Maybe there are other ways to do the same thing? I just want to change the styleClass

problem, In the component “t:panelTabbedPan e” I place the style “texto_negro” . But it does not take it.

2006-08-16 Thread Wdiaz
Good Evening. In the component “t:panelTabbedPane” I place the style “texto_negro”. This style is codified in a file .css and it have the following sentences: “.texto_negro { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal

Re: Shale 1.0.x change to servlet 2.4 spec

2006-08-16 Thread Ryan Wynn
On 8/16/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: On 8/16/06, Joe Shevland <[EMAIL PROTECTED]> wrote: > Hi, > > Sorry if this has been discussed but I haven't found a huge amount of > discussion on it, just a few comments describing that it was an > important and necessary change. Some ti

Facelets

2006-08-16 Thread Dudu
Someone is using Facelets with ADF and MyFacesI think it is still beta. Am I right? I've tried it without sucess...I need to use in production environment, and I think it is a more powerful template for jsf than tiles... What your are using to make templates with jsdf(ADF and myfaces together)?

Re: Facelets

2006-08-16 Thread Matthias Wessendorf
I use Trinidad / Facelets / MyFaces (as runtime) works fine! what is wrong? what are your errors? if myfaces related: ask hier if Trinidad (ADF) related, ask the Trinidad guys if Facelets related, ask on facelets list -Matthias On 8/16/06, Dudu <[EMAIL PROTECTED]> wrote: Someone is using Fac

How to open a JSF page in Weblogic Portal 8.1.5

2006-08-16 Thread Kapil Kataria
HiDoes anyone knows how to open a portlet which is mapped to a JSF page in Weblogic 8.1.5 ??Hello World is displayed when I use the following entries in portal.xml        Login Portlet         loginPortlet        Customer Admin Portlet                    org.apache.portals.bridges.jsf.FacesPortlet

Re: how to use a new dojo class in myfaces?

2006-08-16 Thread Werner Punz
Rogerio Pereira schrieb: The resource loading itself works well, but i think that's no chance to have a module in another jar since dojo requires the modules in a relative path from dojo source tree, as you already know, this isn't changed in the last version of myfaces. Ok, I had a good nig