What does the JSP look like? Does it include the taglib definition?

Nils-H

On Thu, Mar 19, 2009 at 5:14 PM, Kra, Aime yao (TEK System)
<ak...@allstate.com> wrote:
> Struts 2 tags are not translate into HTML when I add tile to my application.
> When I use View source of my browser, I still can see the struts 2 tags in 
> the page so it is not correctly rendered.
> Without tiles the application is working fine.
>
> Below is what I see in the page source.
> ----------------------- snip -------------------------
> <tr>
>                                                <td align="right" 
> width="181"><span class="textboldblue">First
>                                                Name</span></td>
>
>                                                <td width="330"><s:textfield 
> name="firstName" required="true"
>                                                        size="20" 
> maxlength="75" /><span class="asterisk">*</span></td>
>                                        </tr>
>                                        <tr>
>                                                <td align="right" 
> width="181"><span class="textboldblue">Last
>                                                Name</span></td>
>
>                                                <td width="330"><s:textfield 
> name="lastName" required="true"
>                                                        size="20" 
> maxlength="75" /><span class="asterisk">*</span></td>
>                                        </tr>
>
> ------------------------------------------- snip 
> -----------------------------------------------------------------------------------------------------
>
> Any idea?
>
> Thanks
>
> Aimé Kra
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to