Re: javax.servlet.ServletException: Cannot find bean dblist in scope request

2004-07-03 Thread Dave Gynn
Make sure that you are requesting the URL that invokes the Action. The error that you are seeing would happen if you request the JSP directly. So request http://yourserver/yourapp/list.do and not http://yourserver/yourapp/form/list.jsp AKEDJO Guy-Patrick wrote: I've been trying to solve that iss

Re: The Pager in Provided by the jsptags.com

2004-07-03 Thread Jorge Salido
Put in web.xml a reference to your local .tld file, like this: /WEB-INF/pager-taglib.tld /WEB-INF/pager-taglib.tld And in your jsp header use the taglib-uri value: <%@ taglib uri="/WEB-INF/pager-taglib.tld" prefix="pg" %> It should work. BTW, I recall items that are goi

Re: Where to get struts 1.2 build?

2004-07-03 Thread Niall Pemberton
There was a Struts 1.2.0 but it never got past 'alpha' release - best place is to pick up the nightly build here http://cvs.apache.org/builds/jakarta-struts/nightly/ http://cvs.apache.org/builds/jakarta-struts/nightly/src/ The version 1.2.1 which will hopefully be released soon isn't likely to be

Re: [OT] Calendar How-to

2004-07-03 Thread Mark Lowe
If your model or SQL queries (depending on how you've done things) returns a list of events then put these where you can present them and list them in you tile. I don't see the problem you're having what do you have in terms of the data? a list or Event beans? On 1 Jul 2004, at 20:14, Ruffin,

RE: Javascript error in struts validator.

2004-07-03 Thread Kote, Nijaguna Sangankal
Am still getting javascript error: function validateRequired(form) { > > var isValid = true; > > var focusField = null; > > var i = 0; > > var fields = new Array(); > > var formName = form.getAttributeNode("name"); //error is at this I used ms script debu