Re: [orchestra] Announce of

2007-06-18 Thread Werner Punz
Mario Ivankovits schrieb:
> Hi!
> 
> We would like to announce the availability of Apache MyFaces Orchestra [1].
> Orchestra is "yet another try" to simplify the development of web
> applications using JPA or any other object relational mapper like plain
> Hibernate.
> In contrast to the other solutions we think ours is easier to use with a
> low learning curve.
> There are no new annotations required other than those you'll use for
> JPA, though, using Springs *Template classes to get access to the
> persistence context will do the trick too.
> 
> With help of the Spring framework Apache MyFaces Orchestra introduce new
> scopes usable for your managed beans. For example you'll get a
> "conversation" scope where its lifetime is synchronized with the
> database session.
> This allows you to directly use the entities in your view, though, even
> if you use "data transfer objects" you'll find it convenient to gain
> from the persistence context session cache and keep things like
> automatic version checking without having to think about it.
> 
> Further documentation can be found in the Apache MyFaces Orchestra
> "Core" Module [2].
> 
> The next milestone is to work towards a 1.0 release, for now you can
> download snapshots as described in [3].
> 
> Thanks to everyone who made it possible to get this project alive.
> 
> Have fun!
> 
> Ciao,
> Mario
> 
> [1] http://myfaces.apache.org/orchestra
> [2] http://myfaces.apache.org/orchestra/myfaces-orchestra-core/index.html
> [3] http://myfaces.apache.org/orchestra/download.html
> 
> 
Also there is a dedicated wiki section with additional info:

http://wiki.apache.org/myfaces/Orchestra

Btw. Mario thanks for all your efforts, you are a pure genious with your
implementation.

Before the question again arises, Orchestra, while being heavily
influenced by Seam will never ever be a Seam replacement, it simply
currently provides a conversation control with orm handling on top of
spring 2.0 (Seam does that was well but in a different way, it docks
itself onto spring but does not integrate itself, there was no Spring
2.0 Seam binding available when orchestra was in main development)
for others to use. The API deliberatly limited itself to such a scope,
it does not want to be for now an uber framework.

In the long run, it probably will end up as a conversation provider for
other frameworks to use. The binding to JSF is very lightweight and
nothing speaks against docking it to other frameworks like tapestry or
even Struts. All which has to be done is to replace the framework
specific bindings in the code, which already have been refactored out.

Also nothing speaks against docking it to more sophisticated high level
conversation controllers like Shale dialog, which add extensive
configuration options but lack somewhat in the lower area (no orm
control for now for instance). It all comes down to everything which
happens in OSS, somebody simply has to do it!

So why Orchestra and why Seam:

Seam definitely does more, if you feel easy with EJB3 and if you want an
all in one solution, take Seam.

If you just want to add sophisticated conversation/orm control, without
too many dependencies (the ORM mapper and Spring is all there is)
without too much fuzz, take orchestra, both solutions are viable, while
Orchestra is on a lower level and limits itself.




[Trinidad] treeTable select

2007-06-18 Thread Darren McEntee
Hi,

 

In the Trinidad  component, when using this with rowBanding
enabled and also rowSelection being single, is it possible to get the
selected table row to be highlighted, so that row stands out from the
rested of the records? I don't see this in the docs.

Any info appreciated.

 

Thanks,

Darren.
 
P Please consider the environment before printing this email
_ 
 
1. The information contained in this E-mail, including any files transmitted 
with it, is confidential and may be legally privileged. This E-mail is intended 
only for the personal attention of the stated addressee(s). Any access to this 
E-mail, including any files transmitted with it, by any other person is 
unauthorised. If you are not an addressee, you must not disclose, copy, 
circulate or in any other way use or rely on the information contained in this 
E-mail or any files transmitted with it. Such unauthorised use may be unlawful. 
If you have received this E-mail in error, please inform the sender immediately 
and delete it and all copies from your system. You may not forward this E-mail 
without the permission of the sender.
 
2. The views expressed in this E-mail are those of the author, and do not 
necessarily represent the views of AMT-SYBEX. Internet communications are not 
secure and AMT-SYBEX cannot, therefore, accept legal responsibility for the 
contents of this message nor for any damage caused by viruses.
 
AMT-SYBEX Limited is a UK company, registration number GB03036807 at address 
The Spirella Building, Bridge Road, Letchworth, SG6 4ET. 
AMT-SYBEX (NI) Limited is a UK company, registration number NI024104 at address 
Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
For more information on the AMT-SYBEX Group visit http://www.amt-sybex.com
_


Re: Fw: Pb installing Tobago examples app.

2007-06-18 Thread Udo Schnurpfeil

Hello,

the demo (1.0.11 and 1.0.12-SNAPSHOT) is running on my tomcat 6 (MacOSX 
10.4, Java 6) without problems.


Which OS and which Java you are using?
Do you using Tomcat standalone? I've seen Glassfish in the first stacktrace.

Regards

Udo

clec schrieb:

Hello,

About my previous email, I scanned the log more closely and there is an 
exception preceeding the one I mentionned when the application starts.  
However, the '/WEB-INF/tobago-config.xml' IS present in the application 
directory !!

Thanks to anyone that has ideas of what could be wrong, there.

Clec


-
GRAVE: Exception lors de l'envoi de l'évènement contexte initialisé (context 
initialized) à l'instance de classe d'écoute (listener) 
org.apache.myfaces.tobago.webapp.TobagoServletContextListener
java.lang.RuntimeException: Error while deploy process. Tobago can't be 
initialized! Application will not run!
at 
org.apache.myfaces.tobago.webapp.TobagoServletContextListener.contextInitialized(TobagoServletContextListener.java:72)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3827)
at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4334)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
at 
org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:920)
at 
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:883)
at 
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138)
at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at 
org.apache.catalina.core.StandardService.start(StandardService.java:516)
at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)

===>
Caused by: javax.faces.FacesException: No config file found: 
'/WEB-INF/tobago-config.xml'. Tobago can't run without configuration.

===>
at 
org.apache.myfaces.tobago.config.TobagoConfigParser.parse(TobagoConfigParser.java:112)
at 
org.apache.myfaces.tobago.config.TobagoConfigParser.parse(TobagoConfigParser.java:50)
at 
org.apache.myfaces.tobago.webapp.TobagoServletContextListener.contextInitialized(TobagoServletContextListener.java:53)


Créez votre adresse électronique [EMAIL PROTECTED] 
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.



  




Re: [Tobago] ajax and navigation rules

2007-06-18 Thread David Steinkopff

Hello,

any idea how could solve this problem? this problem is troublesome actual.

regards
David

2007/6/13, David Steinkopff <[EMAIL PROTECTED]>:


Hello Volker,

