LazyValidatorForm not accepting multiple selects

2007-11-04 Thread Donald Rosengartner
I recently joined a team using struts 1.3.8 and LazyValidatorForm. I can not seem to get the following html:select to work. I have tried modifying the datatype of the form bean property(ArrayList, String[], etc). String[] made the first of my selections' values available in the Action, but no

EL expressions and string concatenation

2007-11-04 Thread Adam Hardy
This is slightly off-topic but I hope not too much, and there is a reference to struts here because I used to do this with struts1 taglibs! I want to concatenate 2 vars into a string in EL but since one is a Long, EL can't do it, and throws a NumberFormatException because it wants them both to

[OT] Re: EL expressions and string concatenation

2007-11-04 Thread Antonio Petrelli
2007/11/4, Adam Hardy [EMAIL PROTECTED]: I want to concatenate 2 vars into a string in EL but since one is a Long, EL can't do it, and throws a NumberFormatException because it wants them both to be Longs so it can do arithmetic addition instead. You could set a string variable this way:

Re: [OT] EL expressions and string concatenation

2007-11-04 Thread Adam Hardy
Antonio Petrelli on 04/11/07 16:17, wrote: 2007/11/4, Adam Hardy [EMAIL PROTECTED]: I want to concatenate 2 vars into a string in EL but since one is a Long, EL can't do it, and throws a NumberFormatException because it wants them both to be Longs so it can do arithmetic addition instead. You

[S2] ArrayList of Object as datasource in JasperReports

2007-11-04 Thread carmi_cd
I need a tutorial that uses ArrayList of Object as datasource for JasperReports..do you know any? -- View this message in context: http://www.nabble.com/-S2--ArrayList-of-Object-as-datasource-in-JasperReports-tf4749173.html#a13580062 Sent from the Struts - User mailing list archive at

picture display in struts 1.3.8

2007-11-04 Thread MavenMan
if i have saved a picture url in datebase . then i fetch it , so how can i code the url in jsp ? i have try /image/bean:write name = / but it does not work correctly -- View this message in context: http://www.nabble.com/picture-display-in-struts-1.3.8-tf4749306.html#a13580449 Sent from

url length

2007-11-04 Thread Brian Relph
So i have written a portlet in struts2 that runs on a Websphere Application Server 6.1. I consume the portlet on Websphere portal v 6.0 through WSRP. Internet Explorer seems to have some problems with the urls that are generated - everything runs fun using firefox, opera, safari. I think this is

Re: url length

2007-11-04 Thread Nils-Helge Garli Hegvik
That's odd. The Struts 2 URLs are created through the Portlet API, so there shouldn't be anything special about them. Is this your only portlet on the page? If not, have you tried removing all the other portlets portlets and see if it still fails? Nils-H On Nov 5, 2007 3:54 AM, Brian Relph