RE: issues after upgrading from myfaces1.1.5 to 1.1.6

2008-12-16 Thread Sabitha Gopal Pandit
Thanks for the response But not sure how to turn on my logs ? what am I suppose to check in my web-inf lib? Am I missing any jar? Thanks, Sabitha -Original Message- From: Richard Yee [mailto:r...@cruzio.com] Sent: Wednesday, December 17, 2008 10:49 AM To: MyFaces Discussion Subject: Re:

Re: issues after upgrading from myfaces1.1.5 to 1.1.6

2008-12-16 Thread Richard Yee
Check your libraries in WEB-INF/lib. Turn on your logs. It works. -R Sabitha Gopal Pandit wrote: Hi All, I upgraded from trinidad1.0.4 to 1.0.10 and everything seems to work fine. myfaces was 1.1.5 But when I upgraded with myfaces 1.1.6 , I don’t see anything working. Is there any compati

issues after upgrading from myfaces1.1.5 to 1.1.6

2008-12-16 Thread Sabitha Gopal Pandit
Hi All, I upgraded from trinidad1.0.4 to 1.0.10 and everything seems to work fine. myfaces was 1.1.5 But when I upgraded with myfaces 1.1.6 , I don't see anything working. Is there any compatibility issues with myfaces 1.1.6 and trinidad1.0.10 Quick response is very much appreciated Thank

t:inputFileUpload Default URL

2008-12-16 Thread m4rkuz
Hi everyone, I'm suscessfully using the t:inputFileUpload tag, but now I have a problem setting a default value in the dir attribute of the Tag... any Ideas? Best Regards, Marcus V. Sánchez D. __ Enterprise Developer.

Re: [Trinidad] check for ppr with javascript

2008-12-16 Thread Daniel Niklas
Hi, perhaps i found a solution. Register an event-Handler on form-elements and then check for varialbe "busy": if (typeof busy == 'undefined') // non-ppr-request This seems to work... Daniel :-) -- View this message in context: http://www.nabble.com/-Trinidad--check-for-ppr-with-javascr

Re: [Trinidad] check for ppr with javascript

2008-12-16 Thread Walter Mourão
No idea... maybe using the page "onload" event. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Tue, Dec 16, 2008 at 7:10 AM, Daniel Niklas wrote: > > Hi Walter, > > Walter Mourão-2 wrote: > > > > Makes the generalPPRMonitor method function be executed

issues with myfaces 1.1.6

2008-12-16 Thread Sabitha Gopal Pandit
Hi I upgraded my env from myfaces1.1.5 to 1.1.6 And I see a strange behavior that the functionality Is not working and tr:inputListOfValues component is also not coming up Any idea as to why is this happening or am I missing something? I replaced the myfaces-api-1.1.5,myfaces-impl-1.1.5 with

RE: Attach the current JSF View as an attachment

2008-12-16 Thread Madhav Bhargava
Matt wrote : >Hi Madhav, >This is an interesting requirement. Off the top of my head I'd say you could >probably make a custom component to wrap the section you want to capture. Then >in that components renderer, in the >encodeBegin method you switch the >responseWriter to a StringWriter or som

Re: [Trinidad] check for ppr with javascript

2008-12-16 Thread Daniel Niklas
Hi Walter, Walter Mourão-2 wrote: > > Makes the generalPPRMonitor method function be executed only when the PPR > starts/stops. > ... but i want to monitor *non* ppr-request!? Daniel -- View this message in context: http://www.nabble.com/-Trinidad--check-for-ppr-with-javascript-tp20957976p

Re: Post form to external url with method invocation

2008-12-16 Thread Bruno Aranda
If using trinidad, you could do that as well by creating the form dynamically with javascript in your backing bean method and register the script with the ExtendedRenderKitService: public void yourAction(ActionEvent evt) { FacesContext facesContext = FacesContext.getCurrentInstance();

Re: Post form to external url with method invocation

2008-12-16 Thread Simon Kitching
jiri.pejc...@gmail.com schrieb: > Hi, > > I'm implementing a payment to a bank from JSF application. I need to > pass some prameters to an external https URL of the bank by POST method. > > I could do it with just plain form: > > https://address.cz"; METHOD=POST> > > > > > > But I also need