-
1. Re: Found Bug in AJax.js
ilya_shaikovsky Sep 5, 2011 1:23 PM (in response to kosna)use richfaces space instead. That space is closed.
Community > Closed > Ajax4JSF > Ajax4JSF Development > Discussions
-
2. Re: Found Bug in AJax.js
kosna Sep 6, 2011 12:20 AM (in response to ilya_shaikovsky)Thank you for the reply. if you dont mind could tell me briefly something more about this.And i have another bug which is causing me from the past one week . I am trying migrate glassfish v2.x to glassFish 3.0. Migrating in the sense my application was built in glassFish V2.x(JSF 1.2). now i got the requirement from the client that my application should also be deployed in GlassFish V3.0(JSF 2.0). With some minor modifications in application i deployed it running fine but in my application most of the pages were built dynamically. when i open those pages(which were built dymically) DuplicateId exception had thrown .To overcome this i used setTransient(true) to avoid the duplicate Ids. i succeded in that but commandlinks and richtabs are not working in that page in the sense when click on commandlink or richtab nothing happening. processAction method is not being called.so could you give me any suggestions on it.