G
gwoodhouse
Hello again all,
I'm currently trying to get a product working here and its driving me
nuts.
Ive been working all day on a stupidly complicated way of filling form
values. Ill skip the complicated part out and give you the current
part of the problem i just cannot understand.
Basically, one of my jsp's is forwarding to search.do?
searchTermLanguage="English". This uses:
<action path="/articles/search" forward="/WEB-INF/jsp/articles/
searchForm.jsp" name="AdvancedSearchForm" validate="false"
scope="session"/>
on searchForm.jsp, there is a form input element named
"searchTermLanguage". At the point this page loads, i /thought/ that
searchTermLanguage field would automatically fill with the term
"English". But it isn't.
Could someone tell me why? pretty please? If i have to come into work
again tomorrow and sit glaring at eclipse im going to go on some sort
of spree.
Graeme
I'm currently trying to get a product working here and its driving me
nuts.
Ive been working all day on a stupidly complicated way of filling form
values. Ill skip the complicated part out and give you the current
part of the problem i just cannot understand.
Basically, one of my jsp's is forwarding to search.do?
searchTermLanguage="English". This uses:
<action path="/articles/search" forward="/WEB-INF/jsp/articles/
searchForm.jsp" name="AdvancedSearchForm" validate="false"
scope="session"/>
on searchForm.jsp, there is a form input element named
"searchTermLanguage". At the point this page loads, i /thought/ that
searchTermLanguage field would automatically fill with the term
"English". But it isn't.
Could someone tell me why? pretty please? If i have to come into work
again tomorrow and sit glaring at eclipse im going to go on some sort
of spree.
Graeme