RE: Default values for Multiple Select

2005-10-18 Thread Dharmendra . Sharan
Hi Natalie, Are you using String[] for the options in the ActionFormBean? HTH, Dharmendra ps: have a nice day! -Original Message- From: Rassmann, Natalie D [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 8:27 AM To: struts-user@jakarta.apache.org Subject: Default va

RE: OT: RE: Development philosophy and such (was: Base action class)

2005-10-07 Thread Dharmendra . Sharan
Hi Frank, Sorry couldn't help but remark that... it seems some people are forgetting the software engineering basics.. :) "There is no silver bullet!" And you are absolutely right that there is no justification for using new technology just for the heck of it... (And there is a re

OT: RE: Development philosophy and such (was: Base action class)

2005-10-07 Thread Dharmendra . Sharan
Hi Frank, Here's the thing about technology, it *evolves*... and it comes as really odd that you *belive* that people introduce new technology solution, architecture, design changes, to just make them more market-able!!. I don't subscribe to this idea, but I would like to add however that

RE: Tile usage

2005-09-07 Thread Dharmendra . Sharan
Hi Xavier, looking at the error, it seems instead of looking at "formaction" attribute as String, it's attempting to interpret it as a Page, and it's not able to find the login.jsp in the 'document root' area. If you need to pass in just a String value you may use type="String" or, dir

RE: Struts-Tiles Design question

2005-09-06 Thread Dharmendra . Sharan
Hi, Just a follow question to a similar scenario, what's the recomended approach with Struts-Tiles to handle the different modes in which a JSP may be displayed. i.e. Add/Edit/View especially for say a JSP page which has multiple sections. e.g. Dish.jsp which can be composed of multiple

test mail... can someone please reply to let me know it reached the Strtus User list Thanks!!

2005-09-02 Thread Dharmendra . Sharan
test mail... can someone please reply to let me know it reached the Strtus User list Thanks!! Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, dist

RE: Struts-Tiles Design question

2005-09-02 Thread Dharmendra . Sharan
Hi, Just a follow question to a similar scenario, what's the recomended approach with Struts-Tiles to handle the different modes in which a JSP may be displayed. i.e. Add/Edit/View especially for say a JSP page which has multiple sections. e.g. Dish.jsp which can be composed of multiple

test mail... pls. ignore...

2005-09-01 Thread Dharmendra . Sharan
test mail... Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you

test mail..pls. ignore...

2005-09-01 Thread Dharmendra . Sharan
Hi, Sorry but I wasn't able to see my post on the mailing list. I need to verify if this is okay... Apologies for the inconvenience. - Dharmendra Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If

RE: Struts-Tiles Design question

2005-09-01 Thread Dharmendra . Sharan
Hi, Just a follow question to a similar scenario, what's the recomended approach with Struts-Tiles to handle the different modes in which a JSP may be displayed. i.e. Add/Edit/View especially for say a JSP page which has multiple sections. e.g. Dish.jsp which can be composed of multiple

RE: Set the file name in html:file

2005-08-23 Thread Dharmendra . Sharan
Hi, If I understood you correctly, you are trying to have a default filename when you click download from within your application. In this case here's how it may be done:- response.setContentType("application/ms-excel"); // or whatever the content format is... response.setHeader("Content-Dis

RE: Struts with XSLT

2005-08-18 Thread Dharmendra . Sharan
Hi All, Seems a bit of the "silver bullet" scenario is going in the discussion of XSLT versus Struts approach, someone has correctly said "there's no silver bullet". You are required to use your judgement based on your experience on which tool/technique to use for what situation for opti