Re: Regarding Image popup when mouseOver

2007-05-15 Thread Madan Narra
Oh Sry, I haven't specified the Framework to which this should apply... I need this feature in Tobago . Regards, Madan

Sandbox behaviour!!

2007-05-15 Thread Angel Miralles Arevalo
Hi everybody, can anybody explain me, what are functionalities for sandbox components? For example if you put a message from a .properties inside a s:pprPanelGroup/s:pprPanelGroup. When you execute the component (ajax) the message has disappeared! Thank you very much!!

AW: JSF, Tomcat memory usage

2007-05-15 Thread Pfau, Oliver
I set the object from a portlet and open the PDF byte[] in a non-portlet jsp. The only way it worked by now was to set the object in portlet application scope and read it in the jsp with session.getAttribute(...) Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [ANNOUNCE] MyFaces Core v1.1.5 Release

2007-05-15 Thread Jesse Alexander \(KSFD 121\)
Hi Just checked that page... And I think there is a slight error... In the table named The ASF have licensed the following TCKs: JSR-127 : JavaServer Faces 1.2_03 5-Dec-2006 to seems wrong... JSR-127 is JSF 1.1 JSR-252 would be JSF 1.2 regards Alexander -Original Message-

dataScroller, ListDataModel and saveState

2007-05-15 Thread Walter Oliver (BR/ICI3)
Hello all, i have trouble to get a dataTable with dataScroller to work. I have a ManagedBean wich get a result from search in database. code: public class SearchBean { List result; public void validateSearch(FacesContext context, UIComponent

t:dataScroller: paginator table missing!

2007-05-15 Thread Marcus Beyer
To whom it may concern, I am using a tomahawk dataScroller together with a tomahawk dataTable. Nice. Then I updated from myFaces 1.1.4 + Tomahawk 1.1.3 to both 1.1.5. After that update the table around the paginator is missing. The paginators td elements are there, but directly besides the

Re: MyFaces and Security

2007-05-15 Thread Rudi Steiner
Hi Cagatay, thanks for the hint. This is definitely one step in making an jsf-app secure. I would like to increase the security of my app by writing a phaselistener, which checks the action the current request is calling and makes sure, that the current user has the right to call this action

Re: MyFaces and Security

2007-05-15 Thread Veit Guna
I didn't follow the whole thread, but isn't acegi (if you use spring) a solution? I use it to protect specific url's as well es method invocations on backing beans. Works fine for me (but I'm using spring). I must also admit, that I'm using jsf-spring to let spring create the backing beans for

t:radio in combination with t:selectItems

2007-05-15 Thread Beelen, Marco
Hello all, In the application I'm currently working one, I want to start using the t:selectOneRadio with the spread-layout and use t:radio to position the radioButtons on the screen. The selectItems for this selectOneRadio are being created by using t:selectItems. The code of the page look like

AW: MyFaces and Security

2007-05-15 Thread Walter Oliver (BR/ICI3)
Frau Nolte wird heute abend 16:30 erste Testbestellungen absenden. Kunden können ebenso bereits bestellen. Gruss Oliver Walter -Ursprüngliche Nachricht- Von: Veit Guna [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 15. Mai 2007 12:11 An: MyFaces Discussion Betreff: Re: MyFaces and

Rückruf: MyFaces and Security

2007-05-15 Thread Walter Oliver (BR/ICI3)
Walter Oliver (BR/ICI3) möchte die Nachricht MyFaces and Security zurückrufen.

h:graphicImage and Servlets

2007-05-15 Thread omidh
Hi all, I would like to show images in my portlet, which are saved in a Mysql db, so I wrote a servlet which helps to download files from the db. Now I use these servlet to receive also the Images but it does not work... does anyone know a solution? here the way I use it: h:graphicImage

Re: h:graphicImage and Servlets

2007-05-15 Thread Cagatay Civici
Hi, Instead of a servlet, you may use a phaselistener instead which fits better in portlet environment. Here's an example; http://www.jroller.com/page/cagataycivici?entry=phaselistener_renders_an_image_no Regards, Cagatay On 5/15/07, omidh [EMAIL PROTECTED] wrote: Hi all, I would like to

Re: MyFaces and Security

2007-05-15 Thread Rudi Steiner
Hi Veit, I don't use spring, so I can't use this mechanism :( Is there a possibility to get the action to call over the facesContext? thanks, Rudi On 5/15/07, Walter Oliver (BR/ICI3) [EMAIL PROTECTED] wrote: Frau Nolte wird heute abend 16:30 erste Testbestellungen absenden. Kunden können

Re: h:graphicImage and Servlets

2007-05-15 Thread Mert Çalışkan
An example which I used in HibernateTrace. http://jsf-comp.svn.sourceforge.net/viewvc/jsf-comp/trunk/HibernateTrace/HibernateTraceComponent/JavaSource/net/sf/jsfcomp/hibernatetrace/util/HTResourceLoaderPhaseListener.java?view=markup Regards, Mert.. On 5/15/07, omidh [EMAIL PROTECTED] wrote:

Re: MyFaces and Security

2007-05-15 Thread Petr Kotek
Hi Rudi, I am only begginer in JSF and I don't now if exisist better way to handle login but next code may help You. PhaseListener --- public class LoginPhaseListener implements PhaseListener { private final String LOGIN_SOURCE = loginButton; private

Form-Based Authentication and URL

2007-05-15 Thread syllepsa
Hi, 1. In my application I decided to use Form-Based Authentication. The problem is that whenever I enter protected resource area for the first time I am not rededirected to the login page. That's related with the fact that JSF holds the old URL (the one the action came from). I read that I

Re: MyFaces and Security

2007-05-15 Thread Martin Marinschek
You wouldn't register a phase-listener, you'd rather decorate the action-listener to find a solution to this. faces-config.xml: application action-listeneryour decorator goes here/action-listener /applicaton ... the default-action listener calls all actions! regards, Martin On 5/15/07, Petr

Re: t:dataScroller: paginator table missing!

2007-05-15 Thread Marcus Beyer
Am 15.05.2007 um 11:41 schrieb Marcus Beyer: I am using a tomahawk dataScroller together with a tomahawk dataTable. Nice. Then I updated from myFaces 1.1.4 + Tomahawk 1.1.3 to both 1.1.5. After that update the table around the paginator is missing. The paginators td elements are there, but

Re: [ANNOUNCE] MyFaces Core v1.1.5 Release

2007-05-15 Thread Matthias Wessendorf
252, we need to wait for the official stamp, that we can say, we passed. The TCK itself is available to us, yes -M On 5/15/07, Jesse Alexander (KSFD 121) [EMAIL PROTECTED] wrote: Hi Just checked that page... And I think there is a slight error... In the table named The ASF have licensed the

Struts JSTL Migration

2007-05-15 Thread Kevin Gutch
Hi, I have an existing application that I am completely migrating to JSF. Everything seems fine but I am trying to figure out what to do with an area of the app where I use x:transform xml=${xml} xslt=${xslt} /. This does not want to seem to work with JSF. Should it? If not what are my

tx:date got a day before selected date

2007-05-15 Thread Jonathan Obregon A
Hi all, Here's my problem: when I select a date in tx:date control, the value is a day before than selected one. By example, I select May 14 in calendar, and the value in the java bean is May 13. Could you help me with this problem? The code is: tx:date label=End Time required=true

Re: Struts JSTL Migration

2007-05-15 Thread ::SammyRulez::
I have solved the same problem moths ago. I supose you have dom and xslt/dom in the xml and xslt vars. I developed a managedbean based on dom4j. Move the code you youe to ooad xml and xslt to that bean and make a getTransformedData() method like this public String getTransformedData() { //

Re: tx:date got a day before selected date

2007-05-15 Thread Volker Weber
http://wiki.apache.org/myfaces/FAQ#Date or http://tinyurl.com/34zngs 2007/5/15, Jonathan Obregon A [EMAIL PROTECTED]: Hi all, Here's my problem: when I select a date in tx:date control, the value is a day before than selected one. By example, I select May 14 in calendar, and the value in

[Trinidad] Trunk and 1.2 both deployed, site too!

2007-05-15 Thread Adam Winer
Thanks to all of Wendy Smoak's work getting the Continuum server running and her advice, I've set up the Trinidad trunk and current 1.2 branch to have nightly auto-deploys, for example: http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/trinidad/trinidad-api/1.0.1-SNAPSHOT/

Re: [Trinidad] Trunk and 1.2 both deployed, site too!

2007-05-15 Thread Brian Smith
Great news Adam! Can you tell me what the current status of the 1.2 Branch is? Any future release/trunk dates? On 5/15/07, Adam Winer [EMAIL PROTECTED] wrote: Thanks to all of Wendy Smoak's work getting the Continuum server running and her advice, I've set up the Trinidad trunk and current

Re: t:dataScroller: paginator table missing!

2007-05-15 Thread Marcus Beyer
Am 15.05.2007 um 16:01 schrieb Marcus Beyer: Is this a bug? I can't find an issue in JIRA … I just created one: https://issues.apache.org/jira/browse/TOMAHAWK-989

Tree2 and TreeNodeBase extension in Tomahawk 1.1.3?

2007-05-15 Thread Nebinger, David
Okay, so I've got the following tree2 'goal': t:tree2 id=treeComp value=#{navTree.treeModel} clientSideToggle=true varNodeToggler=t var=node imageLocation=/images f:facet name=item h:panelGroup h:commandLink styleClass=#{t.nodeSelected ? 'documentSelected':'document'}

Is Navegation Working

2007-05-15 Thread Carlos Ortiz
Hi , Is the Navagation working , I'm just getting a page refresh ¡?

Re: using portlet modes

2007-05-15 Thread Ryan Wynn
On 5/11/07, Alexander Wallace [EMAIL PROTECTED] wrote: I can't find much info about the suggestion you make in google... Any more details are greatly appreciated... Thanks! what I meant is that command buttons and command links have an attribute called action which is set to a method binding

How to remove the UI component state?

2007-05-15 Thread Leyzerzon, Simeon
Hi, I have a requirement whereby one needs to clean all the state before re-rendering a page when clicking on a tab. The way I implemented it is when tab is clicked the request goes to a servlet which clean the session with regards to the contents of the managed beans. Unfortunately, the UI

[Trinidad] PPR Using Browser Back/Refresh Buttons

2007-05-15 Thread William Hoover
Are there any documented issues when performing a PPR and the browser back/refresh buttons are used?

Source code of myfaces and tomahawa 1.1.3

2007-05-15 Thread mario.buonopane
Where can I find the source code of myfaces and tomahawk 1.1.3? Thanks in advance Mario Buonopane This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender

Localization: get/setLocale before other managed beans execute?

2007-05-15 Thread Cort, Tom
Greetings List Lurkers, I'm localizing a myfaces application and I'm having trouble changing the locale before my managed beans load a locale specific resource bundle. If anyone has any hints, ideas or links, it would be greatly appreciated. Thank you! Expected Results The goal

Re: Form-Based Authentication and URL

2007-05-15 Thread Erlend Hamnaberg
syllepsa wrote: Hi, 1. In my application I decided to use Form-Based Authentication. The problem is that whenever I enter protected resource area for the first time I am not rededirected to the login page. That's related with the fact that JSF holds the old URL (the one the action came

broken navigation

2007-05-15 Thread Shane Petroff
Hello all, I have somehow broken my application and can't figure out what I've done to cause it. Every h:commandLink in my app is currently broken and not only do I not know why, but I've spent several days working in an area of the application which is accessible by navigating via a

Re: Sandbox behaviour!!

2007-05-15 Thread Ernst Fastl
sounds familiar try using s:loadBundle instead of f:loadBundle for your messages regards Ernst On 5/15/07, Angel Miralles Arevalo [EMAIL PROTECTED] wrote: Hi everybody, can anybody explain me, what are functionalities for sandbox components? For example if you put a message from a

Re: s:pprPanelGroup and datascroller

2007-05-15 Thread Ernst Fastl
Seems to work fine for me on: http://example.irian.at/example-sandbox-20070514/pprPanelGroupDataScroller.jsf what exactly do you mean? On 5/11/07, Angel Miralles Arevalo [EMAIL PROTECTED] wrote: Hi everybody, can anybody tell me why, when you have a datatable with datascroller inside label:

Re: [Trinidad] Trunk and 1.2 both deployed, site too!

2007-05-15 Thread Adam Winer
It's quite robust. I'd like to get out a real release of it soon after 1.0.1 on trunk. I don't think we've really talked much about when 1.2 might become trunk, though. -- Adam On 5/15/07, Brian Smith [EMAIL PROTECTED] wrote: Great news Adam! Can you tell me what the current status of the

Re: [Trinidad] Trunk and 1.2 both deployed, site too!

2007-05-15 Thread Matthias Wessendorf
Adam, when putting the release together next month, I need to change the artifacts (jar names). So I can do also a bit work on the page. But for now, let's keep it like it is, right ? -M On 5/15/07, Adam Winer [EMAIL PROTECTED] wrote: Thanks to all of Wendy Smoak's work getting the Continuum

Re: [Trinidad] Trunk and 1.2 both deployed, site too!

2007-05-15 Thread Matthias Wessendorf
Perhaps a good time to make 1.2 trunk is, when MyFaces trunk also is 1.2 ? -m On 5/15/07, Adam Winer [EMAIL PROTECTED] wrote: It's quite robust. I'd like to get out a real release of it soon after 1.0.1 on trunk. I don't think we've really talked much about when 1.2 might become trunk,

Re: [Trinidad] Trunk and 1.2 both deployed, site too!

2007-05-15 Thread noah
Are there any major differences between the trunk and 1.2? e.g. Is the TrinidadFilter still necessary? Has the behavior of PPR changed at all? On 5/15/07, Adam Winer [EMAIL PROTECTED] wrote: Thanks to all of Wendy Smoak's work getting the Continuum server running and her advice, I've set up

Issue with commandLlink and commandButton with popup.

2007-05-15 Thread Anil
Hi, I am using Myfaces 1.4, Facelets and Spring Webflow in my project. I have a problem working with 'commandLink' and 'commandButton'. In my Page, I have a 'link'(commandLink) and a 'button'(commandButton). Desired behavior is that when I click on link, it should popup a window and submit the

[COMMUNITY] Matt Cooper - Committer

2007-05-15 Thread Matthias Wessendorf
Congratulations to Matt Cooper for becoming the newest Myfaces committer ! Matt has provided patches to Trinidad and has been active on the mailing list to help other users on how to get up to speed with Trinidad. Thanks Matt, and welcome to the team! -- Matthias Wessendorf

Re: [Trinidad] Trunk and 1.2 both deployed, site too!

2007-05-15 Thread Matthias Wessendorf
jsf 1.1 = trunk jsf 1.2 = branch On 5/15/07, noah [EMAIL PROTECTED] wrote: Are there any major differences between the trunk and 1.2? e.g. Is the TrinidadFilter still necessary? Has the behavior of PPR changed at all? On 5/15/07, Adam Winer [EMAIL PROTECTED] wrote: Thanks to all of Wendy

Re: Source code of myfaces and tomahawa 1.1.3

2007-05-15 Thread Dennis Byrne
http://svn.apache.org/viewvc/myfaces/tomahawk/tags/1_1_3/ http://svn.apache.org/viewvc/myfaces/core/tags/1_1_3/ Dennis Byrne On 5/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Where can I find the source code of myfaces and tomahawk 1.1.3? Thanks in advance Mario Buonopane This

Re: h:graphicImage and Servlets

2007-05-15 Thread omidh
Thank you very much for your response, On your advice I wrote an PahseListener but it doesn't work. I don't know if it is a config failure or not. The problem is I think that in my web.xml the Extension-filter is set to false. context-param

Re: h:graphicImage and Servlets

2007-05-15 Thread Martin Marinschek
Is the phase-listener not found at all? Is the class-name correct? on the first glance, I'd suspect the main. is too much. regards, Martin On 5/16/07, omidh [EMAIL PROTECTED] wrote: Thank you very much for your response, On your advice I wrote an PahseListener but it doesn't work. I don't

Re: h:graphicImage and Servlets

2007-05-15 Thread omidh
Hi Martin, thank you for your response, the class name is correct. I solved it with my FileServlet now. The problem in the servlet was (I think) that when showing Image it may not be set the response.setHeader(...), now the code look like these To whom it may interest: protected void

Re: Sandbox behaviour!!

2007-05-15 Thread Mario Ivankovits
Hi! try using s:loadBundle instead of f:loadBundle for your messages If there is only one bundle for your application I'd suggest to configure it as managed bean (implementing the map interface). That way you * can get rid of configuring it on each page * have it available even for ajax requests

Re: Is Navegation Working

2007-05-15 Thread Sorin Silaghi
yes... it is working... if you are getting a page refresh it's because the outcome dose not fit with any navigation rule... can you post more details please ? On 5/15/07, Carlos Ortiz [EMAIL PROTECTED] wrote: Hi , Is the Navagation working , I'm just getting a page refresh ¡?

Re: broken navigation

2007-05-15 Thread Sorin Silaghi
Can you please send us some details on this ... ? like how do the pages and action methods look like ?? have you tried to change a commandLink with a commandButton and see if you get the same errors ?(the unaffected button might work because of other reasons) thank you.. On 5/15/07, Shane