Re: Template action include

2006-03-07 Thread Marcio Ghiraldelli
quot; uri="http://java.sun.com/jsp/jstl/core"; %> Now it doens't complains with the expression and worked perfectly! Thanks! - Original Message - From: "Marcio Ghiraldelli" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday

Re: Template action include

2006-03-07 Thread Marcio Ghiraldelli
ot;Michael Jouravlev" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, March 07, 2006 4:22 PM Subject: Re: Template action include On 3/7/06, Marcio Ghiraldelli <[EMAIL PROTECTED]> wrote: worked ok, it keep the request values and integrate ok the out

Re: Template action include

2006-03-07 Thread Michael Jouravlev
On 3/7/06, Marcio Ghiraldelli <[EMAIL PROTECTED]> wrote: > worked ok, it keep the request values and integrate ok the > output, but: > > " /> > "According to TLD, the attribute URL can´t accept any expression" You can copy request parameter to request attribute (say, to "action") and

Re: Template action include

2006-03-07 Thread Marcio Ghiraldelli
g to TLD, the attribute URL can´t accept any expression" - Original Message - From: "Michael Jouravlev" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, March 07, 2006 3:11 PM Subject: Re: Template action include Do or not work for

Re: Template action include

2006-03-07 Thread Michael Jouravlev
Do or not work for you? On 3/7/06, Marcio Ghiraldelli <[EMAIL PROTECTED]> wrote: > Hello, > I am including an Struts action inside an JSP file, passed by GET as an > "action" attribute, exposing with bean taglib: > > GET: template.jsp?action=List.do > > template.jsp: > > (...

Template action include

2006-03-07 Thread Marcio Ghiraldelli
Hello, I am including an Struts action inside an JSP file, passed by GET as an "action" attribute, exposing with bean taglib: GET: template.jsp?action=List.do template.jsp: (...) page="<%=request.getParameter("action")%>" /> (...) but I ne