Re: [Tobago] How to substitute into the Tobago resource bundle messages?

2008-03-12 Thread Tim Stephenson
Hi, I created TOBAGO-636 and included an example of how this would be done using the JSF tags. regards, tim

Re: Where Can we get the Source code for the Trinidad Test Cases ?

2008-03-12 Thread Scott O'Bryan
You can pull them out of svn. The test cases are not part of the distribution archive because they are not designed to run independently of maven. Scott On Wed, Mar 12, 2008 at 6:17 AM, Samba <[EMAIL PROTECTED]> wrote: > Hi! all, > Can any one tell me where I can get the source code of the test

[ANNOUNCE] Call for Papers Opens for ApacheCon US 2008

2008-03-12 Thread Manfred Geiler
Call for Papers Opens for ApacheCon US 2008 !REMINDER: this will be a short CFP, ending on 3 April, so please be sure to get your CFP submissions in soon! The Apache Software Foundation (ASF) invites submissions to its official users' conference, ApacheCon US 2008, held 3 November through 7

About phase listeners

2008-03-12 Thread Anton Palapeshkov
Hello I am junior in jsf life cycle and i have strange problem.In my application i use 3-4 phase listeners.When i start the application on every request these listeners are called .IN the first of them I use to make server side redirect (something like :request.getRequestDispatcher( "/sometThin

[Trinidad]

2008-03-12 Thread Walter Mourão
Hi folks, I wrote a code to re-render a after a dialog closes but it is not working. The dialog opens as expected and everything works fine except the panelLabelAndMessage is not being re-rendered after the dialog closes. The code is similar to: ... ... ... Any hints ? Thanks in advance,

Re: Simple popup window with external URL

2008-03-12 Thread Shale
The value returned starts with "www.". Should that value start with "http://www."; instead? Best Regards Kevin > Hello Kevin, > > The value returned by #{nextBean.description.url} is > that a relative or absolute path? > If it's relative, then the browser will tack on the base URL of the > enc

Re: Javascript inside

2008-03-12 Thread Andrew Robinson
script is not a valid child tag of table On Wed, Mar 12, 2008 at 8:08 AM, TRao <[EMAIL PROTECTED]> wrote: > > Hi > > I need to call the javascript function for each row in a write ignored. View/Source doesn't have the javascript call. Whereas the > > > > > id="se

RE: Simple popup window with external URL

2008-03-12 Thread Vitaly Venediktov
Your link works fine for me... Try to put target="_top" into outputLink. If it does not help, try to put "window.open(..." into value attribute instead of onclick. Hope this will solve your problem. BR Vitaly -Original Message- From: Kevin Shale [mailto:[EMAIL PROTECTED] Sent: Wednesda

Re: PPR problem on WebLogic

2008-03-12 Thread mikeatx
In the server console, no stack trace available. The partial submit is well done, it is just that the screen is not refreshed. Here the stack trace in FireBug: ["Invalid PPR response. The response-headers were:\nDate: Wed, 12 Mar 2008 15:17:30 GMT\nTransfer-Encodi..."]Common1_0_4.js (line 10502)

Simple popup window with external URL

2008-03-12 Thread Kevin Shale
I am trying to open a popup window showing the contents of an external url. The popup window shown has this external url appended to the url of my webapp path, however. What am I doing wrong here:   Thanks a lot! _ In 5

Re: Problem with maximum on date

2008-03-12 Thread veena pandit
I see the current date On 3/11/08, Yee-wah Lee <[EMAIL PROTECTED]> wrote: > Hi Veena, > > Can you reproduce the problem on the demos? On this page, there is an > inputDate which sets the maximum to today: Search for "*A inputDate with > a validator that sets a maximum date" * > http://www.irian.at

Javascript inside

2008-03-12 Thread TRao
Hi I need to call the javascript function for each row in a -- View this message in context: http://www.nabble.com/Javascript-inside-%3Ctr%3Atable-or-%3Ctr%3AforEach-loo

SV: Problem with tomehawk datatable, selectBooleanCheckbox and sorting

2008-03-12 Thread Anders H. Andersen
I found the solution in this old bug report: http://issues.apache.org/jira/browse/MYFACES-228 I guess that the default setting for immediate was never changed to false. It would be nice with some documentation on this "feature". Should I add some information about it to the wiki pages or what do I

Re: inputFileUpload issue when file does not exists

2008-03-12 Thread jorge08
Actually, the behavior is different when I use FireFox. Silly me, I’ve only been using IE to trace this issue. When I use FireFox and have an invalid path or file name, the inputFileUpload field is bank out then I get “This field is required” error since I require that field. Which is a much bette

Where Can we get the Source code for the Trinidad Test Cases ?

2008-03-12 Thread Samba
Hi! all, Can any one tell me where I can get the source code of the test cases written for trinidad? I downloaded the trinid-api-tests.jar but it is all class files, but I wanted source so that i can write test cases for some of my custom components in a similar fashion. Or Is that the test Case c

Re: serious security BUG in MyFaces 1.2.2

2008-03-12 Thread Łukasz Budnik
Hi All! I've written very simple work around for this. I use session backing bean: AuthorizationController to store user and his/hers roles and AuthorizationPhaseListener to retrieve the roles and users from the original request. This is how it looks like: public class AuthorizationPhaseListener

h:message doesnt display requiredMessage

2008-03-12 Thread markus.pfeiffer
Hi!

Re: Faces append suffix to given id

2008-03-12 Thread Vitaly Venediktov
Hi dear Users, sorry, I was absent for 2 weeks, due to my exams, I noticed following: if "enctype="multipart/form-data"" is in form and if error occurs the page is redisplayed with corrupt ids. if I remove the enctype attribute, then everything is fine with IDs, but I cannot upload a document (un

[Trinidad] jsp:include breaks PPR ?

2008-03-12 Thread Caius Gran
Hello! In short: tr:showDetail's stop working if there's jsp:include used anywhere, but they do work that way with trinidad 1.0.0-incubating. And in long: We have had trinidad 1.0.0-incubating in use for a while now, but I've had along the way few attempts of upgrading to the latest version, w

Re: [Tobago] How to substitute into the Tobago resource bundle messages?

2008-03-12 Thread Stojan Peshov
Or, you could always rely on the getter like this: public String getLocalizedTitle(){ Locale locale = FacesContext.getCurrentInstance ().getViewRoot().getLocale(); MessageFormat detail = new MessageFormat(title, locale); Object[] args = {getLoggedUserName()};

announcement: Orchestra Core 1.1 released

2008-03-12 Thread simon
The Apache MyFaces Orchestra team is pleased to announce the release of Apache MyFaces Orchestra Core 1.1. Apache MyFaces Orchestra is a library which provides a new scope called "conversation scope" to your web based applications. Plain conversation scopes are useful, but in addition conversati