Mohammad Jaber

Ranch Hand
+ Follow
since Apr 10, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mohammad Jaber

caching is something i thought about, but my question is how to utilize and use the request information during the post back, how does most of the extended JSF library that supports out of the box row selection works, do they cache either the record or thier keys !!!
13 years ago
JSF
Hi all,

if i need to build my own datatable selection mechanism, i mean i want to use the <h:dataTable> along with some mechanism to add the row selection cabapilities, how is the best way to do that, i tried adding a checkbox or radio as a column, but my problem is that when post back to the server, the datasource of that table will be invoked again which could get more or less records than the originally displayed ones and select the wrong record based on order.

so i think its better to get the datatable content from the request or so, any suggestions.

Thanks
13 years ago
JSF
sorry again that was not the case,

any way the following link gives better understading of the issue desc.

https://coderanch.com/t/214469/JSF/java/Dynamic-Select-List-Validation-Error
13 years ago
JSF
Thanks for your reply, but im not sure you got my question right.

The case is that a select items is being populated using ajax , and that list is populated through the "get" method, but when the user selects a value from that list; JSF requires you to have that selected value on the back model, which may does not conatin it.
13 years ago
JSF
Hi,

I'm facing the famous issue of the value error on Dynamic populated Select Items on JSF, the issue is that JSF requires the model to have the selected value on the UI level while this is not valid since the values are not populated on the constructor (fixed) value on the backbean level, so is there a known fix (walk-around) for this behavior.

Thanks.
13 years ago
JSF
Me Nither happy to use this, but we have to apply this on a legacy application with minimum cost of time and code modification
14 years ago
JSF
i managed to share the session across the *.war files, using the extended functionality of IBM WebSphere, but my concern now is the way of handling the outcome navigation issue across these war files, so is there any suggestions!
14 years ago
JSF
Hi,

I am trying to seperate my JSF application into many sub application, so i am thinking of creating a .war file for each module , my question is incase i have a jsf navigation outcome entries on faces config file that redirects to a page that will reside on another .war (faces config) file, is this applicable on any way on JSF.

Thanks in advance
14 years ago
JSF
I managed to set in on the DataSource level , Thanks
Hi ,

is there a way i can change the isolation level programaticaly on EJB/JPA application ,

Thanks and Best Regards,
Hi ,

i Have an JPA/Toplink application on which i used Manual creation of EntityManager and iam using <exclude-unlisted-classes>false</exclude-unlisted-classes> , it works fine under IBM WAS , but when i deply it into Oracle AS 10.1.3.3 , it gives me the following (Exception Description: Error compiling the query , .... , Unknown abstract schema type ) , is this familiar , Thanks

Best Regards
Iam using Toplink Imp.
Hi ,

Is there any Bugs or unexpected result noticed by any one regrading the "exists" and "not exists" clause on JPQL ,

Best Regards,
Hi ,

Iam using IBM Extended JSF Components , when i apply the a4jsf on my page and cause a certain event to re render the datatable ; the selectrow (one or multi provided by the table it self) of that table submits the page , while on normal cases it does not , is this familiar , thanks
16 years ago
JSF
Hi ,

Thanks for your reply , yes this happeneds randomly , and it hangs when it reaches "emf.createEntityManager" and nothing happeneds but sometimes it takes more than 2 min. to work but sometimes it fails , i can issue this problem run it from simple java application but iam useing IBM Websphere AS 6.1 , i checked the meta data and it looks fine to me , the worst thing it works sometime smoothly and from the first time , and another thing to add , the very same configuration and DB is working fine with Hibernate EntityManager , and about the lastest Toplink-essentials i tried multi versions ( on of them is the new 11g jar ) , but useless , any hints or ideas , Thanks