RE: [flexcoders] Re: How to view attachment file

2005-11-28 Thread jag reddy
Hi ,I followed the code http://127.0.0.1:8700/samples/explorer/explorer.mxmlto to use custom cell renderer for the DataGridColumn in my mxml page.I created CheckCellRender.as file and saved in mxml folder. When i run the application i got following mxml page error likeThere is no

Re: [flexcoders] Re: How t o display PDF file which is Stored in Database

2005-10-24 Thread jag reddy
Hi , In my mxml page ,when iClickon button "View PDF " it (PDF File )should be dispalyed from Database. Let me know how to do Dave Wolf [EMAIL PROTECTED] wrote: It looks like he already has the PDF in the db. He doesnt need to render it right?Just write a Servlet that does the JDBC to extract

RE: [flexcoders] Regarding Session in macromedia flex

2005-10-20 Thread jag reddy
Hi, Ihave userobject (using Remote object)in actionscript bodyin my login.mxml page after authentication .after storing user object in variable how to retrieve that object in other mxml pages andchecking user is still in session. Please provide any sample code regarding this.. thanks,

[flexcoders] Regarding Session in macromedia flex

2005-10-17 Thread jag reddy
Hi All, Please let me know how to maintian user session in multiple pages in flex. I have valid user object in service class after validating user and password..then i putting this user object in session using ...