Re: Struts 1 log out issue

2010-03-19 Thread Girish Naik
, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com On Fri, Mar 19, 2010 at 7:05 PM, Arpan wrote: > No it doesn't work > > On Fri, Mar 19, 2010 at 6:19 PM, Brian Thompson >wrote: > > > I'm not 100% sure,

Re: How to deploy struts on tomcat

2010-03-13 Thread Girish Naik
Number of sites that give u ant tutorials, you can also have a look @ http://ant.apache.org/manual/ ps: r u using modjk to bridge apache and tomcat? Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com On Sat, Mar 13

Re: How to deploy struts on tomcat

2010-03-11 Thread Girish Naik
remote deploy, i would suggest you use ant or maven deploy script. Ant is simplest and could be learnt in few hours :) Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com 2010/3/11 Paweł Wielgus > Hi Abhishek, > n

Re: S2 Forward to previous view (GoBack)

2010-03-08 Thread Girish Naik
' and store it in page 'B' 's go back button. Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com On Mon, Mar 8, 2010 at 2:34 PM, Marsman wrote: > > Hi! > > how can I forward to the previous view (for a "go

Re: Return to previous page without javascript

2009-06-21 Thread Girish Naik
Is this issue solved? Can we do something like this<http://www.velocityreviews.com/forums/t131347-struts-requestprocessor-override.html> Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Henny Youngma

Re: Can this be breaking security ?

2009-06-20 Thread Girish Naik
sorry its not possible to pick files from the clients machine as when a file is uploaded it (someone) creates a tmp file in 'work\Catalina\localhost\\upload__70e25ce7_121fcf971b2__7ff2_0003.tmp' hmm ... super. Regards, ----- G

Can this be breaking security ?

2009-06-20 Thread Girish Naik
, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com George Carlin<http://www.brainyquote.com/quotes/authors/g/george_carlin.html> - "Electricity is really just organized lightning."

Re: File "/WEB-INF/tld/struts-bean.tld" not found

2009-06-20 Thread Girish Naik
If your getter is 'getShippingAddress()' then your property will be 'shippingAddress' . Regards, ----- Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Fran Lebowitz<http://www.brainyquote.com/quotes/autho

Re: Doubt with using check box

2009-06-20 Thread Girish Naik
You can look at *Map Backed ActionForms*<http://struts.apache.org/1.x/userGuide/building_controller.html>Section 4.3.3 Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com P. J. O'Rourke<http://www.brainyqu

Re: File "/WEB-INF/tld/struts-bean.tld" not found

2009-06-20 Thread Girish Naik
can you change the bean id to something different than the property name. and check again. Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Henny Youngman<http://www.brainyquote.com/quotes/authors/h/henny_youngman.h

Re: File "/WEB-INF/tld/struts-bean.tld" not found

2009-06-20 Thread Girish Naik
as you dont have the files in WEB-INF can you remove the mapping in web.xml and run again? Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com George Carlin<http://www.brainyquote.com/quotes/authors/g/george_carlin.h

Re: File "/WEB-INF/tld/struts-bean.tld" not found

2009-06-20 Thread Girish Naik
glib uri="/tags/struts-bean" prefix="bean" %> Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Fran Lebowitz<http://www.brainyquote.com/quotes/authors/f/fran_lebowitz.html> - "Life is something to do when you can't get

Re: Struts 1.3.10 problem

2009-06-19 Thread Girish Naik
May be this will bring some help: http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 But what i feel is that the app should have been upgraded to 1.2 first then from there to 1.3 ? Regards, - Girish Naik Mobile:-+91-09740091638 girish.n

Re: Struts2 - CSS problem - Hello World

2009-06-19 Thread Girish Naik
27; and when you hit 'index.html' then the file gets invoked and tries to redirect to 'example/HelloWorld.action' (if you have not changed this) and get an error. Else .. I am unable to proceed with out further details of app. :| Regards, --------

Re: Struts2 s:textfield to formatted html

2009-06-19 Thread Girish Naik
, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com P. J. O'Rourke<http://www.brainyquote.com/quotes/authors/p/p_j_orourke.html> - "If government were a product, selling it would be illegal." On Fri, Jun 19, 2009 at 8:36 PM, ets04uga wrote:

Re: Struts2 - CSS problem - Hello World

2009-06-19 Thread Girish Naik
Is CSS applied to pages where there no parameters in the URL of the app? Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Rodney Dangerfield<http://www.brainyquote.com/quotes/authors/r/rodney_dangerfield.html> - &

Re: how to prevent users from directly accessing jsp files

2009-06-19 Thread Girish Naik
OMG!! now i need to write a new Web Browser ;) Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Rodney Dangerfield<http://www.brainyquote.com/quotes/authors/r/rodney_dangerfield.html> - "What a dog I got, h

Re: Struts2 - CSS problem - Hello World

