This content has been marked as final.
Show 5 replies
-
1. Re: fixed tabular for every user
Timo Hahn Mar 4, 2013 6:52 AM (in response to user222)User, your question doesn't give nearly enough information to help you out.
Which jdev version do you use?
Please describe the use case in a way we can understand it.
Timo -
2. Re: fixed tabular for every user
user222 Mar 4, 2013 7:00 AM (in response to Timo Hahn)Iam sorry
well
my version is oracle jdevloper Version 11.1.1.4.0
Iam using business component
whan I drag from data control to jsp page I choose adf table then created
my question is I want every user enter only 5 record in this adf table
thanks alot -
3. Re: fixed tabular for every user
Timo Hahn Mar 4, 2013 7:17 AM (in response to user222)This depends on your UI. How do you add a row? Using a button?1 person found this helpful
Assuming you know the user I would implement a method in a special VO which gets the number of records a user already has in the table and returns true if the number is <5 and false otherwise. Then bind the outcome of this method to the disabled property of the button to add rows. Now the button is only active if the number of row the user has in the table is below 5.
Timo -
4. Re: fixed tabular for every user
user222 Mar 4, 2013 7:36 AM (in response to Timo Hahn)thank alot sir
sorry Iam still beginer in this tecnlolgy
Can You help me more
where can I write the method
in application module or bean or entity and can you help me in this method
thanks again -