I came to the same answer, by trial and error.
Can't believe I didn't try the extra parens earlier. Guess I thought it
shouldn't matter.
Anyway, it is working now. Thanks!
On Sat, 2004-07-24 at 21:04, Niall Pemberton wrote:
> Works for me - try putting addtional parens around the whole expression:
The information which exists in the query string is just string values.
The correpsonding parameter names can be defined in the form.
When invoked, Struts will populate the form and pass it on to the action
class. The action class extracts the values from the form and passes them
to the business lo
Thanks Niall, I will appreciate having that.
Erik
Niall Pemberton wrote:
The "action" attribute has only been available in Struts since version
1.2.0 - so if you want it either switch to Struts 1.2.1 beta version or wait
for the next Struts release - hopefully that isn't too far away - talk on
the
Hi list,
I extract language specific messages from the struts application resources
within my applications logic to generate the subject and body of auto
generated emails. I used to do this via string constants but switched over
to using the resources. Everything works fine except the line breaks
Hi,
I have two collections of objects one contains the questions, and the second
is place holder for answers the user is supposed to provide.
questions is a collection of question (= id, text, type)
answers is a collection of answer (= id, questionId, answer)
now in my jsp i would like to do som
Works for me - try putting addtional parens around the whole expression:
((submit == 'delete') or (*this* != null))
Niall
- Original Message -
From: "Matthew Van Horn" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Saturday, July 24, 2004 12:05 AM
Subjec
Ok, I guess thats fair enough to keep business logic calls limited to action
classes only.
How do you suggest I impliemnt the case where the user is supposed to
directly land on a URL, and some information from business logic is
required.
e.g the case where user clicks on a forgot password email
7 matches
Mail list logo