You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by tom tom <j_...@yahoo.com> on 2007/05/17 03:30:26 UTC

Struts 2 migration ISSUES- missing properties in ...

Hi,

We have the following in the struts 1.x

<html:text property="studentId"  size="7"
maxlength="7"/>

when I try to convert this to S2  I can't see the size
and the maxlength properties

for e.g.
<s:text name="" id=""></s:text>

What I can see is only name and id attributes only.

I thought S2 tag library got all.

Let me know how to overcome this.

thanks



 
____________________________________________________________________________________
Looking for earth-friendly autos? 
Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/

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


Re: Struts 2 migration ISSUES- missing properties in ...

Posted by Nuwan Chandrasoma <my...@gmail.com>.
http://struts.apache.org/2.x/docs/textfield.html

you must be looking at the wrong , tag

Thanks,

Nuwan

----- Original Message ----- 
From: "tom tom" <j_...@yahoo.com>
To: "struts 2.0 forum users" <us...@struts.apache.org>
Sent: Thursday, May 17, 2007 1:30 AM
Subject: Struts 2 migration ISSUES- missing properties in ...


> Hi,
>
> We have the following in the struts 1.x
>
> <html:text property="studentId"  size="7"
> maxlength="7"/>
>
> when I try to convert this to S2  I can't see the size
> and the maxlength properties
>
> for e.g.
> <s:text name="" id=""></s:text>
>
> What I can see is only name and id attributes only.
>
> I thought S2 tag library got all.
>
> Let me know how to overcome this.
>
> thanks
>
>
>
>
> ____________________________________________________________________________________
> Looking for earth-friendly autos?
> Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
> http://autos.yahoo.com/green_center/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 


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