2009-06-19 Thread Girish Naik
Is this error comming on app start? Are u sure that this error is due to css? Is your app working when there is no css? If Yes then can u use relative path for calling css instead of s:url Regards, - Girish Naik Mobile:-+91-09740091638

Re: how to prevent users from directly accessing jsp files

2009-06-19 Thread Girish Naik
But in that case the css, images, js is compromised rite? What if I want all to be secured? Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Fran Lebowitz<http://www.brainyquote.com/quotes/authors/f/fran_lebowitz.h

Re: drop down list not working after using validation.xml

2009-06-19 Thread Girish Naik
One of my colleague had done it in some project. But dont know if its the correct way. :( Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Samuel Goldwyn<http://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.h

Re: how to prevent users from directly accessing jsp files

2009-06-18 Thread Girish Naik
/* No roles, so no direct access Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Fran Lebowitz<http://www.brainyquote.com/quotes/authors/f/fran_lebowitz.html> - "Life is something to do when yo

Re: question

2009-06-18 Thread Girish Naik
To open it as a link the url should be appended by 'http://' before ur url. So check if ur url from db always returns after 'http://' so that you can append 'http://' string at the start. Regards, ----- Giris

Re: how to prevent users from directly accessing jsp files

2009-06-18 Thread Girish Naik
, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com George Carlin<http://www.brainyquote.com/quotes/authors/g/george_carlin.html> - "Electricity is really just organized lightning." On Thu, Jun 18, 2009 at 8:45 PM, Jan T. Kim wrote: > On Thu, Jun 18, 2009

Re: Load on startup servlet in glassfish initializing two times

2009-06-18 Thread Girish Naik
egards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Fran Lebowitz<http://www.brainyquote.com/quotes/authors/f/fran_lebowitz.html> - "Life is something to do when you can't get to sleep." On Thu, Jun 18, 2009 at 5:09 PM, Dave Newton wrote: &g

Re: drop down list not working after using validation.xml

2009-06-18 Thread Girish Naik
After validation, Action's Preparable method is called, you can load the required list in request again. Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Samuel Goldwyn<http://www.brainyquote.com/quotes/a

Re: how to prevent users from directly accessing jsp files

2009-06-18 Thread Girish Naik
Go to Tomcat Home/conf/web.xml file. in this file put listings as false. listings false Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Rodney Dangerfield<http://www.brainyquote.

Re: Localization in struts 2

2009-06-17 Thread Girish Naik
Is the Hindi text specified in the file in UTF8 format? ie /u0092 etc. Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Mitch Hedberg<http://www.brainyquote.com/quotes/authors/m/mitch_hedberg.html> - "I

Re: STRUT2

2009-06-17 Thread Girish Naik
Can a tag be useful?? Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Samuel Goldwyn<http://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.html> - "I'm willing to admit that I may not always be

Re: Adding dynamic parameters to

2009-06-02 Thread Girish Naik
I had used it in the project, but since it was not working a colleague has changed it without my knowledge. Sorry to misguide as I thought it is working fine :( Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com George

Re: Adding dynamic parameters to

2009-06-02 Thread Girish Naik
May be, but i have successfully used 'status=' in my project. Anyways why not try both n use the one which works ;) Regards, ----- Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Mark Twain <http://www.brainyquote.com/q

Re: Adding dynamic parameters to

2009-06-02 Thread Girish Naik
try adding *status="webP" *in the s:iterator and use: Regards, ----- Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com George Bernard Shaw<http://www.brainyquote.com/quotes/authors/g/george_bernard_shaw.html> - "A

Re: response.sendRedirect() with Struts2 within a portlet

2009-05-31 Thread Girish Naik
wLoginPage home.action / home * Regards, ----- Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Helen Rowland<http://www.brainyquote.com/quotes/authors/h/helen

Re: How to make readonly textfield in Struts 2.0.11.2 datetimepicker

2009-05-31 Thread Girish Naik
"; isError = 1; } if(isError){ break; } } ... ... This function is called on submit of the form. But i would like to know if there is a way in Struts to control the user entry in the textbox. Regards, ----

Re: response.sendRedirect() with Struts2 within a portlet

2009-05-31 Thread Girish Naik
I have used redirect in struts.xml file in two ways as : 1. home.action 2. / home Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Groucho Marx <h

Re: How to make readonly textfield in Struts 2.0.11.2 datetimepicker

2009-05-29 Thread Girish Naik
There is no readonly attribute in s:datetimepicker tag. I am using the following tag PFA for the rendered UI for the above tag. Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Frank Lloyd Wright<h

How to make readonly textfield in Struts 2.0.11.2 datetimepicker

2009-05-29 Thread Girish Naik
the text box. Any suggesstions on how to make the textbox non editable and only the icon clickable? Thanks in Advance. Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Mitch Hedberg<http://www.brainyquote.com/quo