Re: JSTL problem

2004-09-25 Thread Jason Lea
ou can just use ${myFormBean.abc} to access the myFormBean.getAbc() property. Regards. Chris - Original Message - From: "Mark Lowe" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, September 25, 2004 11:29 PM Subject: Re: JSTL pro

Re: JSTL problem

2004-09-25 Thread Mark Lowe
Struts taglibs , but the servlet code compiled from JSP is too hard to explore. Regards. Chris - Original Message - From: "Mark Lowe" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, September 25, 2004 11:29 PM Subjec

Re: JSTL problem

2004-09-25 Thread Mark Lowe
"Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, September 25, 2004 11:29 PM Subject: Re: JSTL problem If you're using JSTL in struts all the object will be available without drilling through the scopes. In straight JSTL you'd use sessionScope. But as you'

Re: JSTL problem

2004-09-25 Thread Chris
glibs , but the servlet code compiled from JSP is too hard to explore. Regards. Chris - Original Message - From: "Mark Lowe" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, September 25, 2004 11:29 PM Subject: R

Re: JSTL problem

2004-09-25 Thread Mark Lowe
If you're using JSTL in struts all the object will be available without drilling through the scopes. In straight JSTL you'd use sessionScope. But as you're using struts you dont need to and you can decide what you want to scope to in you java or configuration of the ActionServlet.. HTH Mark On