Hi, all;
I create some action which have form on it.
Sometime I can access the ActionForm bean via classname,
sometime I can access it via variablename(*1), and sometime
I have to set it into request object (*2) to access it.
*1:
in Action, write this code, and access ActionForm via myForm.
MyAct
Hi, all;
What's the difference between struts-base
to struts-el.
Document here said:
http://struts.apache.org/1.2.9/userGuide/building_view.html#struts-el
Standard support JSP expression like <%= stringvar %>
and
EL support EL expression.
But my test on base taglib shows, EL expression is suppor
Hi, all;
c.tld in struts-el is not support rtexprssion.
So every flag should be set via action.
I don't think it can finish any job in this style.
What's the taglib designed for? Should I use
c-rt.tld as default?
Thanks
Regards;
Michael
;/") character, and omitting any filename extension if extension
> mapping is being used."
>
>
> On 8/14/06, Michael Cheung <[EMAIL PROTECTED]> wrote:
> >
> > Hi, all;
> >
> > I get requestURL from request object in Action, then I want to
> &
Hi, all;
I get requestURL from request object in Action, then I want to
create a ActionForward object for this URL to return.
So I have to convert the absolute URL from requestURL to context
relative URL. Thanks a lot.
Regards;
Michael
-
Hi,
Thanks for your help.
I am using the c.tld from struts-el.
and it give me the following error message:
[According to TLD or attribute directive in tag file, attribute items does not
accept any expressions]
when I change to c-rt.tld, same as c.tld from struts-el, it works as you said.
Then w
Hi, everyone;
I am new to struts. Need someone help me.
Version:Struts 1.2.9, jsp 2.4, tomcat,5.0.28
Question about: struts-el, c.tld
in c.tld, not c-rt.tld
1.Document said, difference between el and standard is rtexpression.
${xxx} is supportted in EL tags, but in standard tags, ${xxx} give me
7 matches
Mail list logo