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
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
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
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,
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
5 matches
Mail list logo