In Struts 1.3 how to display multiple images in jsp from database

2012-03-20 Thread raaja.g
Hi, I am facing problem in displaying multiple images at a time in jsp. I am able to retrieve the images from db and storing them in a list and forwarding that to jsp in request from Action class. But I am not able to display those images in jsp. I am not getting an idea how to render those image

Re: nested property tag in action tag

2012-03-20 Thread vEnkaTa mohAna rAo SriperumbUdUru
I think, you need to reconsider your design let us what you want to do? why are you doing so? On Tue, Mar 20, 2012 at 6:19 PM, Markus Demetz wrote: > hi all, > > when I use the tag inside a jsp with executeResult="true", > so I can access the properties of that action with the tag > inside the

Re: Specify default theme

2012-03-20 Thread vEnkaTa mohAna rAo SriperumbUdUru
Whatever you can specify in stuts.properties, you can specify those properties in struts.xml as constants. On Tue, Mar 20, 2012 at 8:03 PM, Dave Newton wrote: > Yes. > > Dave > > On Tuesday, March 20, 2012, Shrinivas Parashar < > shrinivas_paras...@symantec.com> wrote: > > Hi, > > Can we spec

Re: Exception occurred after upgrading from Struts 1.2 to Struts 1.3.10

2012-03-20 Thread joann luo
Hello, Dave: Could you please be more specific on what logging I need to set to DEBUG level? I am using WAS. Which console in WAS I should set the DEBUG to true for logging in this case? In the project I am working on, I turned on the debug flag for the project but that is the only exception I

Re: Specify default theme

2012-03-20 Thread Dave Newton
Yes. Dave On Tuesday, March 20, 2012, Shrinivas Parashar < shrinivas_paras...@symantec.com> wrote: > Hi, > Can we specify default theme in struts.xml? > I am aware that we can specify default theme in struts.properties file. But I am trying to avoid properties file. > > Regards. > Shrinivas >

Specify default theme

2012-03-20 Thread Shrinivas Parashar
Hi, Can we specify default theme in struts.xml? I am aware that we can specify default theme in struts.properties file. But I am trying to avoid properties file. Regards. Shrinivas

Re: Exception occurred after upgrading from Struts 1.2 to Struts 1.3.10

2012-03-20 Thread Dave Newton
Have you set the logging to DEBUG level and checked the logs on startup? Dave On Tue, Mar 20, 2012 at 9:48 AM, joann luo wrote: > Hello, > > Thanks for your quick responses. > > Yes. I changed the DTD definitions in all the relevant files: > > "-//Apache Software Foundation//DTD Struts Configu

Re: Exception occurred after upgrading from Struts 1.2 to Struts 1.3.10

2012-03-20 Thread joann luo
Hello, Thanks for your quick responses. Yes. I changed the DTD definitions in all the relevant files: http://jakarta.apache.org/struts/dtds/struts-config_1_3.dtd";> http://jakarta.apache.org/struts/dtds/tiles-config_1_3.dtd"; > http://jakarta.apache.org/commons/dtds/validator_1_3_0.dtd Is th

nested property tag in action tag

2012-03-20 Thread Markus Demetz
hi all, when I use the tag inside a jsp with executeResult="true", so I can access the properties of that action with the tag inside the result. but is there a way to to access the same property without forwarding to a result, say doing it inline like this: // jsp code I assume that

Re: Current status in testing with struts2, spring3 +junit 4?

2012-03-20 Thread Łukasz Lenart
Mounir could you prepare a patch with your test case class from here [1] and attach it to https://issues.apache.org/jira/browse/WW-3778 with granting license to ASF ? I'd like to include your code in S2 [1] http://www.zapjava.com/tutorials/spring-struts2-junit4-annotations/ Regards -- Łukasz ht

Re: Current status in testing with struts2, spring3 +junit 4?

2012-03-20 Thread Łukasz Lenart
As I see there is a small mess with the test classes. Struts 2 has three StrutsTestCase classes, in core in junit plugin and in testng plugin. It would be nice to clean them up. Remove StrutsTestCase from core and two other StrutsTestCase classes rename accordingly, Also adding support for the Con

Re: Current status in testing with struts2, spring3 +junit 4?

2012-03-20 Thread Mounir Benzid
Am 19.03.2012 20:54, schrieb Łukasz Lenart: If you'll follow the last comments, you'll find another approach. Always you can prepare your solution and register an issue to integrate your solution with S2 Regards I found this blog post. So far this solves the problems I had with the old bases