set max size of c:out value

2008-12-13 Thread gbattine
Hello guys, I'm working for the first time on Struts. I need your help for a easy (I think) question. In my Jsp I've a table in which I populate rows from a list in a bean, in this way. ... This table must be only in reading way and it works correc

Re: Cannot find bean in any scope

2008-12-08 Thread gbattine
used id="dvds" which means that you would > have to use > Nils-H > > [1] - > http://struts.apache.org/1.3.8/struts-taglib/tagreference.html#logic:iterate > > On Sun, Dec 7, 2008 at 5:39 PM, gbattine <[EMAIL PROTECTED]> wrote: >> >> Hello guys, >

Cannot find bean in any scope

2008-12-07 Thread gbattine
Hello guys, I'm newbie of Struts, please help me. I've an action that calls some business logic, retrieve a a list and set it into request, calling later a jsp, in which I try to show this list through iterate tag. this is jsp to show list <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%

connection to db with pooling in Struts

2008-11-28 Thread gbattine
Hello guys, I'm newbie about Struts and I'm trying to understand a complex task (for me), that is obtaining a connection from connection pool (I use dbcp for this) and a datasource (that one of tomcat) and use this connection in dao layer. I'm trying to get this working, but it seems very difficul

new to Struts

2008-09-08 Thread gbattine
Hello guys, I need an information. I'm going to learn struts.. I need some info, please help me: 1) what do you hint to me, to start from Struts 1.1 and later move to Struts 2.0, or starting from Struts 2.0? 2) I usually use Netbeans. Is there an editor WYSIWHG for Netbeans, to use Struts? 3) I k