RE: Popup New Window with CommandLink onclick attribute

2006-05-03 Thread Romanowski, Tim
'].value='myMainForm:viewNewPageLink' ; f.elements['id'].value=cellValue; f.submit(); } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Tuesday, May 02, 2006 5:55 AM To: MyFaces Discussion Subject: Re: Popup New Window

RE: Popup New Window with CommandLink onclick attribute

2006-05-03 Thread Romanowski, Tim
12:32 PMTo: MyFaces DiscussionSubject: Re: Popup New Window with CommandLink onclick attribute to pass parameters between pages via url,http://www.jroller.com/page/mert?entry=how_to_pass_request_parametersRegards, Mert.. On 5/3/06, Romanowski, Tim [EMAIL PROTECTED] wrote: Thanks Matthias

Re: Popup New Window with CommandLink onclick attribute

2006-05-03 Thread Mert Çalışkan
DiscussionSubject: Re: Popup New Window with CommandLink onclick attribute Hey Tim,Actually that's all for passing parameters via URL between jsf pages. I commented your post below. Hope this helps. On 5/3/06, Romanowski, Tim [EMAIL PROTECTED] wrote: Thanks for the link Mert. If you look

Re: Popup New Window with CommandLink onclick attribute

2006-05-02 Thread Matthias Wessendorf
befor executing an action. However, because I am using the onclick attribute to open a new window, the window seems to be rendered before the updateActionListener actually sets the value. Since the target attribute this is because you are doing a non-postback request Phase 1 (RESTORE_VIEW)

Popup New Window with CommandLink onclick attribute

2006-05-01 Thread Romanowski, Tim
Title: Popup New Window with CommandLink onclick attribute What I would like to do: I am trying to popup a new window each time a cell in my datatable is clicked. I fail when attempting to bind (set) a value before the window is opened; it's the standard master/detail scenario discussed