Yes I use weblogic8. If I change jsp to your suggestion,when weblogic is
fixed problem. Does my jsp still work? and Does my jsp stiill work with
other jsp engine?

Thank you
----- Original Message -----
From: "Trieu, Danny" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Tuesday, November 25, 2003 8:23 AM
Subject: RE: <bean:define ..> problem


My guess is, you are using Weblogic8 which has problem with its jsp engine.
Don't know if the fix it yet, but for short you might have to change your
jsp from:

<bean:define id="borrowerIndex" name="borrowerIndex" scope="request" />

To...

<bean:define id="borrowerIndex"><bean:write name="borrowerIndex"
scope="request" /></bean:define>

Danny Trieu
Internet Business Group
Downey Savings and Loan Association, F.A.
[EMAIL PROTECTED]
(949) 509-4564

"The beginning of knowledge is the discovery of something we do not
understand."
- Frank Herbert (1920-1986)
"The essence of knowledge is, having it, to apply it; not having it, to
confess your ignorance."
- Confucius (551-479 BC)




-----Original Message-----
From: Surachai Locharoen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 8:13 PM
To: Struts Users Mailing List
Subject: <bean:define ..> problem


Dear all
I have problem about migration from struts 1.0 to 1.1. It compile error "Can
not resolve symbol". Is there the way to migrate without change jsp page.
Because my jsp page is very many. It take a time to change.

Your faithfully

Surachai



This message and any attachments are for the intended recipient(s) only and
may contain privileged, confidential and/or proprietary information about
Downey Savings or its customers, which Downey Savings does not intend to
disclose to the public. If you received this message by mistake, please
notify the sender by reply e-mail and delete the message and attachments.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to