Re: syntax for passing java contents inside jsp using struts 2.2.1

2011-05-21 Thread mead
you may write a struts tag or jspTaglib, regards, mead On 2011-5-22, at 7:29, Dave Newton wrote: > Why not just put the lists in a map or collection? > > Dave > On May 21, 2011 7:21 PM, "inception" wrote: >> Hi... >> >> >> I want to hold a unique names for the tags during its > loop. >> fo

Re: syntax for passing java contents inside jsp using struts 2.2.1

2011-05-21 Thread Dave Newton
Why not just put the lists in a map or collection? Dave On May 21, 2011 7:21 PM, "inception" wrote: > Hi... > > > I want to hold a unique names for the tags during its loop. > for example: > > > list="test > > *

Re: DoJo Plugin for struts 2.0.11

2011-05-21 Thread cuteshweta24
I have added the jar in the specified folder, still i m getting the message "/WEB-INF/lib/struts2-dojo-plugin-2.2.3" please suggest -- View this message in context: http://struts.1045723.n5.nabble.com/DoJo-Plugin-for-struts-2-0-11-tp3484007p4411808.html Sent from the Struts - User mailing list a

Re: syntax for passing java contents inside jsp using struts 2.2.1

2011-05-21 Thread inception
Hi... I want to hold a unique names for the tags during its loop. for example: ** in each iteration attribut "list" value should be changed to test[followed by iteration count] so that

RE: Unable to add value in

2011-05-21 Thread Jason Pyeron
> -Original Message- > From: Chris Pratt [mailto:thechrispr...@gmail.com] > Sent: Saturday, May 21, 2011 16:10 > To: Struts Users Mailing List > Subject: Re: Unable to add value in > > I'm pretty sure javascript can't get the file path in modern > browsers, only the name. > (*Chris*)

Re: Unable to add value in

2011-05-21 Thread Chris Pratt
I'm pretty sure javascript can't get the file path in modern browsers, only the name. (*Chris*) On Sat, May 21, 2011 at 11:22 AM, Jason Pyeron wrote: > Why don't you try to do your validation as AJAX, so you never submit the > page > until it does have the correct "filename/path"? > > (I am as

RE: What is getModel() for?

2011-05-21 Thread Jason Pyeron
> -Original Message- > From: Eric Lentz > Sent: Friday, May 20, 2011 8:56 > To: Struts Users Mailing List > Subject: Re: What is getModel() for? > > >"Getting" is not always the same thing as "instantiating" and/Or > "initializing". > > That's an *excellent* point! Well said. It would be

RE: Unable to add value in

2011-05-21 Thread Jason Pyeron
Why don't you try to do your validation as AJAX, so you never submit the page until it does have the correct "filename/path"? (I am assuming that javascript can read the filename/path attribute, just not set it; test with an onclick:alert(property...) ) The remainder is up to you to figure out

Re: Unable to add value in

2011-05-21 Thread vivek mishra
Yeh exactly it's my ownership .[?].. I was trying to find out if could acheive this using struts functionality.. Though I have a solution for this requirement already but that would be a hacky way. Many Thanks for your help ..:) Vivek On Fri, May 20, 2011 at 10:26 PM, Dave Newton wrote: > I di