Re: any tag library to set an object in request in jsp

2008-03-05 Thread Othon Reyes Sanchez
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

Re: any tag library to set an object in request in jsp

2008-03-05 Thread Alberto A. Flores
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

Re: any tag library to set an object in request in jsp

2008-03-05 Thread Nils-Helge Garli Hegvik
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

any tag library to set an object in request in jsp

2008-03-05 Thread temp temp
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