Re: Cross-browser problem with h:commandLink and f:param [core]

2007-09-12 Thread Ognjen Blagojevic
Hello Andrew, Thanks for your help. I found out what was the problem. When I click on link in Firefox, request map is this one: requestMap: { javax.faces.ViewState=8E(...)4w==, form_SUBMIT=1, autoScroll=0,114, form:_idcl=form:j_id_jsp_362524613_4:1:j_id_jsp_362524613_18,

Re: Cross-browser problem with h:commandLink and f:param [core]

2007-09-11 Thread Ognjen Blagojevic
Any thoughts on this one? Is the way I'm using f:param wrong? Regards, Ognjen Ognjen Blagojevic wrote: Hi all, I have a problem using h:commandLink and f:param that is specific to Internet Explorer. In JSF I have: h:dataTable value=#{myBean1.findAll} var=row ... h:commandLink

Re: Cross-browser problem with h:commandLink and f:param [core]

2007-09-11 Thread Andrew Robinson
That is definitely odd. Can you check to see what parameters are in the request parameters? Also, you may want to debug into the form submittal using a Microsoft script debugger. On 9/11/07, Ognjen Blagojevic [EMAIL PROTECTED] wrote: Any thoughts on this one? Is the way I'm using f:param