Hi all , I have two different application that is working on the web .
First application when it raises it will form a unique request number .
on the basis of this unique number i need to display the data in another application . its also working but i want it more user friendly that when user selects the number only those details will displayed not the all details will pop and he has to select from them .
what happening right now whatever request is closed byme that all number is going to display and accordignly the details . its quite confusing to the user . so iwant that when the no. selected only particular details will come others will not.
for that i had also created a view for those details and using @dbcolumn .
second thing is rich text should display in view .
if i want to display details from rich text what i have to do .
and one more thing if the first application is not yet closed and i want to display data will it be possible .