you can use the <html-el:text value="${param.x}"><html-el:text> control to 
accomplish just that I'm doing that in a bunch of places.

On 5/20/05, Shey Rab Pawo <[EMAIL PROTECTED]> wrote: 
> 
> <html-el:form> etc.
> 
> On 5/19/05, Suresh Khatri <[EMAIL PROTECTED]> wrote:
> > <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c"/>
> > <%@ taglib uri="/tags/struts-html" prefix="html"/>
> >
> > <html:form action="dynaadd.do <http://dynaadd.do>">
> > <html:text
> > property="name"
> > value="<c:out value="${param.x}"/>"/>
> > </html:form>
> >
> > would display the whole thing. Is there a way of making it
> > evaluate <c:out first and then pass the evaluation to value
> > of html:text
> >
> > this works but it is because input is not in the namespace
> > html
> > <input type="text"
> > name="name" value="<c:out value="${param.x}"/>"/>
> >
> > How can this be solved using Struts and JSTL
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> --
> No one ever went blind looking at the bright side of life.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
-Dave
[EMAIL PROTECTED]

Reply via email to