actual it doesnt work in my program really fine. I wright a test action
and connect that. first click, reload the panel. second click change the
page if I dont use the tomcat debugger, with tomcat debugger I reload the
actual page complete BTW. The serious problem is that I get a message from
the tobago debugmode and in some case tomcat message that duplicated ids
happen, BTW I believe that is more this error (
https://issues.apache.org/jira/browse/MYFACES-1550 ).
My environment Tomcat 5.5.17 , MyFaces 1.1.5, Tobago 1.0.11, Facelets
1.1.10.

regards
David


   1. ReferenceError: createMenuRoot is not defined
   2. errorCode: function setupMenuakdb__id1(id, pageId) { var
   menuStart = new Date(); var searchId = id + '::popup'; var menubar =
   document.getElementById(searchId); if (! menubar) { searchId = id;
   menubar = document.getElementById(searchId); } if (menubar) { var
   menu = createMenuRoot(searchId); menubar.menu = menu;
   
menu.setSubitemArrowImage("/okfis/org/apache/myfaces/tobago/renderkit/html/speyside/standard/image/MenuArrow.gif");
   var menu_0 = new Tobago.Menu.Item('Datei', null);
   menu.addMenuItem(menu_0); menu_0.addMenuItem(new Tobago.Menu.Item('Korrektur', "Tobago.submitAction('akdb:_id3', true);", false));
   menu_0.addMenuItem(new Tobago.Menu.Item('Neue Erstanordnung', "Tobago.submitAction('akdb:_id4', true);",
   false)); menu_0.addMenuItem(new Tobago.Menu.Item('Neue Erstanordnung mit Kopie', null, true)); menu_0.addMenuItem(new
   Tobago.Menu.Item('Löschen', "
   Tobago.submitAction('akdb:_id6', true);", false));
   menu_0.addMenuItem(new Tobago.Menu.Item('', null, true, true));
   menu_0.addMenuItem(new Tobago.Menu.Item('HÜ-Eintrag', "Tobago.submitAction('akdb:_id8', true);",
   false)); menu_0.addMenuItem(new Tobago.Menu.Item('Freigabe', "Tobago.submitAction('akdb:_id9', true);", false));
   menu_0.addMenuItem(new Tobago.Menu.Item('Sollstellung', "Tobago.submitAction('akdb:_id10', true);",
   false)); menu_0.addMenuItem(new Tobago.Menu.Item('',
   null, true, true)); menu_0.addMenuItem(new Tobago.Menu.Item('Stornieren HÜ-Eintrag', "Tobago.submitAction('akdb:_id12',
   true);", false)); menu_0.addMenuItem(new Tobago.Menu.Item('Stornieren Freigabe', "Tobago.submitAction('akdb:_id13',
   true);", false)); initMenuBar(searchId, pageId); } else { LOG.debug('kein
   Element mit id: ' + searchId + ' gefunden!'); } LOG.debug('Menu
   Total Time : ' + (new Date().getTime() - 
menuStart.getTime()));}setupMenuakdb__id1('akdb:_id1',
   'akdb');
   3. TypeError: Tobago.Sheet is not a constructor
   4. errorCode: new Tobago.Sheet("akdb:_id16", true,
   
"/okfis/org/apache/myfaces/tobago/renderkit/html/speyside/standard/image/sheetChecked.gif",
   
"/okfis/org/apache/myfaces/tobago/renderkit/html/speyside/standard/image/sheetUnchecked.gif",
   "single", null);
   5. TypeError: Tobago.TabGroup is not a constructor
   6. errorCode: new Tobago.TabGroup( 'akdb:_id35', '0', '2');
   7. FacesContext =
   [EMAIL PROTECTED]
   8. register :
   9. register 
:http://localhost:8084/okfis/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js

   10. register 
:http://localhost:8084/okfis/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js

   11. register 
:http://localhost:8084/okfis/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/theme-config.js

   12. register 
:http://localhost:8084/okfis/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/theme-config.js

   13. register 
:http://localhost:8084/okfis/org/apache/myfaces/tobago/renderkit/html/speyside/standard/script/theme-config.js

   14. register 
:http://localhost:8084/okfis/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/effects.js

   15. register 
:http://localhost:8084/okfis/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/dragdrop.js

   16. register 
:http://localhost:8084/okfis/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/logging.js

   17. register :
   18. ReferenceError: createMenuRoot is not defined
   19. errorCode: function setupMenuakdb__id1(id, pageId) { var
   menuStart = new Date(); var searchId = id + '::popup'; var menubar =
   document.getElementById(searchId); if (! menubar) { searchId = id;
   menubar = document.getElementById(searchId); } if (menubar) { var
   menu = createMenuRoot(searchId); menubar.menu = menu;
   
menu.setSubitemArrowImage("/okfis/org/apache/myfaces/tobago/renderkit/html/speyside/standard/image/MenuArrow.gif");
   var menu_0 = new Tobago.Menu.Item('Datei', null);
   menu.addMenuItem(menu_0); menu_0.addMenuItem(new Tobago.Menu.Item('Korrektur', "Tobago.submitAction('akdb:_id3', true);", false));
   menu_0.addMenuItem(new Tobago.Menu.Item('N

s:modalDialog

2007-06-18 Thread Angel Miralles Arevalo
Hi everyone, can anybody tell me if it's possible to have an inputText inside a 
modal dialog and regard it when we close the dialog. 

I'm trying but the value is always empty. It is impossible to call an action 
method or an action listener too.

Thanks a lot!!!


   

¡Descubre una nueva forma de obtener respuestas a tus preguntas!
Entra en Yahoo! Respuestas.
http://es.answers.yahoo.com/info/welcome

Problem with JSF (MyFaces)

2007-06-18 Thread Ing . Jurák Petr
Hello,
last 3 weeks I've tried to start MyFaces+Tomahawk working, but without
success. :( I'm using WinXP and J2EE server Sybase EAServer 5.3 on Java 5.
This container should support JSP 1.2 and Servlet 2.3. The version of
MyFaces is 1.1.5 and Tomahawk extension is 1.1.6.
On Tomcat 6 server my webapp works fine. But in our company we need to start
this on EAServer.
I checked all required jars in my webapp (these jars I took from your
"simle" example) and nothing is missing.
The PROBLEM is MyFaces starts OK, but there will be a "BLANK PAGE" in my web
browser (IE7, FireFox) :/!!! There is no exceptions in logs. I compared the
EASEerver log with Tomcat log and found nothing unusual. :(
Here is a part of my webapp's web.xml (but I guess there is no problem with
it because this webapp works on Tomcat):
***

MyFacesExtensionsFilter

org.apache.myfaces.webapp.filter.ExtensionsFilter

maxFileSize
20m
Set the size limit for uploaded files.
Format: 10 - 10 bytes
10k - 10 KB
10m - 10 MB
1g - 1 GB






MyFacesExtensionsFilter

*.jsp




 
MyFacesExtensionsFilter
/faces/myFacesExtensionResource/*







org.springframework.web.util.Log4jConfigListener






org.springframework.web.context.ContextLoaderListener





org.apache.myfaces.webapp.StartupServletContextListe
ner




FacesServlet

org.apache.myfaces.webapp.MyFacesServlet


1



FacesServlet
*.faces


FacesServlet
/faces/*




30



index.jsp


***

So my questions are:
1. Have you any eperience with running MyFaces on EAServer?
2. Do you know where is the problem and how could I solve this?

I'm quite desperate with it and will be grateful if you help me.
Thank you for your advice.

Best regards Petr Jurak

P.S. If you would like to know some other details I'll send you on demand.



Ing. Jurák Petr
Java Developer
Czech Post




modaldialog, tree2

2007-06-18 Thread Michał 'Gandalf' Stawicki

Hi,

is there a way to embed tree2 (with server-side toggling) inside
modaldialog, so that when i expand / collapse tree2 the modaldialog
stays visible between submits?

regards,
michal


Re: Problem with JSF (MyFaces)

2007-06-18 Thread Bruno Aranda

Hi, do you have this files in the WEB-INF/lib folder?

   * commons-el.jar
   * jsp-2.0.jar

Cheers,

Bruno


On 18/06/07, Ing.  Jurák Petr <[EMAIL PROTECTED]> wrote:

Hello,
last 3 weeks I've tried to start MyFaces+Tomahawk working, but without
success. :( I'm using WinXP and J2EE server Sybase EAServer 5.3 on Java 5.
This container should support JSP 1.2 and Servlet 2.3. The version of
MyFaces is 1.1.5 and Tomahawk extension is 1.1.6.
On Tomcat 6 server my webapp works fine. But in our company we need to start
this on EAServer.
I checked all required jars in my webapp (these jars I took from your
"simle" example) and nothing is missing.
The PROBLEM is MyFaces starts OK, but there will be a "BLANK PAGE" in my web
browser (IE7, FireFox) :/!!! There is no exceptions in logs. I compared the
EASEerver log with Tomcat log and found nothing unusual. :(
Here is a part of my webapp's web.xml (but I guess there is no problem with
it because this webapp works on Tomcat):
***

MyFacesExtensionsFilter

org.apache.myfaces.webapp.filter.ExtensionsFilter

maxFileSize
20m
Set the size limit for uploaded files.
Format: 10 - 10 bytes
10k - 10 KB
10m - 10 MB
1g - 1 GB






MyFacesExtensionsFilter

*.jsp




 
MyFacesExtensionsFilter
/faces/myFacesExtensionResource/*







org.springframework.web.util.Log4jConfigListener






org.springframework.web.context.ContextLoaderListener





org.apache.myfaces.webapp.StartupServletContextListe
ner




FacesServlet

org.apache.myfaces.webapp.MyFacesServlet


1



FacesServlet
*.faces


FacesServlet
/faces/*




30



index.jsp


***

So my questions are:
1. Have you any eperience with running MyFaces on EAServer?
2. Do you know where is the problem and how could I solve this?

I'm quite desperate with it and will be grateful if you help me.
Thank you for your advice.

Best regards Petr Jurak

P.S. If you would like to know some other details I'll send you on demand.



Ing. Jurák Petr
Java Developer
Czech Post





[Trinidad] Default skinning properties and CSS content

2007-06-18 Thread MOLINA Stéphane
Hi,
 
I have some problems using Trinidad skining. Some css elements seems to be 
ignored :

For example :

af|column::cell-text {
border-style: none;
text-align: left;
vertical-align: middle;
font-size: 10px;
padding: 0px 4px 0px 4px;
margin: 0px 0px 0px 0px;
line-height: 21px;
background-color: #E7F8D4;
}

Here, border-style wont be used. I think it is not a property
of cell-TEXT but I do not find how to change borders on the
documentation.


regards,


-- 
Stéphane Molina


Base is null error

2007-06-18 Thread Sandip Patil

Hi All,

I am facing very strange problem.One time my application running 

fine and another time(when I try to create another project

with another name) its giving me following error.

javax.servlet.ServletException: Base is null: loginFormBean   
javax.faces.webapp.FacesServlet.service(FacesServlet.java:202)   
org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
  
  
  root cause 
javax.faces.el.PropertyNotFoundException: Base is null: loginFormBean  

where loginFormBean is my Bean's alias name from faces-config file.


I searched almost for everything on google but not succeeded.

 

I am using jdk 1.5,apache-tomcat-5.5.17,Exadel.

 

I have both set of jar files jsf-api.jar,jsf-impl.jar 

And myfaces-api.jar,myfaces-impl.jar


On various forum I got reply saying use only one set of files 

out of these two(i.e. Sun RI or myfaces).

But clearly first time my application running fine with these two

set of jar files why I should remove one set of jar file for second time

project creation.

(If I do so some of functionalities will not work for second time project 

creation)

Here I am giving remaining jar files from my web-inf/lib folder

bp-ui-14.jar,chartengineapi.jar,com.ibm.icu_3.4.4.1.jar,common-annotations.jar,commons-beanutils.jar

commons-cli-1.0.jar,commons-codec-1.3.jar,commons-collections-2.1.1.jar,commons-collections.jar

commons-digester.jar,commons-fileupload-1.1.1.jar,commons-fileupload.jar,commons-io-1.2.jar

commons-lang.jar,commons-logging-1.0.4.jar,commons-logging-1.1.jar

commons-logging.jar,coreapi.jar,dataadapterapi.jar,dom4j-1.6.jar,

dteapi.jar,engineapi.jar,flute.jar,itext-1.4.6.jar,j2ee.jar,js.jar,jsf-api.jar

jsf-impl.jar,jstl.jar,jta.jar,jxls-core-0.9.1.jar,log4j-1.2.13.jar,

modelapi.jar,myfaces-api.jar,myfaces-impl.jar,ojdbc14.jar,org.eclipse.emf.common_2.2.0.v200606051102.jar

org.eclipse.emf.ecore.xmi_2.2.0.v200606051102.jar,org.eclipse.emf.ecore_2.2.0.v200606051102.jar,

org.eclipse.swt.win32.win32.x86_3.2.0.v3232l.jar,poi-2.5.1-final-20040804.jar,poi-contrib-2.5.1-final-20040804.jar

poi-scratchpad-2.5.1-final-20040804.jar,sac.jar,sandbox.jar,scriptapi.jar,shale-remoting.jar

standard.jar,tlddoc.jar,tomahawk.jar,toplink-essentials.jar,toplink-essentials-agent.jar,

viewer.jar,xerces-2.6.2.jar.

 

my web.xml contain listener as,


 
org.apache.myfaces.webapp.StartupServletContextListener



 

Also ,I tried to create project in eclipse -clean mode(thinking of clearing 
cache).

but it also not helped.

Please help me in this.

Thanks

Sandip

 

 
-
Don't get soaked.  Take a quick peak at the forecast 
 with theYahoo! Search weather shortcut.

Re: [Trinidad] Default skinning properties and CSS content

2007-06-18 Thread Simon Lessard

Hello Stéphane,

Do you have Firebug? If so, inspect the generated code and you'll see what
style selector is being used to set the table's cell borders. Using the
.AFTableCellDataBorderColor:alias alias might be another option.

On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED]> wrote:


Hi,

I have some problems using Trinidad skining. Some css elements seems to be
ignored :

For example :

af|column::cell-text {
border-style: none;
text-align: left;
vertical-align: middle;
font-size: 10px;
padding: 0px 4px 0px 4px;
margin: 0px 0px 0px 0px;
line-height: 21px;
background-color: #E7F8D4;
}

Here, border-style wont be used. I think it is not a property
of cell-TEXT but I do not find how to change borders on the
documentation.


regards,


--
Stéphane Molina



Re: Base is null error

2007-06-18 Thread jnordstrom
Hi, Sounds like loginFormBean  has not been entered as a managed bean in faces-config.xml. Jakob-Sandip Patil <[EMAIL PROTECTED]> wrote: -To: users@myfaces.apache.orgFrom: Sandip Patil <[EMAIL PROTECTED]>Date: 06/18/2007 01:26PMSubject: Base is null errorHi All,I am facing very strange problem.One time my application running fine and another time(when I try to create another projectwith another name) its giving me following error.javax.servlet.ServletException: Base is null: loginFormBean   javax.faces.webapp.FacesServlet.service(FacesServlet.java:202)   org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)  root cause javax.faces.el.PropertyNotFoundException: Base is null: loginFormBean  where loginFormBean is my Bean's alias name from faces-config file.I searched almost for everything on google but not succeeded. I am using jdk 1.5,apache-tomcat-5.5.17,Exadel. I have both set of jar files jsf-api.jar,jsf-impl.jar And myfaces-api.jar,myfaces-impl.jarOn various forum I got reply saying use only one set of files out of these two(i.e. Sun RI or myfaces).But clearly first time my application running fine with these twoset of jar files why I should remove one set of jar file for second timeproject creation.(If I do so some of functionalities will not work for second time project creation)Here I am giving remaining jar files from my web-inf/lib folderbp-ui-14.jar,chartengineapi.jar,com.ibm.icu_3.4.4.1.jar,common-annotations.jar,commons-beanutils.jarcommons-cli-1.0.jar,commons-codec-1.3.jar,commons-collections-2.1.1.jar,commons-collections.jarcommons-digester.jar,commons-fileupload-1.1.1.jar,commons-fileupload.jar,commons-io-1.2.jarcommons-lang.jar,commons-logging-1.0.4.jar,commons-logging-1.1.jarcommons-logging.jar,coreapi.jar,dataadapterapi.jar,dom4j-1.6.jar,dteapi.jar,engineapi.jar,flute.jar,itext-1.4.6.jar,j2ee.jar,js.jar,jsf-api.jarjsf-impl.jar,jstl.jar,jta.jar,jxls-core-0.9.1.jar,log4j-1.2.13.jar,modelapi.jar,myfaces-api.jar,myfaces-impl.jar,ojdbc14.jar,org.eclipse.emf.common_2.2.0.v200606051102.jarorg.eclipse.emf.ecore.xmi_2.2.0.v200606051102.jar,org.eclipse.emf.ecore_2.2.0.v200606051102.jar,org.eclipse.swt.win32.win32.x86_3.2.0.v3232l.jar,poi-2.5.1-final-20040804.jar,poi-contrib-2.5.1-final-20040804.jarpoi-scratchpad-2.5.1-final-20040804.jar,sac.jar,sandbox.jar,scriptapi.jar,shale-remoting.jarstandard.jar,tlddoc.jar,tomahawk.jar,toplink-essentials.jar,toplink-essentials-agent.jar,viewer.jar,xerces-2.6.2.jar. my web.xml contain listener as, org.apache.myfaces.webapp.StartupServletContextListener Also ,I tried to create project in eclipse -clean mode(thinking of clearing cache).but it also not helped.Please help me in this.ThanksSandip Don't get soaked.  Take a quick peak at the forecast  with theYahoo! Search weather shortcut.
---
[This E-mail has been scanned for viruses but it is your responsibility
to maintain up to date anti virus software on the device that you are
currently using to read this email. ]



RE: [Trinidad] Default skinning properties and CSS content

2007-06-18 Thread MOLINA Stéphane
Well,
 
I should have put an other example :
 
af|column::sortable-header-text {
border-style: none;
color: #FF;
font-weight: bold;
text-align: center;
}

Here, border-style is not used. In firebug I saw that the border-style
is over-ridden by :

.OraSortableHeaderBorder, .xao {sylveaskin-deskto... (line 192)
border-style:inset;
border-width:2px;
}

How can I modify the .OraSortableHeaderBorder, .xao selector ?


Good afternoon.


-- 
Stéphane Molina




De : Simon Lessard [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 18 juin 2007 14:27
À : MyFaces Discussion
Objet : Re: [Trinidad] Default skinning properties and CSS content


Hello Stéphane,

Do you have Firebug? If so, inspect the generated code and you'll see what 
style selector is being used to set the table's cell borders. Using the 
.AFTableCellDataBorderColor:alias alias might be another option.


On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED] > wrote: 

Hi,

I have some problems using Trinidad skining. Some css elements seems to 
be ignored : 

For example :

af|column::cell-text {
border-style: none;
text-align: left;
vertical-align: middle;
font-size: 10px;
padding: 0px 4px 0px 4px;
margin: 0px 0px 0px 0px;
line-height: 21px;
background-color: #E7F8D4; 
}

Here, border-style wont be used. I think it is not a property
of cell-TEXT but I do not find how to change borders on the
documentation.


regards,


--
Stéphane Molina





Re: [Trinidad] Default skinning properties and CSS content

2007-06-18 Thread Matthias Wessendorf

xao is the compressed name.

Perhaps some other styles are overridden by others?
Does Firebug show you a line through ?

-M

On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED]> wrote:

Well,

I should have put an other example :

af|column::sortable-header-text {
border-style: none;
color: #FF;
font-weight: bold;
text-align: center;
}

Here, border-style is not used. In firebug I saw that the border-style
is over-ridden by :

.OraSortableHeaderBorder, .xao {sylveaskin-deskto... (line 192)
border-style:inset;
border-width:2px;
}

How can I modify the .OraSortableHeaderBorder, .xao selector ?


Good afternoon.


--
Stéphane Molina




De : Simon Lessard [mailto:[EMAIL PROTECTED]
Envoyé : lundi 18 juin 2007 14:27
À : MyFaces Discussion
Objet : Re: [Trinidad] Default skinning properties and CSS content


Hello Stéphane,

Do you have Firebug? If so, inspect the generated code and you'll see what 
style selector is being used to set the table's cell borders. Using the 
.AFTableCellDataBorderColor:alias alias might be another option.


On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED] > wrote:

Hi,

I have some problems using Trinidad skining. Some css elements seems to 
be ignored :

For example :

af|column::cell-text {
border-style: none;
text-align: left;
vertical-align: middle;
font-size: 10px;
padding: 0px 4px 0px 4px;
margin: 0px 0px 0px 0px;
line-height: 21px;
background-color: #E7F8D4;
}

Here, border-style wont be used. I think it is not a property
of cell-TEXT but I do not find how to change borders on the
documentation.


regards,


--
Stéphane Molina







--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org


Re: Base is null error

2007-06-18 Thread Volker Weber

Hi Sandip,

2007/6/18, Sandip Patil <[EMAIL PROTECTED]>:

Hi All,
I am facing very strange problem.One time my application running
fine and another time(when I try to create another project
with another name) its giving me following error.
javax.servlet.ServletException: Base is null: loginFormBean
javax.faces.webapp.FacesServlet.service(FacesServlet.java:202)
org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)


root cause javax.faces.el.PropertyNotFoundException: Base
is null: loginFormBean
where loginFormBean is my Bean's alias name from faces-config file.
I searched almost for everything on google but not succeeded.

I am using jdk 1.5,apache-tomcat-5.5.17,Exadel.

I have both set of jar files jsf-api.jar,jsf-impl.jar
And
 myfaces-api.jar,myfaces-impl.jar

On various forum I got reply saying use only one set of files
out of these two(i.e. Sun RI or myfaces).
But clearly first time my application running fine with these two
set of jar files why I should remove one set of jar file for second time
project creation.


Because your app did not run!
At least jsf-api.jar and myfaces-api.jar contains different
implementations of the same classes.

Your should find out whats wrong with the other functionalities which
not work now.
There is the problem, not in how to make two different implementations
of jsf work together.

Regards,
   Volker



(If I do so some of functionalities will not work for second time project
creation)
Here I am giving remaining jar files from my web-inf/lib
 folder
bp-ui-14.jar,chartengineapi.jar,com.ibm.icu_3.4.4.1.jar,common-annotations.jar,commons-beanutils.jar
commons-cli-1.0.jar,commons-codec-1.3.jar,commons-collections-2.1.1.jar,commons-collections.jar
commons-digester.jar,commons-fileupload-1.1.1.jar,commons-fileupload.jar,commons-io-1.2.jar
commons-lang.jar,commons-logging-1.0.4.jar,commons-logging-1.1.jar
commons-logging.jar,coreapi.jar,dataadapterapi.jar,dom4j-1.6.jar,
dteapi.jar,engineapi.jar,flute.jar,itext-1.4.6.jar,j2ee.jar,js.jar,jsf-api.jar
jsf-impl.jar,jstl.jar,jta.jar,jxls-core-0.9.1.jar,log4j-1.2.13.jar,
modelapi.jar,myfaces-api.jar,myfaces-impl.jar,ojdbc14.jar,org.eclipse.emf.common_2.2.0.v200606051102.jar
org.eclipse.emf.ecore.xmi_2.2.0.v200606051102.jar,org.eclipse.emf.ecore_2.2.0.v200606051102.jar,
org.eclipse.swt.win32.win32.x86_3.2.0.v3232l.jar,poi-2.5.1-final-20040804.jar,poi-contrib-2.5.1-final-2004080
4.jar
poi-scratchpad-2.5.1-final-20040804.jar,sac.jar,sandbox.jar,scriptapi.jar,shale-remoting.jar
standard.jar,tlddoc.jar,tomahawk.jar,toplink-essentials.jar,toplink-essentials-agent.jar,
viewer.jar,xerces-2.6.2.jar.

my web.xml contain listener as,

org.apache.myfaces.webapp.StartupServletContextListener


Also ,I tried to create project in eclipse -clean mode(thinking of clearing
cache).
but it also not helped.
Please help me in this.
Thanks
Sandip



 
 Don't get soaked. Take a quick peak at the forecast
 with theYahoo! Search weather shortcut.




RE: [Trinidad] Default skinning properties and CSS content

2007-06-18 Thread MOLINA Stéphane
It is more simple I do some cpy/paste of the content of firebug panel.

My "border-style:none" seems to be the ".x77, .x79" one. I think 
that .OraSortableHeaderBorder is the selector over-riding the border style.

I tried to use -tr-inhibit: all; (I solved my table skining problem on cells
borders this way) on it but it did not work.


.OraSortableHeaderBorder, .xao {sylveaskin-deskto... (line 192)
border-style:inset;
border-width:2px;
}

.x77, .x79 {sylveaskin-deskto... (line 135)
background-color:#CC;
border-color:#99;
border-style:none;
color:#FF;
cursor:pointer;
font-family:Arial,Helvetica,Geneva,sans-serif;
font-size:10pt;
font-weight:bold;
text-align:center;
vertical-align:bottom;
}

Inherited from tr
.tableau tr {tableau.css (line 101)
line-height:21px;
}

Inherited from table.x6d
.x6d {sylveaskin-deskto... (line 117)
border-collapse:collapse;
border-style:none;
}

Inherited from td
.tableau td {tableau.css (line 33)
color:#4C5852;
font-size:10px;
text-align:left;
}

Inherited from tr
.tableau tr {tableau.css (line 101)
line-height:21px;
}

Inherited from div.tableau
.tableau {tableau.css (line 4)
font-size:11px;
}

Inherited from body
body {generique.css (line 4)
font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
font-size:0.8em;
}

body {theme.css (line 74)
color:#616161;
font-family:Arial,sans-serif;
}

body {sylveaskin-deskto... (line 31)
font-family:Arial,Helvetica,Geneva,sans-serif;
}



Best regards,

-- 
Stephane Molina
 

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Matthias 
Wessendorf
Envoyé : lundi 18 juin 2007 14:53
À : MyFaces Discussion
Objet : Re: [Trinidad] Default skinning properties and CSS content

xao is the compressed name.

Perhaps some other styles are overridden by others?
Does Firebug show you a line through ?

-M

On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED]> wrote:
> Well,
>
> I should have put an other example :
>
> af|column::sortable-header-text {
> border-style: none;
> color: #FF;
> font-weight: bold;
> text-align: center;
> }
>
> Here, border-style is not used. In firebug I saw that the border-style 
> is over-ridden by :
>
> .OraSortableHeaderBorder, .xao {sylveaskin-deskto... (line 192)
> border-style:inset;
> border-width:2px;
> }
>
> How can I modify the .OraSortableHeaderBorder, .xao selector ?
>
>
> Good afternoon.
>
>
> --
> Stéphane Molina
>
>
> 
>
> De : Simon Lessard [mailto:[EMAIL PROTECTED]
> Envoyé : lundi 18 juin 2007 14:27
> À : MyFaces Discussion
> Objet : Re: [Trinidad] Default skinning properties and CSS content
>
>
> Hello Stéphane,
>
> Do you have Firebug? If so, inspect the generated code and you'll see what 
> style selector is being used to set the table's cell borders. Using the 
> .AFTableCellDataBorderColor:alias alias might be another option.
>
>
> On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED] > wrote:
>
> Hi,
>
> I have some problems using Trinidad skining. Some css elements seems 
> to be ignored :
>
> For example :
>
> af|column::cell-text {
> border-style: none;
> text-align: left;
> vertical-align: middle;
> font-size: 10px;
> padding: 0px 4px 0px 4px;
> margin: 0px 0px 0px 0px;
> line-height: 21px;
> background-color: #E7F8D4;
> }
>
> Here, border-style wont be used. I think it is not a property
> of cell-TEXT but I do not find how to change borders on the
> documentation.
>
>
> regards,
>
>
> --
> Stéphane Molina
>
>
>
>


--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org


jsf SUN RI Tomahawk 1.1.5 tree2 javascript error

2007-06-18 Thread RRobertMM

I try to use a Tomahawk tree2 component with clientSideToggle=false

I receive the following javascript error:

document.forms.form1['tree:org.apache.myfaces.tree.NAV_COMMAND'] has no
properties

Has anyone a solution for this problem or can tell me more about it?

Thanks.
-- 
View this message in context: 
http://www.nabble.com/jsf-SUN-RI-Tomahawk-1.1.5-tree2-javascript-error-tf3940061.html#a11174962
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Messages not displaying

2007-06-18 Thread jnordstrom
Hi, I got an application where I populate my managed beans in their constructors.  When data loading fails I add a message in the FacesContext and subsequently display it in the the page using the message tag.  This works for one of my page/bean combinations but not for another (ie messages are displayed on one page but not the other).  When I debug I can see the massage beigh added to the FacesContext in both instances, but debugging the jsp suggests that there are no messages in the faces context for the page that fails to display messages.  Both beans are in session scope and set up in the same manner.   All I can think of is that the context has somehow changed but no idea why that would happen or how I could prevent it. Any ideas why this is happening anyone? Regards,Jakob
---
[This E-mail has been scanned for viruses but it is your responsibility
to maintain up to date anti virus software on the device that you are
currently using to read this email. ]



Re: s:modalDialog

2007-06-18 Thread Werner Punz
Angel Miralles Arevalo schrieb:
> Hi everyone, can anybody tell me if it's possible to have an inputText
> inside a modal dialog and regard it when we close the dialog.
>  
> I'm trying but the value is always empty. It is impossible to call an
> action method or an action listener too.
>  
> Thanks a lot!!!
> 

Yes you can, but you have to have the dialog outside a form and embedd a
form inside, if you then submit the form you will get a full refresh cycle.

Alternatively you can use javascript if you want to bypass the cyle
and use t:inputText and forceId = "true"

otherwise the ids will be mapped to the jsf inherent form:controlid ...
naming scheme!




Werner



[tobago] how can I have a list of radio boxes in a sheet (one in each line) and belonging to the same group

2007-06-18 Thread Zied Hamdi

is it possible to do sth like:




...

 

   

  

   

 

...


and join occurences with a group name (to have the radio buttons behaviour)
???. Note: maybe if it's not possible today, may we extend the taglib
selectOneRadio to see if the same id is many times in the sheet...
<>

Re: How to move data from JavaScript into MyFaces-Bean?

2007-06-18 Thread Bryan Basham

Hello.

I'm not sure what you are trying to do, but it is very easy to
use JavaScript (JS) to insert a value into a JSF component, such
as a text field.  I do this all of the time.  I have raw HTML/JS
client-side components and as the form is being submitted I have
JS functions that package the data into a hidden field JSF component.
This data in this component is then sent to the backing bean for
server-side processing.

The key is known the clientID for the JSF component.  Usually, this
clientID is a combination of the form id and the component's id. So...

...
  
...


The JS function would then do something like...
function storeCompositeData()
{
   var jsfComponent = document.getElementById('xyz:data');
   var compValue = ... // calculate composite data string
   jsfComponent.value = compValue;
}

HTH,
Bryan


mufflon wrote:

Hey!
I have the problem the problem that I´ve got no idea hovw I could move data,
e.g. an array or something else, to a myFaces-Bean.
Anyone an idea? 
Greets

mufflone
  




Re: [Trinidad] Default skinning properties and CSS content

2007-06-18 Thread Simon Lessard

Hello,

You're skinning the header right? Not the content? Else I don't know what
that selector is doing there. At worst you could override

.OraSortableHeaderBorder directly, although this selector is private and
will most likely change in the near future.


Regards,

~ Simon

On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED]> wrote:


It is more simple I do some cpy/paste of the content of firebug panel.

My "border-style:none" seems to be the ".x77, .x79" one. I think
that .OraSortableHeaderBorder is the selector over-riding the border
style.

I tried to use -tr-inhibit: all; (I solved my table skining problem on
cells
borders this way) on it but it did not work.


.OraSortableHeaderBorder, .xao {sylveaskin-deskto... (line 192)
border-style:inset;
border-width:2px;
}

.x77, .x79 {sylveaskin-deskto... (line 135)
background-color:#CC;
border-color:#99;
border-style:none;
color:#FF;
cursor:pointer;
font-family:Arial,Helvetica,Geneva,sans-serif;
font-size:10pt;
font-weight:bold;
text-align:center;
vertical-align:bottom;
}

Inherited from tr
.tableau tr {tableau.css (line 101)
line-height:21px;
}

Inherited from table.x6d
.x6d {sylveaskin-deskto... (line 117)
border-collapse:collapse;
border-style:none;
}

Inherited from td
.tableau td {tableau.css (line 33)
color:#4C5852;
font-size:10px;
text-align:left;
}

Inherited from tr
.tableau tr {tableau.css (line 101)
line-height:21px;
}

Inherited from div.tableau
.tableau {tableau.css (line 4)
font-size:11px;
}

Inherited from body
body {generique.css (line 4)
font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
font-size:0.8em;
}

body {theme.css (line 74)
color:#616161;
font-family:Arial,sans-serif;
}

body {sylveaskin-deskto... (line 31)
font-family:Arial,Helvetica,Geneva,sans-serif;
}



Best regards,

--
Stephane Molina


-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de
Matthias Wessendorf
Envoyé : lundi 18 juin 2007 14:53
À : MyFaces Discussion
Objet : Re: [Trinidad] Default skinning properties and CSS content

xao is the compressed name.

Perhaps some other styles are overridden by others?
Does Firebug show you a line through ?

-M

On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED]> wrote:
> Well,
>
> I should have put an other example :
>
> af|column::sortable-header-text {
> border-style: none;
> color: #FF;
> font-weight: bold;
> text-align: center;
> }
>
> Here, border-style is not used. In firebug I saw that the border-style
> is over-ridden by :
>
> .OraSortableHeaderBorder, .xao {sylveaskin-deskto... (line 192)
> border-style:inset;
> border-width:2px;
> }
>
> How can I modify the .OraSortableHeaderBorder, .xao selector ?
>
>
> Good afternoon.
>
>
> --
> Stéphane Molina
>
>
> 
>
> De : Simon Lessard [mailto:[EMAIL PROTECTED]
> Envoyé : lundi 18 juin 2007 14:27
> À : MyFaces Discussion
> Objet : Re: [Trinidad] Default skinning properties and CSS content
>
>
> Hello Stéphane,
>
> Do you have Firebug? If so, inspect the generated code and you'll see
what style selector is being used to set the table's cell borders. Using the
.AFTableCellDataBorderColor:alias alias might be another option.
>
>
> On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED] > wrote:
>
> Hi,
>
> I have some problems using Trinidad skining. Some css elements
seems to be ignored :
>
> For example :
>
> af|column::cell-text {
> border-style: none;
> text-align: left;
> vertical-align: middle;
> font-size: 10px;
> padding: 0px 4px 0px 4px;
> margin: 0px 0px 0px 0px;
> line-height: 21px;
> background-color: #E7F8D4;
> }
>
> Here, border-style wont be used. I think it is not a
property
> of cell-TEXT but I do not find how to change borders on
the
> documentation.
>
>
> regards,
>
>
> --
> Stéphane Molina
>
>
>
>


--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org



Javascript error on IE (_link_hidden)

2007-06-18 Thread Nicola Benaglia

Hi,
only on IE I am getting javascript error box:

   elements.form_name._link_hidden is null or not an object.

I just downloaded Tomahawk-1.1.6
But I still get the error.

The problem is cause by the following code:



 ...
   


I need to submit some ID retrieved from a just build table.

Someone has had the same problem?

Thank you,
Nicola


RE: [Trinidad] Page flow scope and Back button

2007-06-18 Thread William Hoover
What other approaches are being investigated regarding the back button and 
bookmarking issue?

HTML 5:
http://www.whatwg.org/specs/web-apps/current-work/#pushstate

Possible solutions:
http://www.onjava.com/pub/a/onjava/2005/10/26/ajax-handling-bookmarks-and-back-button.html?page=1
http://www.robertnyman.com/ask/


-Original Message-
From: Adam Winer [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 14, 2007 2:09 PM
To: MyFaces Discussion
Subject: Re: [Trinidad] Page flow scope and Back button


Ah, OK.  Yeah, it'd be a great enhancement.  It hasn't
happened since we open-sourced because no one's
brought up the idea before.  Why things do or don't
happen at Oracle is another question altogether.

-- Adam


On 6/14/07, William Hoover <[EMAIL PROTECTED]> wrote:
> A back button detection/management mechanism similar to GWT HistoryListener.
>
> -Original Message-
> From: Adam Winer [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 14, 2007 1:35 PM
> To: MyFaces Discussion
> Subject: Re: [Trinidad] Page flow scope and Back button
>
>
> What's "this"?
>
> -- Adam
>
>
> On 6/14/07, William Hoover <[EMAIL PROTECTED]> wrote:
> > I wonder why this was not implemented in trinidad's base classes/interfaces 
> > in a generic way?
> >
> > -Original Message-
> > From: Adam Winer [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, June 13, 2007 9:26 PM
> > To: MyFaces Discussion
> > Subject: Re: [Trinidad] Page flow scope and Back button
> >
> >
> > On 6/13/07, D. Cardon <[EMAIL PROTECTED]> wrote:
> > > Thanks for the tip!  That makes a lot of sense to me, but I'm a little 
> > > confused about
> > > implementation.  Does it make a difference 'when' in the lifecycle I set 
> > > the variables?
> > >
> > > For example, suppose the user enters the URL for my create page: 
> > > */create.jsf
> > > Then, there will be no attributes stored on the page.  So, I create them, 
> > > but that occurs
> > > in the render response phase of the page:
> >
> > That's the problem!  It's a gotcha with page flow scope:  if you wait
> > until render response to add something, it gets dropped.  I think
> > there's a logged warning, but I'm not 100% sure of that.
> >
> > The reason for this is that we generate tokens lazily - we don't
> > want to add a pageflowscope token unless absolutely necessary -
> > but if you add it in render response, we've likely already sent the
> > postback URL down to the client.
> >
> > -- Adam
> >
> >
> > >
> > > 
> > > RequestContext.getCurrentInstance().getPageFlowScope().put("createdVar", 
> > > Boolean.FALSE);
> > > Boolean [] createdArr = new Boolean[ 1 ];
> > > createdArr[ 0 ] = Boolean.FALSE;
> > > 
> > > RequestContext.getCurrentInstance().getPageFlowScope().put("createdArr", 
> > > createdArr);
> > >
> > > Then, when the user presses 'save' on the page, then the save method 
> > > runs, in which I update the
> > > variables:
> > >
> > > RequestContext context = RequestContext.getCurrentInstance();
> > > context.getPageFlowScope().put("createdVar", Boolean.TRUE);
> > > Boolean [] createdArr = (Boolean []) 
> > > context.getPageFlowScope().get("createdArr");
> > > createdArr[ 0 ] = Boolean.TRUE;
> > >
> > > When I press the 'back' button, then neither of these attributes exist on 
> > > the page--it's as though
> > > the user had re-entered the page URL.
> > >
> > > So, I think I'm missing an important piece--how do I make sure the page 
> > > attributes are stored on
> > > the page to begin with?  or is there no way to do that?
> > >
> > > Thanks again for your help,
> > >
> > > --David
> > >
> > > --- Adam Winer <[EMAIL PROTECTED]> wrote:
> > >
> > > > Sure, what you do is:
> > > > - Store a token - Integer, String, enum, anything you want, that 
> > > > indicates
> > > > what page you're on, just like you're doing now.  As you know, this 
> > > > will be
> > > > restore when the back button is hit.
> > > >
> > > > - In addition to storing that token right on the pageFlowScope, also 
> > > > set it
> > > > into a one-element array on the pageFlowScope - but don't create a new 
> > > > array
> > > > each time, just keep writing into that first element.
> > > >
> > > > The one-element array will *not* be restored to its prior state, because
> > > > it's still the same instance.  Consequently, when you go back a page, 
> > > > you'll
> > > > see that the token directly on the page won't match the token within the
> > > > array.  Back button detected!
> > > >
> > > > You could encapsulate this strategy into a reusable object if desired.
> > > >
> > > > -- Adam
> > > >
> > > >
> > > >
> > > > On 6/11/07, D. Cardon <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > Thanks, that clarifies the documentation.
> > > > >
> > > > > So, my follow-up question would be: Is there any way that I can 
> > > > > detect in
> > > > > Trinidad that the user
> > > > > has gone from one page to the next one and then back again?
> > > > >
> > > > > Thank you for your help,
> > > > >
> 

Re: Messages not displaying

2007-06-18 Thread Volker Weber

Hi,

any redirect in navigation rules?


Regards,
   Volker

2007/6/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:

Hi,

I got an application where I populate my managed beans in their
constructors.  When data loading fails I add a message in the FacesContext
and subsequently display it in the the page using the message tag.  This
works for one of my page/bean combinations but not for another (ie messages
are displayed on one page but not the other).  When I debug I can see the
massage beigh added to the FacesContext in both instances, but debugging the
jsp suggests that there are no messages in the faces context for the page
that fails to display messages.  Both beans are in session scope and set up
in the same manner.

All I can think of is that the context has somehow changed but no idea why
that would happen or how I could prevent it.

Any ideas why this is happening anyone?

Regards,
Jakob --- [This E-mail has been scanned for viruses but it is your
responsibility to maintain up to date anti virus software on the device that
you are currently using to read this email. ]


Re: [Trinidad] Portlet configuration

2007-06-18 Thread Scott O'Bryan

Hey Chris,

The 10.1.3.2 bridge will work with ADFFaces, not Trinidad. The 11 Bridge 
from the latest release should be mostly feature complete. The reason 
for this is that the 10.1.3.2 solution was done after ADFFaces was 
released so there was little effort in making it fully complete. Since 
the 11 bridge was built around the Trinidad work (and takes into account 
much of the issues that will be provided by 301) we were able to provide 
a relatively stable Proof of Concept.


Let me know if you have issues getting 11 to work and I'll help you our. 
It should be pretty straight forward though.


Scott

Innes, Chris wrote:


Hi all,

I understand there are a number of issues/limitations around 
portletization and Trinidad and that these issues will be resolved 
with JSR301. However, from what I’ve been reading it seems possible to 
expose a Trinidad portlet at this time if one accepts these 
limitations. I’ve been trying all sorts of combinations and cannot get 
it too work. Can somebody please post a configuration, portlet.xml & 
web.xml, of a Trinidad application exposed as a portlet that is 
functioning and that I can try against my basic application.


I am running against the Oracle webcenter preconfigured OC4J, as my 
portlet container, that comes bundled with JDeveloper 10.1.3.2


I am happy to use with the Oracle Portlet Faces Bridge or any other 
bridge.


Scott, I’ve noted entries about a proof-of-concept bridge based on the 
Oracle portlet faces bridge, can you please provide us with more 
information on that proof-of-concept?


Thanks,

Chris.





Relative Paths in JSF

2007-06-18 Thread Alexey Kakunin

Hello!
Probably this solution will be helpfull for somebody.
It is about how to use relative paths to resources in MyFaces based
application

Any comments or suggestions are welcomed

http://www.emforge.org/wiki/RelativePathsInJSF

--
With Best Regards,
Alexey Kakunin, EmDev Limited

Professional Software Development:
http://www.emdev.ru


Re: [Trinidad] Portlet configuration

2007-06-18 Thread Scott O'Bryan
Because Trinidad needs to be standards compliant, we do not need this. 
It was replaced by the Trinidad configurator mechanism which happens 
regardless of the filter (the filter just makes it run earlier and 
handles some of the usecases we havn't had time to research yet. If you 
want to use Oracle's BC4J with Trinidad then you'll need to make sure 
you have ADFFaces richclient in your classpath. This, at the moment, is 
an Oracle extension to Trinidad and has a lifecycle listener that can be 
used to initialize the Trinidad configurators before the first request 
into faces, thus allowing BC4J to initialize correctly.


The name of this class is 
oracle.adf.view.rich.portal.AdfFacesBridgeLifecycleListener (please note 
the package has changed). I'm looking at a solution which would allow 
the Trinidad Configurator to initialize earlier so that we can make this 
listener obsolete, but for now you'll need it if you want to use BC4J 
with Trinidad.


Scott

Innes, Chris wrote:


Further to this, is there a Trinidad equivalent of the 
ADFFacesBridgeLifecycleListener?


Trinidad functionality is implemented using the TrinidadFilter, 
wouldn’t a corresponding bridge listener be required?


Regards,

Chris.

*From:* Innes, Chris [mailto:[EMAIL PROTECTED]
*Sent:* Friday, 15 June 2007 11:13 PM
*To:* MyFaces Discussion
*Subject:* [Trinidad] Portlet configuration

Hi all,

I understand there are a number of issues/limitations around 
portletization and Trinidad and that these issues will be resolved 
with JSR301. However, from what I’ve been reading it seems possible to 
expose a Trinidad portlet at this time if one accepts these 
limitations. I’ve been trying all sorts of combinations and cannot get 
it too work. Can somebody please post a configuration, portlet.xml & 
web.xml, of a Trinidad application exposed as a portlet that is 
functioning and that I can try against my basic application.


I am running against the Oracle webcenter preconfigured OC4J, as my 
portlet container, that comes bundled with JDeveloper 10.1.3.2


I am happy to use with the Oracle Portlet Faces Bridge or any other 
bridge.


Scott, I’ve noted entries about a proof-of-concept bridge based on the 
Oracle portlet faces bridge, can you please provide us with more 
information on that proof-of-concept?


Thanks,

Chris.





Re: [tobago] how can I have a list of radio boxes in a sheet (one in each line) and belonging to the same group

2007-06-18 Thread Udo Schnurpfeil

Hallo Zied,

there is a special tag for almost this job: tc:columnSelector.
But AFAIK in the moment the only selection model is "multiselect". This 
tag should be extended to other selection models like "singleselect".


You may add a JIRA issue for this.

Regards

Udo

Zied Hamdi schrieb:

is it possible to do sth like:
 
"#{personCtrl.current.bean.phones}" var="phone" >


...

   

 
   


...

 and join occurences with a group name (to have the radio 
buttons behaviour) ???. Note: maybe if it's not possible today, may we 
extend the taglib selectOneRadio  to see if the same id is many times 
in the sheet...
 

 
 








Re: [Trinidad] Portlet configuration

2007-06-18 Thread Scott O'Bryan
This reply is confusing.  :)  Oracle's 11 Bridge and Webcenter WILL work 
with Trinidad.  10.1.3.2 will not.


Scott

Scott O'Bryan wrote:

Hey Chris,

The 10.1.3.2 bridge will work with ADFFaces, not Trinidad. The 11 
Bridge from the latest release should be mostly feature complete. The 
reason for this is that the 10.1.3.2 solution was done after ADFFaces 
was released so there was little effort in making it fully complete. 
Since the 11 bridge was built around the Trinidad work (and takes into 
account much of the issues that will be provided by 301) we were able 
to provide a relatively stable Proof of Concept.


Let me know if you have issues getting 11 to work and I'll help you 
our. It should be pretty straight forward though.


Scott

Innes, Chris wrote:


Hi all,

I understand there are a number of issues/limitations around 
portletization and Trinidad and that these issues will be resolved 
with JSR301. However, from what I’ve been reading it seems possible 
to expose a Trinidad portlet at this time if one accepts these 
limitations. I’ve been trying all sorts of combinations and cannot 
get it too work. Can somebody please post a configuration, 
portlet.xml & web.xml, of a Trinidad application exposed as a portlet 
that is functioning and that I can try against my basic application.


I am running against the Oracle webcenter preconfigured OC4J, as my 
portlet container, that comes bundled with JDeveloper 10.1.3.2


I am happy to use with the Oracle Portlet Faces Bridge or any other 
bridge.


Scott, I’ve noted entries about a proof-of-concept bridge based on 
the Oracle portlet faces bridge, can you please provide us with more 
information on that proof-of-concept?


Thanks,

Chris.








Re: Messages not displaying

2007-06-18 Thread jnordstrom
> any redirect in navigation rules?No, but the page that does not work is accessed from a hyperlink whereas the page that does work is accessed from a commandlink.  Would that make a difference?  To clarify this problem only applies when the page is first loaded.Regards,Jakob[EMAIL PROTECTED] wrote: -To: "MyFaces Discussion" From: "Volker Weber" <[EMAIL PROTECTED]>Sent by: [EMAIL PROTECTED]Date: 06/18/2007 04:24PMSubject: Re: Messages not displayingHi,any redirect in navigation rules?Regards,    Volker2007/6/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:> Hi,>> I got an application where I populate my managed beans in their> constructors.  When data loading fails I add a message in the FacesContext> and subsequently display it in the the page using the message tag.  This> works for one of my page/bean combinations but not for another (ie messages> are displayed on one page but not the other).  When I debug I can see the> massage beigh added to the FacesContext in both instances, but debugging the> jsp suggests that there are no messages in the faces context for the page> that fails to display messages.  Both beans are in session scope and set up> in the same manner.>> All I can think of is that the context has somehow changed but no idea why> that would happen or how I could prevent it.>> Any ideas why this is happening anyone?>> Regards,> Jakob --- [This E-mail has been scanned for viruses but it is your> responsibility to maintain up to date anti virus software on the device that> you are currently using to read this email. ]---[This E-mail has been scanned for viruses but it is your responsibility to maintain up to date anti virus software on the device that you arecurrently using to read this email. ]
---
[This E-mail has been scanned for viruses but it is your responsibility
to maintain up to date anti virus software on the device that you are
currently using to read this email. ]



Re: Problem with JSF (MyFaces)

2007-06-18 Thread Werner Punz
Hard to guess here, but have you checked if your app server comes with
its own jsf implementation which overrides your webapps implementation


Ing. Jurák Petr schrieb:
> Hello,
> last 3 weeks I've tried to start MyFaces+Tomahawk working, but without
> success. :( I'm using WinXP and J2EE server Sybase EAServer 5.3 on Java 5.
> This container should support JSP 1.2 and Servlet 2.3. The version of
> MyFaces is 1.1.5 and Tomahawk extension is 1.1.6.
> On Tomcat 6 server my webapp works fine. But in our company we need to start
> this on EAServer.



Re: Sun Java Application Server 9

2007-06-18 Thread Werner Punz
Juan Ignacio Sánchez Lara schrieb:
> Has anybody managed to make MyFaces 1.1.5 work on SJAS 9? When I try to
> load a jsf page it throws an exception:
>  
> java.lang.UnsupportedOperationException
> javax.faces.application.Application.getELResolver(Application.java:443)
> ...
>  
> It throws it even when I remove jsf-impl from server's lib directory, so
> I assume it's due to servlet version.
> 
The app server probably comes with the JSF RI and overrides myfaces in
the webapp dir...



Re: Sun Java Application Server 9

2007-06-18 Thread Matthias Wessendorf

SJAS 9 is JavaEE 5

removing jsf-impl means, you removed the used IMPL
And only jsf-api (also shipped by the RI) is left.

A JavaEE5 container has to ignore a JSF runtime (and API), shipped
inside WEB-INF/lib.
Therefore myfaces-api / myfaces-impl aren't used.

I am not sure, how easy it is to *change* the used JSF runtime on SJAS 9.
JBoss has a parameter for this, AFAIK.

-Matthias

On 6/13/07, Juan Ignacio Sánchez Lara <[EMAIL PROTECTED]> wrote:

Has anybody managed to make MyFaces 1.1.5 work on SJAS 9? When I try to load
a jsf page it throws an exception:

java.lang.UnsupportedOperationException
javax.faces.application.Application.getELResolver(Application.java:443)
...

It throws it even when I remove jsf-impl from server's lib directory, so I
assume it's due to servlet version.

--
Juan Ignacio Sánchez Lara
Ingeniero Informático + Técnico de Sistemas

Diario: http://juanignaciosl.blogspot.com
Ideas + Ingeniería del Software: http://iiso.blogspot.com/

Fotos (todas): http://www.flickr.com/photos/juanignaciosl
Fotos (selección): http://jpgmag.com/people/juanignaciosl



--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org


RE: [Trinidad] Default skinning properties and CSS content

2007-06-18 Thread MOLINA Stéphane
Hi,

> You're skinning the header right? Not the content?
> Else I don't know what that selector is doing there.

Yes, it is why I use "af|column::sortable-header-text". For information,
css styles included in my previous mail were the content of the firebug panel,
that means that (.x77, .x79, ...) selectors are the selectors generated by 
Trinidad
CSS parser from my skin css...

.x77 and .OraSortableHeaderBorder are both generated by Trinidad, but .x77 seems
to be over-ridden by .OraSortableHeaderBorder. That's the problem, ...

af|column::sortable-header-text seems to be used for changing the header and his
content... Which selector described on the documentation am I supposed to use ?

> At worst you could override .OraSortableHeaderBorder directly, although
> this selector is private and will most likely change in the near future. 

I tried inhibit it in the css included in skin with something like :

.OraSortableHeaderBorder {
-tr-inhibit: all;
}

But it did not work. As private selectors can change, I want to avoid to use 
them.

I think I could abstract the questions in :

"Is there some CLEAN way for modifying the header borders ?"
"Why the user defined value for af|column::sortable-header-text 
border-style
is over-ridden by Trinidad Default value ? (If it is the case ...)"




Good afternoon,


-- 
Stéphane Molina



De : Simon Lessard [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 18 juin 2007 16:33
À : MyFaces Discussion
Objet : Re: [Trinidad] Default skinning properties and CSS content


Hello,

You're skinning the header right? Not the content? Else I don't know what that 
selector is doing there. At worst you could override 

.OraSortableHeaderBorder directly, although this selector is private and will 
most likely change in the near future. 


Regards,

~ Simon


On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED] > wrote: 

It is more simple I do some cpy/paste of the content of firebug panel.

My "border-style:none" seems to be the ".x77, .x79" one. I think
that .OraSortableHeaderBorder is the selector over-riding the border 
style.

I tried to use -tr-inhibit: all; (I solved my table skining problem on 
cells 
borders this way) on it but it did not work.


.OraSortableHeaderBorder, .xao {sylveaskin-deskto... (line 192)
border-style:inset;
border-width:2px;
}

.x77, .x79 {sylveaskin-deskto... (line 135) 
background-color:#CC;
border-color:#99;
border-style:none;
color:#FF;
cursor:pointer;
font-family:Arial,Helvetica,Geneva,sans-serif;
font-size:10pt; 
font-weight:bold;
text-align:center;
vertical-align:bottom;
}

Inherited from tr
.tableau tr {tableau.css (line 101)
line-height:21px;
}

Inherited from table.x6d 
.x6d {sylveaskin-deskto... (line 117)
border-collapse:collapse;
border-style:none;
}

Inherited from td
.tableau td {tableau.css (line 33)
color:#4C5852;
font-size:10px; 
text-align:left;
}

Inherited from tr
.tableau tr {tableau.css (line 101)
line-height:21px;
}

Inherited from div.tableau
.tableau {tableau.css (line 4)
font-size:11px; 
}

Inherited from body
body {generique.css (line 4)
font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
font-size:0.8em;
}

body {theme.css (line 74)
color:#616161; 
font-family:Arial,sans-serif;
}

body {sylveaskin-deskto... (line 31)
font-family:Arial,Helvetica,Geneva,sans-serif;
}



Best regards,

--
Stephane Molina


-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Matthias 
Wessendorf
Envoyé : lundi 18 juin 2007 14:53 
À : MyFaces Discussion
Objet : Re: [Trinidad] Default skinning properties and CSS content

xao is the compressed name.

Perhaps some other styles are overridden by others?
Does Firebug show you a line through ? 

-M

On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED]> wrote:
> Well,
>
> I should have put an other example :
>
> af|column::sortable-header-text { 
> border-style: none;
>

Need to switch image depending on odd or even row in datatable

2007-06-18 Thread Ken Clark


I have a t:datatable which is declared as:



The odd and even styleclasses work fine.  However, I have an image on each
row, and because the background color changes, I need to use 2 different
icons.

How can I go about defining the output such that it uses a different icon
depending on whether the row is odd or even?

Thanks,
ken

-- 
View this message in context: 
http://www.nabble.com/Need-to-switch-image-depending-on-odd-or-even-row-in-datatable-tf3941849.html#a11180728
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: Need to switch image depending on odd or even row in datatable

2007-06-18 Thread Christopher Cudennec

Hi Ken,

you can use attribute "rowIndexVar" for that. E.g.


 #{_index % 2 == 0 ? 'even' : 'odd'}


see: http://myfaces.apache.org/tomahawk/extDataTable.html

Cheers,

Christopher

Ken Clark schrieb:

I have a t:datatable which is declared as:



The odd and even styleclasses work fine.  However, I have an image on each
row, and because the background color changes, I need to use 2 different
icons.

How can I go about defining the output such that it uses a different icon
depending on whether the row is odd or even?

Thanks,
ken

  




Re: Need to switch image depending on odd or even row in datatable

2007-06-18 Thread Ken Clark

Thanks for the quick reply.  

I tried that and got this error:
 
javax.servlet.ServletException: Failed to compile JSP
/order/viewOrdersTable.jsp
viewOrdersTable.jsp:17:14: This attribute is not recognized.
 rowIndexVar="_index"

We are using tomahawk 1.1.3 -- is there a version dependency for
rowIndexVar?

Thanks,
ken 


Christopher Cudennec wrote:
> 
> Hi Ken,
> 
> you can use attribute "rowIndexVar" for that. E.g.
> 
> 
>   #{_index % 2 == 0 ? 'even' : 'odd'}
> 
> 
> see: http://myfaces.apache.org/tomahawk/extDataTable.html
> 
> Cheers,
> 
> Christopher
> 
> Ken Clark schrieb:
>> I have a t:datatable which is declared as:
>>
>> >  var="order"
>>  value="#{orderTable.dataModel}"
>>  first="#{orderTable.pageHandler.firstRowIndex}"
>>  rows="#{orderTable.noOfRows}"
>>  styleClass="dataTable"
>>  rowClasses="odd,even">
>>
>> The odd and even styleclasses work fine.  However, I have an image on
>> each
>> row, and because the background color changes, I need to use 2 different
>> icons.
>>
>> How can I go about defining the output such that it uses a different icon
>> depending on whether the row is odd or even?
>>
>> Thanks,
>> ken
>>
>>   
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Need-to-switch-image-depending-on-odd-or-even-row-in-datatable-tf3941849.html#a11181821
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: Need to switch image depending on odd or even row in datatable

2007-06-18 Thread Ken Clark

I think our problem is that we have build our own datatable extension that I
thought was based on the Tomahawk datatable but is actually based on the
MyFaces baseline datatable implementation.

Looking into switching that now...

Thanks,
ken


Ken Clark wrote:
> 
> Thanks for the quick reply.  
> 
> I tried that and got this error:
>  
> javax.servlet.ServletException: Failed to compile JSP
> /order/viewOrdersTable.jsp
> viewOrdersTable.jsp:17:14: This attribute is not recognized.
>  rowIndexVar="_index"
> 
> We are using tomahawk 1.1.3 -- is there a version dependency for
> rowIndexVar?
> 
> Thanks,
> ken 
> 
> 
> Christopher Cudennec wrote:
>> 
>> Hi Ken,
>> 
>> you can use attribute "rowIndexVar" for that. E.g.
>> 
>> 
>>   #{_index % 2 == 0 ? 'even' : 'odd'}
>> 
>> 
>> see: http://myfaces.apache.org/tomahawk/extDataTable.html
>> 
>> Cheers,
>> 
>> Christopher
>> 
>> Ken Clark schrieb:
>>> I have a t:datatable which is declared as:
>>>
>>> >>  var="order"
>>>  value="#{orderTable.dataModel}"
>>>  first="#{orderTable.pageHandler.firstRowIndex}"
>>>  rows="#{orderTable.noOfRows}"
>>>  styleClass="dataTable"
>>>  rowClasses="odd,even">
>>>
>>> The odd and even styleclasses work fine.  However, I have an image on
>>> each
>>> row, and because the background color changes, I need to use 2 different
>>> icons.
>>>
>>> How can I go about defining the output such that it uses a different
>>> icon
>>> depending on whether the row is odd or even?
>>>
>>> Thanks,
>>> ken
>>>
>>>   
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Need-to-switch-image-depending-on-odd-or-even-row-in-datatable-tf3941849.html#a11182063
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: Need to switch image depending on odd or even row in datatable

2007-06-18 Thread Mike Kienenberger

Extend org.apache.myfaces.component.html.ext.HtmlDataTable instead,
and you should be set.


On 6/18/07, Ken Clark <[EMAIL PROTECTED]> wrote:


I think our problem is that we have build our own datatable extension that I
thought was based on the Tomahawk datatable but is actually based on the
MyFaces baseline datatable implementation.

Looking into switching that now...

Thanks,
ken


Ken Clark wrote:
>
> Thanks for the quick reply.
>
> I tried that and got this error:
>
> javax.servlet.ServletException: Failed to compile JSP
> /order/viewOrdersTable.jsp
> viewOrdersTable.jsp:17:14: This attribute is not recognized.
>  rowIndexVar="_index"
>
> We are using tomahawk 1.1.3 -- is there a version dependency for
> rowIndexVar?
>
> Thanks,
> ken
>
>
> Christopher Cudennec wrote:
>>
>> Hi Ken,
>>
>> you can use attribute "rowIndexVar" for that. E.g.
>>
>> 
>>   #{_index % 2 == 0 ? 'even' : 'odd'}
>> 
>>
>> see: http://myfaces.apache.org/tomahawk/extDataTable.html
>>
>> Cheers,
>>
>> Christopher
>>
>> Ken Clark schrieb:
>>> I have a t:datatable which is declared as:
>>>
>>> >>  var="order"
>>>  value="#{orderTable.dataModel}"
>>>  first="#{orderTable.pageHandler.firstRowIndex}"
>>>  rows="#{orderTable.noOfRows}"
>>>  styleClass="dataTable"
>>>  rowClasses="odd,even">
>>>
>>> The odd and even styleclasses work fine.  However, I have an image on
>>> each
>>> row, and because the background color changes, I need to use 2 different
>>> icons.
>>>
>>> How can I go about defining the output such that it uses a different
>>> icon
>>> depending on whether the row is odd or even?
>>>
>>> Thanks,
>>> ken
>>>
>>>
>>
>>
>>
>
>

--
View this message in context: 
http://www.nabble.com/Need-to-switch-image-depending-on-odd-or-even-row-in-datatable-tf3941849.html#a11182063
Sent from the MyFaces - Users mailing list archive at Nabble.com.




Re-display Table Based on Filter Criterion Provided

2007-06-18 Thread Caroline Jen
I have a table displayed using the 
and the data are of the ArrayDataModel type.

Now, I have to re-display the table again and again
based on a filter criterion provided in a  field.

I believe there is re-usable code that I can apply.

Nevertheless, I searched on the internet and found
something called the Data Grid of Apache Beehive
Project.  I think it is relevant to what I am trying
to do.

Has someone used the Data Grid?  Would you share the
code example?  Thank you.



   

Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.
http://farechase.yahoo.com/


[Trinidad] Trinidad skinning guide

2007-06-18 Thread Perkins, Nate-P63196
It seems like the skinning guide for Trinidad on the Apache Myfaces site
is out of date.  

I'm trying to recreate the Oracle ADF look-and-feel skin but using
Trinidad components, so far its just been trial and error and Firebug to
help me.  Is there a way to get at the original Oracle ADF css file with
the skin selectors?

On another note, does anybody know what happened to the line that used
to separate content from header in the panelHeader component, I noticed
in Trinidad that it no longer has a separator...do I need to put a
separator component in there by hand for each panelHeader?  Also, is the
skin selector for separator still af|objectSeparator or is updated?
(this prompted the first statement).

I'm trying to port to Trinidad, but I've got to be honest, the
documentation and available resources for skinning is poor!


Nate Perkins
480-441-3667
[EMAIL PROTECTED]


Trinidad skinning guide

2007-06-18 Thread Perkins, Nate-P63196
It seems like the skinning guide for Trinidad on the Apache Myfaces site
is out of date.  

I'm trying to recreate the Oracle ADF look-and-feel skin but using
Trinidad components, so far its just been trial and error and Firebug to
help me.  Is there a way to get at the original Oracle ADF css file with
the skin selectors?

On another note, does anybody know what happened to the line that used
to separate content from header in the panelHeader component, I noticed
in Trinidad that it no longer has a separator...do I need to put a
separator component in there by hand for each panelHeader?  Also, is the
skin selector for separator still af|objectSeparator or is updated?
(this prompted the first statement).

I'm trying to port to Trinidad, but I've got to be honest, the
documentation and available resources for skinning is poor!


Nate Perkins
480-441-3667
[EMAIL PROTECTED]

>This email message is for the sole use of the intended recipient(s) and
may contain GDC4S
> confidential or privileged information. Any unauthorized review, use,
disclosure or distribution
> is prohibited. If you are not an intended recipient, please contact
the sender by reply email and
> destroy all copies of the original message.
>

-Original Message-
From: Scott O'Bryan [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 18, 2007 8:46 AM
To: MyFaces Discussion
Subject: Re: [Trinidad] Portlet configuration

This reply is confusing.  :)  Oracle's 11 Bridge and Webcenter WILL work

with Trinidad.  10.1.3.2 will not.

Scott

Scott O'Bryan wrote:
> Hey Chris,
>
> The 10.1.3.2 bridge will work with ADFFaces, not Trinidad. The 11 
> Bridge from the latest release should be mostly feature complete. The 
> reason for this is that the 10.1.3.2 solution was done after ADFFaces 
> was released so there was little effort in making it fully complete. 
> Since the 11 bridge was built around the Trinidad work (and takes into

> account much of the issues that will be provided by 301) we were able 
> to provide a relatively stable Proof of Concept.
>
> Let me know if you have issues getting 11 to work and I'll help you 
> our. It should be pretty straight forward though.
>
> Scott
>
> Innes, Chris wrote:
>>
>> Hi all,
>>
>> I understand there are a number of issues/limitations around 
>> portletization and Trinidad and that these issues will be resolved 
>> with JSR301. However, from what I've been reading it seems possible 
>> to expose a Trinidad portlet at this time if one accepts these 
>> limitations. I've been trying all sorts of combinations and cannot 
>> get it too work. Can somebody please post a configuration, 
>> portlet.xml & web.xml, of a Trinidad application exposed as a portlet

>> that is functioning and that I can try against my basic application.
>>
>> I am running against the Oracle webcenter preconfigured OC4J, as my 
>> portlet container, that comes bundled with JDeveloper 10.1.3.2
>>
>> I am happy to use with the Oracle Portlet Faces Bridge or any other 
>> bridge.
>>
>> Scott, I've noted entries about a proof-of-concept bridge based on 
>> the Oracle portlet faces bridge, can you please provide us with more 
>> information on that proof-of-concept?
>>
>> Thanks,
>>
>> Chris.
>>
>
>



[Trinidad] PPR and GWT components

2007-06-18 Thread D. Cardon
Hi all!

I've been able to get GWT components to comply fairly nicely with Trinidad, but 
now I'd like to
integrate them with PPR.  Right now, the GWT component is updating correctly in 
the hidden Iframe
(_pprIFrame), however, I don't really understand the mechanism for how that 
works.  Apparently,
all of my RPC calls to the back-end are running in the context of the 
_pprIFrame and I need them
on the actual page.  How do I tell Trinidad not to load the component in the 
iframe?  OR can I
hook into how Trinidad performs its PPR?

Thanks for your help!

--David


   

Get the Yahoo! toolbar and be alerted to new email wherever you're surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.php


[Trinidad] Trinidad skinning guide

2007-06-18 Thread Perkins, Nate-P63196
It seems like the skinning guide for Trinidad on the Apache Myfaces site
is out of date.  

I'm trying to recreate the Oracle ADF look-and-feel skin but using
Trinidad components, so far its just been trial and error and Firebug to
help me.  Is there a way to get at the original Oracle ADF css file with
the skin selectors?

On another note, does anybody know what happened to the line that used
to separate content from header in the panelHeader component, I noticed
in Trinidad that it no longer has a separator...do I need to put a
separator component in there by hand for each panelHeader?  Also, is the
skin selector for separator still af|objectSeparator or is it now
af|seperator?  (this prompted the first statement).

I'm trying to port to Trinidad, but I've got to be honest, the
documentation and available resources for skinning is poor!

I apologize if this gets posted numerous times, I've had problems with
email today.


Nate Perkins
480-441-3667
[EMAIL PROTECTED]

> This email message is for the sole use of the intended recipient(s)
> and may contain GDC4S
>  confidential or privileged information. Any unauthorized review, use,
> disclosure or distribution
>  is prohibited. If you are not an intended recipient, please contact
> the sender by reply email and
>  destroy all copies of the original message.
> 
> 


Re: [Trinidad] PPR and GWT components

2007-06-18 Thread Adam Winer

I strongly recommend upgrading to the latest 1.0.2-SNAPSHOT, where this
is all XMLHttpRequest based.  The PPR iframe code is on its way out.

-- Adam


On 6/18/07, D. Cardon <[EMAIL PROTECTED]> wrote:


Hi all!

I've been able to get GWT components to comply fairly nicely with
Trinidad, but now I'd like to
integrate them with PPR.  Right now, the GWT component is updating
correctly in the hidden Iframe
(_pprIFrame), however, I don't really understand the mechanism for how
that works.  Apparently,
all of my RPC calls to the back-end are running in the context of the
_pprIFrame and I need them
on the actual page.  How do I tell Trinidad not to load the component in
the iframe?  OR can I
hook into how Trinidad performs its PPR?

Thanks for your help!

--David





Get the Yahoo! toolbar and be alerted to new email wherever you're
surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.php



Re: [Trinidad] Trinidad skinning guide

2007-06-18 Thread Chris Hane
It's not the Oracle skin; but it is the most complete one that I have been 
able to find.  If you modify or create a new one, it would be great to post 
it to this site for others.


http://code.google.com/p/trinidad-skin-swap/

Chris

Perkins, Nate-P63196 wrote:
It seems like the skinning guide for Trinidad on the Apache Myfaces site 
is out of date. 

I'm trying to recreate the Oracle ADF look-and-feel skin but using 
Trinidad components, so far its just been trial and error and Firebug to 
help me.  Is there a way to get at the original Oracle ADF css file with 
the skin selectors?


On another note, does anybody know what happened to the line that used 
to separate content from header in the panelHeader component, I noticed 
in Trinidad that it no longer has a separator...do I need to put a 
separator component in there by hand for each panelHeader?  Also, is the 
skin selector for separator still af|objectSeparator or is it now 
af|seperator?  (this prompted the first statement).


I'm trying to port to Trinidad, but I've got to be honest, the 
documentation and available resources for skinning is poor!


I apologize if this gets posted numerous times, I've had problems with 
email today.



Nate Perkins
480-441-3667
[EMAIL PROTECTED]

*This email message is for the sole use of the intended recipient(s) and 
may contain GDC4S*
* confidential or privileged information. Any unauthorized review, use, 
disclosure or distribution*
* is prohibited. If you are not an intended recipient, please contact 
the sender by reply email and*

* destroy all copies of the original message*.




FW: [Trinidad] tr:chart and Adobe SVG Viewer

2007-06-18 Thread Geetha Rodricks
Hi

We use the Trinidad suite of components in our project. We were using the
cewolf for charting and are thinking of using the Trinidad Chart component.
>From what I have gathered Trinidad chart uses the Adobe SVS plugin. But
Adobe have decided to discontinue support for the SVG viewer. A line from
their site - "Please note that Adobe has announced
 that it will discontinue support for
Adobe SVG Viewer on January 1, 2008. "

Before we start using the chart component I would like to know how this
affects the Trinidad chart component and what the plans are?

Thanks

Regards
Geetha



CommandNavigationItem Action not working for level 2

2007-06-18 Thread Geetha Rodricks
Hi

I have a 2 level Menu - Implemented using the NavigationPane
I have implemented the top as tabs and second as bar
The elements are commandNavigationItem and I have an action associated with
them.
The action gets called when the tabs at the top level is clicked.
But the action is not called for the child commandNavigationItem in the menu
bar

It used to work - I was using an earlier version of the adf-faces -
adf-faces-*-incubator-m1-SNAPSHOT.jar
But after moving across to the trinidad-*-1.0.0-incubating-SNAPSHOT.jar it
does not work.

Any help would be appreciated.
Below is the part of the code.




  
  


  
  


  


  

Thanks
Regards
Geetha



Re: Base is null error

2007-06-18 Thread sandipp

Hi,

Thanks For your reply.

But can you please explain why this may be happening ?

i.e. when I create project first time(using two set of jars SUN RI & 
myfaces) it worked fine.
But when I try to create project second time (with same jars) its 
giving me base is null error.

Thanks
Sandip


Volker Weber-5 wrote:
> 
> Hi Sandip,
> 
> 2007/6/18, Sandip Patil <[EMAIL PROTECTED]>:
>> Hi All,
>> I am facing very strange problem.One time my application running
>> fine and another time(when I try to create another project
>> with another name) its giving me following error.
>> javax.servlet.ServletException: Base is null: loginFormBean
>> javax.faces.webapp.FacesServlet.service(FacesServlet.java:202)
>> org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
>>
>>
>> root cause javax.faces.el.PropertyNotFoundException: Base
>> is null: loginFormBean
>> where loginFormBean is my Bean's alias name from faces-config file.
>> I searched almost for everything on google but not succeeded.
>>
>> I am using jdk 1.5,apache-tomcat-5.5.17,Exadel.
>>
>> I have both set of jar files jsf-api.jar,jsf-impl.jar
>> And
>>  myfaces-api.jar,myfaces-impl.jar
>>
>> On various forum I got reply saying use only one set of files
>> out of these two(i.e. Sun RI or myfaces).
>> But clearly first time my application running fine with these two
>> set of jar files why I should remove one set of jar file for second time
>> project creation.
> 
> Because your app did not run!
> At least jsf-api.jar and myfaces-api.jar contains different
> implementations of the same classes.
> 
> Your should find out whats wrong with the other functionalities which
> not work now.
> There is the problem, not in how to make two different implementations
> of jsf work together.
> 
> Regards,
> Volker
> 
> 
>> (If I do so some of functionalities will not work for second time project
>> creation)
>> Here I am giving remaining jar files from my web-inf/lib
>>  folder
>> bp-ui-14.jar,chartengineapi.jar,com.ibm.icu_3.4.4.1.jar,common-annotations.jar,commons-beanutils.jar
>> commons-cli-1.0.jar,commons-codec-1.3.jar,commons-collections-2.1.1.jar,commons-collections.jar
>> commons-digester.jar,commons-fileupload-1.1.1.jar,commons-fileupload.jar,commons-io-1.2.jar
>> commons-lang.jar,commons-logging-1.0.4.jar,commons-logging-1.1.jar
>> commons-logging.jar,coreapi.jar,dataadapterapi.jar,dom4j-1.6.jar,
>> dteapi.jar,engineapi.jar,flute.jar,itext-1.4.6.jar,j2ee.jar,js.jar,jsf-api.jar
>> jsf-impl.jar,jstl.jar,jta.jar,jxls-core-0.9.1.jar,log4j-1.2.13.jar,
>> modelapi.jar,myfaces-api.jar,myfaces-impl.jar,ojdbc14.jar,org.eclipse.emf.common_2.2.0.v200606051102.jar
>> org.eclipse.emf.ecore.xmi_2.2.0.v200606051102.jar,org.eclipse.emf.ecore_2.2.0.v200606051102.jar,
>> org.eclipse.swt.win32.win32.x86_3.2.0.v3232l.jar,poi-2.5.1-final-20040804.jar,poi-contrib-2.5.1-final-2004080
>> 4.jar
>> poi-scratchpad-2.5.1-final-20040804.jar,sac.jar,sandbox.jar,scriptapi.jar,shale-remoting.jar
>> standard.jar,tlddoc.jar,tomahawk.jar,toplink-essentials.jar,toplink-essentials-agent.jar,
>> viewer.jar,xerces-2.6.2.jar.
>>
>> my web.xml contain listener as,
>> 
>> org.apache.myfaces.webapp.StartupServletContextListener
>> 
>>
>> Also ,I tried to create project in eclipse -clean mode(thinking of
>> clearing
>> cache).
>> but it also not helped.
>> Please help me in this.
>> Thanks
>> Sandip
>>
>>
>>
>>  
>>  Don't get soaked. Take a quick peak at the forecast
>>  with theYahoo! Search weather shortcut.
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Base-is-null-error-tf3939990.html#a11188080
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: HtmlRendererUtils - There should always be a submitted value

2007-06-18 Thread Shane Petroff

Mike Kienenberger wrote:


binding="#{reportCardBean.mainPanel}"

What scope is reportCardBean?

If the original component is lost, and you bind it to a new component
(probably completely auto-generated, giving the _id* values that we
saw before), then this would explain why the submitted form values can
no longer be matched up to the newly-created component paths in C.
I'm a little confused by this. I was under the impression that one was 
supposed to use request scoped beans when binding to the UI, but you 
seem to be suggesting that this causes the problem.


In any case, to clarify the situation (I hope), I've included a link 
below which points to a zip file containing a stripped down project. 
I've deleted gobs of stuff from there so hopefully the remaining 
classes/files retain some cohesion to an external audience. The zip 
contains java, jsp and config files. In spite of the maven style 
directory structure, I haven't actually migrated yet, so dependencies 
could be a problem. (I'm assuming that most of you will already have 
everything, and including them in the zip would needlessly create a 
larger download). I've also included my Intellij IDEA project files in 
the off chance that someone else uses it. I've mocked out the data 
access layer (no comments on how awful the mocked code is), so it should 
be self contained. I've also included a single Selenium IDE test. It's 
not really a 'test' per se, rather it is a convenient way to navigate to 
the problem page without my having to describe it. Most of the paths 
through this stripped down version are broken, so letting Selenium 
handle the navigation seemed easiest. The test is in src\test\selenium.


I actually have 2 classes of problems I can't figure out. The first is 
the one outlined in this email's subject. If you navigate to the detail 
page via Selenium, then click on one of the other Student command links 
at the left, MyFaces will complain about no submitted values. 
Annoyingly, if you continue selecting different students, the problem 
partially self-corrects in that at least it complains about fewer 
cases... The other problem can be seen by editing application.properties 
and changing the second entry ViewAptitudes to true, then restarting 
Tomcat. This 'enables' some additional gui building code which somehow 
messes with navigating through students via the same command links. With 
the new UI, every *second* click of the student commandLink works. 
During the submits where nothing happens, the appropriate backing bean 
is created, but none of it's methods are called and the page refreshes. 
Any help is greatly appreciated.


http://www.mayet.ca/downloads/


--
Shane



[Trinidad] CommandNavigationItem Action not working for level 2

2007-06-18 Thread Geetha Rodricks
Hi

 Sorry to post it again but updated the subject to include [Trinidad]

I have a 2 level Menu - Implemented using the NavigationPane
I have implemented the top as tabs and second as bar
The elements are commandNavigationItem and I have an action associated with
them.
The action gets called when the tabs at the top level is clicked.
But the action is not called for the child commandNavigationItem in the menu
bar

It used to work - I was using an earlier version of the adf-faces -
adf-faces-*-incubator-m1-SNAPSHOT.jar
But after moving across to the trinidad-*-1.0.0-incubating-SNAPSHOT.jar it
does not work.

Any help would be appreciated.
Below is the part of the code.




  
  


  
  


  


  

Thanks
Regards
Geetha



Re: [Trinidad] Default skinning properties and CSS content

2007-06-18 Thread Adam Winer

I see what you mean, and I think the code here is just wrong.
OraSortableHeaderBorder should be deleted, and
af|column::sortable-header-text should probably be just
af|column::sortable-header.

-- Adam


On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED]> wrote:

Hi,

> You're skinning the header right? Not the content?
> Else I don't know what that selector is doing there.

Yes, it is why I use "af|column::sortable-header-text". For information,
css styles included in my previous mail were the content of the firebug panel,
that means that (.x77, .x79, ...) selectors are the selectors generated by 
Trinidad
CSS parser from my skin css...

.x77 and .OraSortableHeaderBorder are both generated by Trinidad, but .x77 seems
to be over-ridden by .OraSortableHeaderBorder. That's the problem, ...

af|column::sortable-header-text seems to be used for changing the header and his
content... Which selector described on the documentation am I supposed to use ?

> At worst you could override .OraSortableHeaderBorder directly, although
> this selector is private and will most likely change in the near future.

I tried inhibit it in the css included in skin with something like :

.OraSortableHeaderBorder {
-tr-inhibit: all;
}

But it did not work. As private selectors can change, I want to avoid to use 
them.

I think I could abstract the questions in :

"Is there some CLEAN way for modifying the header borders ?"
"Why the user defined value for af|column::sortable-header-text 
border-style
is over-ridden by Trinidad Default value ? (If it is the case ...)"




Good afternoon,


--
Stéphane Molina



De : Simon Lessard [mailto:[EMAIL PROTECTED]
Envoyé : lundi 18 juin 2007 16:33
À : MyFaces Discussion
Objet : Re: [Trinidad] Default skinning properties and CSS content


Hello,

You're skinning the header right? Not the content? Else I don't know what that 
selector is doing there. At worst you could override

.OraSortableHeaderBorder directly, although this selector is private and will 
most likely change in the near future.


Regards,

~ Simon


On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED] > wrote:

It is more simple I do some cpy/paste of the content of firebug panel.

My "border-style:none" seems to be the ".x77, .x79" one. I think
that .OraSortableHeaderBorder is the selector over-riding the border 
style.

I tried to use -tr-inhibit: all; (I solved my table skining problem on 
cells
borders this way) on it but it did not work.


.OraSortableHeaderBorder, .xao {sylveaskin-deskto... (line 192)
border-style:inset;
border-width:2px;
}

.x77, .x79 {sylveaskin-deskto... (line 135)
background-color:#CC;
border-color:#99;
border-style:none;
color:#FF;
cursor:pointer;
font-family:Arial,Helvetica,Geneva,sans-serif;
font-size:10pt;
font-weight:bold;
text-align:center;
vertical-align:bottom;
}

Inherited from tr
.tableau tr {tableau.css (line 101)
line-height:21px;
}

Inherited from table.x6d
.x6d {sylveaskin-deskto... (line 117)
border-collapse:collapse;
border-style:none;
}

Inherited from td
.tableau td {tableau.css (line 33)
color:#4C5852;
font-size:10px;
text-align:left;
}

Inherited from tr
.tableau tr {tableau.css (line 101)
line-height:21px;
}

Inherited from div.tableau
.tableau {tableau.css (line 4)
font-size:11px;
}

Inherited from body
body {generique.css (line 4)
font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
font-size:0.8em;
}

body {theme.css (line 74)
color:#616161;
font-family:Arial,sans-serif;
}

body {sylveaskin-deskto... (line 31)
font-family:Arial,Helvetica,Geneva,sans-serif;
}



Best regards,

--
Stephane Molina


-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Matthias 
Wessendorf
Envoyé : lundi 18 juin 2007 14:53
À : MyFaces Discussion
Objet : Re: [Trinidad] Default skinning properties and CSS content

xao is the compressed name.

Perhaps some other styles are overridden by others?
Does Firebug show you a line through ?

-M

On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED]> wrote:
> Well,
>
> I should have put an other example :
>
> af|column::sortable-header-text {
> 

Re: [tobago] how can I have a list of radio boxes in a sheet (one in each line) and belonging to the same group

2007-06-18 Thread Zied Hamdi

Thanks Udo,

The workaround for the moment should be a server side controller, so before
I begin to search, can you please tell me if it is possible with ajax in
tobaggo (eg. to reloadonly the sheet), eventually if tobago works well with
Ajax4JSF.

Thanks,


2007/6/18, Udo Schnurpfeil <[EMAIL PROTECTED]>:


Hallo Zied,

there is a special tag for almost this job: tc:columnSelector.
But AFAIK in the moment the only selection model is "multiselect". This
tag should be extended to other selection models like "singleselect".

You may add a JIRA issue for this.

Regards

Udo

Zied Hamdi schrieb:
> is it possible to do sth like:
>
>  "#{personCtrl.current.bean.phones}" var="phone" >
>
> ...
>
>   
> 
> 
>
>
> ...
>
>  and join occurences with a group name (to have the radio
> buttons behaviour) ???. Note: maybe if it's not possible today, may we
> extend the taglib selectOneRadio  to see if the same id is many times
> in the sheet...
>
>
>
>
>
> 
>





--
Zied Hamdi
zatreex.sourceforge.net


[tobago] javax.faces.el.PropertyNotFoundException: Base is null:

2007-06-18 Thread Zied Hamdi

Hi freinds :-),

I have bad news, this exception is probably the most known of JSF but I
didn't find any anwser about it on the net, it appears and disappears
without warning:

For my case, I can reproduce it systematically when I call a url, all the
application becomes instable and no more actions work (I mean from those who
worked before), reentering the startup url to the browser fixes the
problem...

Does anyone have an idea, this problem is so disastreous for me that I think
I will spend some time looking at the internals to understand it : I'm
really loosing a lot of time on my project because of it. So if anyone has
suggestions on what he noticed about when it occurs, it will surely help.
Thanks.

GRAVE: "Servlet.service()" pour la servlet FacesServlet a généré une
exception
javax.faces.el.PropertyNotFoundException: Base is null: adress
at org.apache.myfaces.el.ValueBindingImpl.resolveToBaseAndProperty(
ValueBindingImpl.java:463)
at org.apache.myfaces.el.ValueBindingImpl.getType(ValueBindingImpl.java:175)
at org.apache.myfaces.tobago.renderkit.RendererBase.getConverter(
RendererBase.java:121)
at org.apache.myfaces.tobago.renderkit.RendererBase.getConvertedValue(
RendererBase.java:142)
at javax.faces.component.UIInput.getConvertedValue(UIInput.java:396)
at javax.faces.component.UIInput.validate(UIInput.java:350)
at javax.faces.component.UIInput.processValidators(UIInput.java:184)
at javax.faces.component.UIComponentBase.processValidators(
UIComponentBase.java:627)
at javax.faces.component.UIComponentBase.processValidators(
UIComponentBase.java:627)
at javax.faces.component.UIComponentBase.processValidators(
UIComponentBase.java:627)
at javax.faces.component.UIComponentBase.processValidators(
UIComponentBase.java:627)
at org.apache.myfaces.tobago.component.UIPopup.processValidators(
UIPopup.java:110)
at javax.faces.component.UIComponentBase.processValidators(
UIComponentBase.java:627)
at javax.faces.component.UIComponentBase.processValidators(
UIComponentBase.java:627)
at javax.faces.component.UIComponentBase.processValidators(
UIComponentBase.java:627)
at javax.faces.component.UIComponentBase.processValidators(
UIComponentBase.java:627)
at javax.faces.component.UIComponentBase.processValidators(
UIComponentBase.java:627)
at javax.faces.component.UIComponentBase.processValidators(
UIComponentBase.java:627)
at javax.faces.component.UIComponentBase.processValidators(
UIComponentBase.java:627)
at org.apache.myfaces.tobago.component.UITabGroup.processValidators(
UITabGroup.java:172)
at javax.faces.component.UIComponentBase.processValidators(
UIComponentBase.java:627)
at javax.faces.component.UIComponentBase.processValidators(
UIComponentBase.java:627)
at org.apache.myfaces.tobago.component.UIForm.processValidators(UIForm.java
:71)
at org.apache.myfaces.tobago.component.UIForm.processValidators(UIForm.java
:64)
at javax.faces.component.UIComponentBase.processValidators(
UIComponentBase.java:627)
at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:149)
at org.apache.myfaces.tobago.component.UIViewRoot.processValidators(
UIViewRoot.java:175)
at org.apache.myfaces.tobago.lifecycle.ProcessValidationsExecutor.execute(
ProcessValidationsExecutor.java:44)
at org.apache.myfaces.tobago.lifecycle.TobagoLifecycle.executePhase(
TobagoLifecycle.java:102)
at org.apache.myfaces.tobago.lifecycle.TobagoLifecycle.execute(
TobagoLifecycle.java:72)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:139)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(
ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(
ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(
StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(
StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:105)
at org.apache.catalina.core.StandardEngineValve.invoke(
StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java
:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection
(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(
PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(
LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(
ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:619)

--
Zied Hamdi
zatreex.sourceforge.net