Fwd: ‎10 things to know about Anna Hazare 'n Jan Lok Pal Bill.. !

2011-08-19 Thread ashish shrivastava
‎10 things to know about Anna Hazare 'n Jan Lok Pal Bill.. ! 1. Who is Anna Hazare? An ex-army man. Fought 1965 Indo-Pak War 2. What's so special about him? He built a village Ralegaon Siddhi in Ahamad Nagar district, Maharashtra 3. So what? This village is a self-sustained model village. Energy is

using select while migrating struts 1 to Struts 2

2011-02-14 Thread Ashish Shrivastava
Hi, Is it possible to use old (Struts 1) select with struts 2. Struts 2 select has mandatory attribute "list". SO if struts 1 select code needs to be migrated to struts 2 then list(array list etc.) has to be in action classes. In case there are local list in JSP page in struts 1 which uses "opt

Re: Problem using JSP expressin in Struts 2

2011-02-12 Thread Ashish Shrivastava
or it will need huge cost to migrate/re-build the appilcation. Thanks & Regards Ashish Shrivastava On Sat, Feb 12, 2011 at 2:16 PM, Chris Pratt wrote: > JSP Expressions are not allowed in the Struts 2 Tag Libs because of > security > concerns allowing hackers to use JSP EL to inject

Problem using JSP expressin in Struts 2

2011-02-11 Thread Ashish Shrivastava
Hi, We are in the process to upgrade our application. Currently our aplication is on *Weblogic: 8.1sp5 Java: 1.4 Struts: 1.2 * We are upgrading it to: *Server: Weblogic 10.3 Java: 1.6.0_5 Current Struts: 2.0.14 *We are facing issue with jsp expression in struts tag. All the expression which uses JS

Merry Christmas!

2009-12-26 Thread ashish shrivastava
Merry Christmas, I am willing to give you a big surprise:www.bsord.com. I bought an Apple Mac book one week ago from this website. Now, I have received it. This product quality is very good, the price is very cheap and competitive,the delivery is on time. They also sell phones, TV, motors and s

how to use contains function with arraylist in jstl tags

2007-11-12 Thread ashish shrivastava
i want to check whether my arraylist contains a particular value or not, i dont want to use scriplets , how it can be done using JSTL/struts tags. Thanks Ashish - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

which one is better : jstl core tag V/s struts tags (logic)

2007-01-21 Thread ashish shrivastava
I have jsp's that uses jstl core tags to iterate through beans and display the values in html; i am converting my application to struts. should i also replace the jstl core tags with struts:logic tags