Problem in AJAX tag in Struts2

2007-08-08 Thread Vijay Prajapati
Hi I am using ajax tag in tag to get status on systems at the time of loading but when i am doing this through AJAX then tag sending continuous request and at once time my explorer gives system error. There are 3 elements(systems) in my list so at the time of iterating three ajax request would

Problem in Implementation of Struts2 Validation framework

2007-05-29 Thread Vijay Prajapati
nagementAction-addNew-validation.xml then it is not executed for addNew method. In my JSP there are 3 submit button with assigned method named addNew,Update,delete. So what should i do to execute validation for addNew and Update method? Please Help me to solve this problem. Vijay Prajapati

Re: [s2] Validation does not work in Struts 2 basic project

2007-05-29 Thread Vijay Prajapati
n.xml then it is not executed for addNew method. In my JSP there are 3 submit button with assigned method named addNew,Update,delete. So what should i do to execute validation for addNew and Update method? Please Help me to solve this problem. Vijay Prajapati On 5/29/07, Olivier THIERRY &l

Re: Optiontransferselect button customization.

2007-05-27 Thread Vijay Prajapati
pache.org/struts/browse/WW-1752 Good luck, Jeromy Evans Vijay Prajapati wrote: > Jeromy, >This can not worked according to your suggestion. There are bug in > Struts 2.0.6. > This bug is solved in Struts 2.0.8 and still this version in development > mode. So whenever it will relese

Re: Optiontransferselect button customization.

2007-05-24 Thread Vijay Prajapati
extract from the stylesheet. To reiterate, this is how to do it WITHOUT doubleCssClass and doubleCssStyle (WW-1752). Vijay Prajapati wrote: > Jeromy, > Please try to use doubleCssClass and doubleCssStyle attribute in > in your production JSP. It won't work for second > lis

Re: Problem regarding tag

2007-05-24 Thread Vijay Prajapati
Dave I have done it. Thank you. Vijay On 5/24/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Vijay Prajapati <[EMAIL PROTECTED]> wrote: > You can solve this problem without . Oh, thanks; I thought I had to solve this with I sure am sorry it's taken me so lon

Re: [S2] needs refresh to work properly

2007-05-24 Thread Vijay Prajapati
lowing, making use of the status info [1] exposed by s:iterator: L. [1] http://struts.apache.org/2.x/struts2-core/apidocs/org/apache/struts2/views/jsp/IteratorStatus.html Vijay Prajapati wrote: > Dave, > > Can you please send sample code to print matri

Re: Problem regarding tag

2007-05-24 Thread Vijay Prajapati
Dave You can solve this problem without . If you have any simple solution then let me know ASAP Thank you, Vijay Prajapati On 5/24/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Vijay Prajapati <[EMAIL PROTECTED]> wrote: >> If there are n elements in collection then

Re: Problem regarding tag

2007-05-24 Thread Vijay Prajapati
update "#appStatus.index" instead of "#appStatus.incex" On 5/24/07, Vijay Prajapati <[EMAIL PROTECTED]> wrote: Dave, I am here giving my code on JSP. So please try to correct it. I have 7 elements in collection and i have to show 5 elements in one row and rest of

Re: Problem regarding tag

2007-05-24 Thread Vijay Prajapati
. -  < s:actionmessage/> On 5/24/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Vijay Prajapati <[EMAIL PROTECTED]> wrote: > If you have any solution then he

Re: Problem regarding tag

2007-05-24 Thread Vijay Prajapati
an offer to help. If you feel you need to improve the formatting maybe you should look for a JSP formatting tag library and ask the question on their list. Regards, Al. -Original Message- From: Vijay Prajapati [mailto:[EMAIL PROTECTED] Sent: 24 May 2007 13:48 To: Struts Users Mailing L

Re: Problem regarding tag

2007-05-24 Thread Vijay Prajapati
wrote: --- Vijay Prajapati <[EMAIL PROTECTED]> wrote: > I want to print pattern which i have drawn in my > first mail through tag. > As per your link it will shows 1,2,3,4,5 in row > but i want to draw it in row and column wise. So how might you go about solving that? You have #

Re: Problem regarding tag

2007-05-24 Thread Vijay Prajapati
Dave I want to print pattern which i have drawn in my first mail through tag. As per your link it will shows 1,2,3,4,5 in row but i want to draw it in row and column wise. Vijay On 5/24/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Vijay Prajapati <[EMAIL PROTECTED]> wrot

Problem regarding tag

2007-05-23 Thread Vijay Prajapati
Hi All, Can you please send sample code to print matrix of 10 element from one list through iterator tag in Struts 2.0.6? I am here giving sample output.. 1 2 3 --- in 1st row of HTML table 4 5 6 --- in 2nd row of same HTML table 7 8 9 --- in 3rd ro

Re: [S2] needs refresh to work properly

2007-05-23 Thread Vijay Prajapati
row of same HTML table 10 --- in 4th row of same HTML table Thank you, Vijay On 5/23/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Vijay Prajapati <[EMAIL PROTECTED]> wrote: > Is there Nested Iterator tag in Struts 2.0.6? I don't believe that one is nece

Re: [S2] needs refresh to work properly

2007-05-23 Thread Vijay Prajapati
Hi, Is there Nested Iterator tag in Struts2.0.6? I want to show matrix of list value through Iterator tag in HTML Table. So is it possible? I am here giving example which shows values in table form from list. List imageList= new ArrayList(10); images should show like below in HTML table.

Re: Optiontransferselect button customization.

2007-05-23 Thread Vijay Prajapati
: 300px; } and an extract of the generated HTML: Grant Access to My Company Pty Ltd Deny Access to Vijay Prajapati wrote: > Jeromy, >In which version it includes doubled attribute for second select. I am > usi

Re: Optiontransferselect button customization.

2007-05-22 Thread Vijay Prajapati
]> wrote: optiontransferselect includes the doubleId attribute for the second select. Your CSS can reference that ID. To change the order of the buttons you'll need to create your own optiontransferselect.ftl template based on the existing one. Vijay Prajapati wrote: > Hi, >This

Re: Optiontransferselect button customization.

2007-05-21 Thread Vijay Prajapati
f any one has solved this problem in new version then please let me know. Even I want to change order of left move and right move button so can i do it? I am here giving code for this tag. Please help me ASAP. Thank you, Vijay Prajapati On 4/26/07, Laurie Harper <[EMAIL PROTECTED]> wrot

Re: Good idea of installing a file on host machine

2007-05-09 Thread Vijay Prajapati
can we user HIDEFOCUS attribute in tag in Struts2.0.6? Vijay Prajapati

problem in optiontransferselect tag in Struts2.0.6

2007-05-07 Thread Vijay Prajapati
f any one has solved this problem in new version then please let me know. Even I want to change order of left move and right move button so can i do it? I am here giving code for this tag. Please help me ASAP. Thank you, Vijay Prajapati

RE: Regarding dynamic radio button..

2007-02-20 Thread Vijay Prajapati
Hi Tim, Could you please send me your code with nested tag so I can get something from it. Thank you, Vijay Prajapati -Original Message- From: Tim Williams [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 8:39 PM To: Struts Users Mailing List Subject: Re: Regarding

Regarding dynamic radio button..

2007-02-20 Thread Vijay Prajapati
groupname(String)) in Action class. So can I user name as value of collection so every radio button would have different name as per collection value? So Help me to assign different names for each radio button group. With Regards, | Vijay Prajapati | | Sr. Software Engineer | | Real Soft (Intl