RE: Passing Struts request attribute to custom tag

2006-06-30 Thread Paul Benedict
va.sun.com/jstl/core_rt"; %> After doing all this the EL is now being evaluated on the JSTL tags, and my JSP page. 6 hours wasted on this stupid problem. Thank you very much Paul and Wendy for all your help. Felix -Original Message----- From: Wendy Smoak [mailto:[EMAIL PROTECTED]

RE: Passing Struts request attribute to custom tag

2006-06-30 Thread Felix Khazin
sun.com/jstl/core_rt"; %> After doing all this the EL is now being evaluated on the JSTL tags, and my JSP page. 6 hours wasted on this stupid problem. Thank you very much Paul and Wendy for all your help. Felix -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent:

Re: Passing Struts request attribute to custom tag

2006-06-30 Thread Wendy Smoak
On 6/30/06, Felix Khazin <[EMAIL PROTECTED]> wrote: Another interesting thing is that say i do something like: and then in my JSP i write, for example, ${test}. I get ${test} in the browser. So the only time that ${test} gets evaluated is when i do a That says your container is not evalua

RE: Passing Struts request attribute to custom tag

2006-06-30 Thread Felix Khazin
er. So the only time that ${test} gets evaluated is when i do a This is so frustrating...thank you for helping me out. Felix -Original Message- From: Paul Benedict [mailto:[EMAIL PROTECTED] Sent: Fri 6/30/2006 7:08 PM To: Struts Users Mailing List Subject: RE: Passing Struts request att

RE: Passing Struts request attribute to custom tag

2006-06-30 Thread Paul Benedict
;mytags" tagdir="/WEB-INF/tags/" %> Do I need to make a TLD, or can I just define rtexprvalue to be true in my taglib line above? Thank you! Felix -Original Message- From: Paul Benedict [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 5:39 PM To: Struts Users Mailing

RE: Passing Struts request attribute to custom tag

2006-06-30 Thread Felix Khazin
can I just define rtexprvalue to be true in my taglib line above? Thank you! Felix -Original Message- From: Paul Benedict [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 5:39 PM To: Struts Users Mailing List Subject: RE: Passing Struts request attribute to custom tag In your TLD

RE: Passing Struts request attribute to custom tag

2006-06-30 Thread Paul Benedict
nal Message- From: Paul Benedict [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 5:26 PM To: Struts Users Mailing List Subject: Re: Passing Struts request attribute to custom tag Can you explain in more detail how it doesn't work? Felix Khazin wrote: Hi, I am having a proble

RE: Passing Struts request attribute to custom tag

2006-06-30 Thread Felix Khazin
ct: Re: Passing Struts request attribute to custom tag Can you explain in more detail how it doesn't work? Felix Khazin <[EMAIL PROTECTED]> wrote: Hi, I am having a problem with a view using struts that I can't figure out... I have a controller that sets an attribute for ex

Re: Passing Struts request attribute to custom tag

2006-06-30 Thread Paul Benedict
Can you explain in more detail how it doesn't work? Felix Khazin <[EMAIL PROTECTED]> wrote: Hi, I am having a problem with a view using struts that I can't figure out... I have a controller that sets an attribute for example: request.setAttribute("pageSize", _pageSize); In my view