Re: Dynamic Fonts: Devolving to Default Dialog

2004-10-21 Thread shilpa . vaidya
Need to unsubscribe Struts mailing List. please help me with the same. -- This e-mail message may contain confidential, proprietary or legally privileged information. It should not be used by anyone who is not the original intended recipient. If you have erroneously received this message,

RE: extracting data from oracle to excel

2004-09-28 Thread Shilpa Vaidya
hi kranti ur forming data coming according to criteria by firing queries. To get this data into excel sheet. use of plugin called POI -jakarta apache project. I have less time to explain coz of delivery time at my end but u would need to 1. import jar files in ur lib which u get

RE: [OT] form default submit button

2004-08-13 Thread Shilpa Vaidya
try use onsubmit(); instead of onclick() regds Shilpa -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 4:12 PM To: 'Struts Users Mailing List' Subject: [OT] form default submit button Hi, This not a struts issue though my project is

RE: [OT] form default submit button

2004-08-13 Thread Shilpa Vaidya
lol hi 1. like this -- Start Button -- div class=btn onsubmit=LoginForm.submit(); style=margin-top:10px; table border=0 cellpadding=0 cellspacing=0 tr td class=btnRightnbsp; /td td class=btnText

RE: [OT]:JSp and database

2004-08-09 Thread Shilpa Vaidya
I guess you have answere the question ur self. definetly writing beans would be helpful and not charge the jsp files. Just a suggestion - if possible y dont u use a MVC approach and have DAO classes and bean classes to populate ur data. Though this means a lot of work...So best of luck Shilpa

RE: How to render html embedded in a text-area?

2004-08-03 Thread Shilpa Vaidya
hey, May be too technical jargons are not needed in this issue. incase in the first run you are storing the value in text area in a database .Then y not append the the td and trs along with them using stringbuffer. i guess when u would require to prepoulate the same data .It would display the

RE: Can html:checkbox take only yes/true/on as value?

2004-07-13 Thread Shilpa Vaidya
Hi prashant One of my edit pages faced this kinda stufff... td align=centerinput type=checkbox name=siteAdmin1 onclick=check(document.forms[1].siteAdmin) % if (objRole.getSiteAdmin() !=null objRole.getSiteAdmin().equalsIgnoreCase(Y)) { % checked %} else{% %}% value=Y input type=hidden

RE: Authorization and Authentication in Struts

2004-07-05 Thread Shilpa Vaidya
Hi , On these lines you can do Authorization and Authentication in Struts. But it calls the tomcat 404 page, I am still doubtful as how to call a customised page in this regards. Can anyone help. The below portion of code i believe should help in the given context. Shilpa private boolean _403

prepopulation of data

2004-06-18 Thread Shilpa Vaidya
Hi all, I have list.jsp which has an edit link. click of the link i pass the edit Id corrresponding to each row. I am using tag beans. like --- html:text property=name/ and html:checkbox property=right / I am using the correct action classes and corresponding actionform classes. But somehow I am

RE:

2004-06-14 Thread Shilpa Vaidya
hi anjali... I would say the best is James GoodWill wrox publication for new learners regds shilpa -Original Message- From: gitanjali [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 4:03 PM To: [EMAIL PROTECTED] Subject: Hi: Hi All, I m a new user

thanxs : Security and Struts (JAAS?)

2004-06-08 Thread Shilpa Vaidya
Thanks Bill, I guess, i would be customising the request processor as u mentioned. this wud be one of the easy ways...of filtering. 1.As all action ie- *.do s pass through the request processor so i will keep an authorisation check. 2. I can use hashmaps and session too. Thanks. have a great

RE: Action Forward

2004-06-08 Thread Shilpa Vaidya
I do not hink its possible. U will have to make an entry in struts config .xml. Something like this...if ur doing a simple forward. w/o any action class. regds shilpa for ex - action forward=/WEB-INF/package/pac_log.jsp path=/pac_log / -Original Message- From: [EMAIL

Servlet filter

2004-06-03 Thread Shilpa Vaidya
hey all, Preventing users from accesing action. I am writing a web app to manage administrators and profiles. Administrators may access to the web app based on the profiles they have. The profiles, determine which pages the administrator might access. The profiles, and authorizations, might change

RE: Servlet filter

2004-06-03 Thread Shilpa Vaidya
Ghosh Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Shilpa Vaidya [EMAIL PROTECTED] 06/03/2004 03:41 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To 'Struts Users Mailing List' [EMAIL

URL regd Servlet filter

2004-06-03 Thread Shilpa Vaidya
-Original Message- From: Shilpa Vaidya [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 6:07 PM To: 'Struts Users Mailing List' Subject: RE: Servlet filter Thanks brati, r u writing a servlet filter . how did u approach it. can u show me a starting point. shilpa -Original Message