Re: value truncated

2009-02-26 Thread Dravid
Any thoughts thanks in advance -- View this message in context: http://www.nabble.com/value-truncated-tp22211336p22233327.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-u

value truncated

2009-02-25 Thread Dravid
Hi All, I have a jsp page where I am using html:select options.When the user selects a option I am calling a JavaScript onchange to submit the form. My problem is I have a list with double quotes values which I am retrieving from database. eg: Account = "N" .I could not able to retrieve the th

disable a button if not selected any value

2008-10-24 Thread Dravid
Hi, I have a dropdown box and and delete button on my jsp page. I have a requirement where user selects a value from dropdown box to delete it. If nothing is selected from the dropdown box then the delete button should be disabled. on selected it should be enabled. please help me how to do thi

how to populate data dynamically onselect from select optoins

2008-10-13 Thread Dravid
Hi All, I am using struts 1.2 in my web application. I have to display one list List will be build dynamically. User can select any option. Based on the user's selection page will be refreshed need to hit the database and display information in other fields on same page. When user selects

Re: How to redirect to the same page

2008-02-13 Thread Dravid
please some one help me thanks in advance Dravid wrote: > > Hi, > > After a successful login I don't want to redirect the user to a hardcodes > page, but I want the user to be redirected where he wanted to go. E.g. if > a user clicks on 'sell' he will be for

Re: How to redirect to the same page

2008-02-12 Thread Dravid
magically. > As an example, here are the docs for setting this up in Tomcat 5.5.x > -> > > http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html > > -Wes > > On 2/12/08, Dravid <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> After a successful l

How to redirect to the same page

2008-02-12 Thread Dravid
Hi, After a successful login I don't want to redirect the user to a hardcodes page, but I want the user to be redirected where he wanted to go. E.g. if a user clicks on 'sell' he will be forced to log in and after login the sell-page should be shown. If he clicks on buy the buy-page should be sho