You can use JSTL too.
On Wed, Mar 5, 2008 at 5:45 PM, Alberto A. Flores <[EMAIL PROTECTED]>
wrote:
> In case this was not a Struts question, check out:
>
> http://java.sun.com/products/jsp/tags/11/syntaxref11.fm14.html
>
> Hope this helps!
>
> Alberto
>
> On Wed, Mar 5, 2008 at 5:08 PM, temp tem
In case this was not a Struts question, check out:
http://java.sun.com/products/jsp/tags/11/syntaxref11.fm14.html
Hope this helps!
Alberto
On Wed, Mar 5, 2008 at 5:08 PM, temp temp <[EMAIL PROTECTED]> wrote:
> I usally use scriptlet in jsp to set some object in request is there a way
> tro do
Since this is a Struts user list, I assume that you're looking for a
"Struts way" to do this. In that case, the taglib documententation
would be a very good place to start! You don't specify which version
of Struts, so here are some references:
Struts 1: http://struts.apache.org/1.3.8/struts-tagli
I usally use scriptlet in jsp to set some object in request is there a way tro
do this using any tag library
instead of this
<%request.setAttribute(CustomReviewFormflowAction.IReviewFormFlowProperties.ATTRIBUTE_REVIEW_FORM_SECTION,vReviewFormSectionHeader);
%>
can I use any exsisting taglibra
4 matches
Mail list logo