Use the action attribute instead of the page attribute in your
<html:rewrite/> tag.  See
http://struts.apache.org/userGuide/struts-html.html#rewrite for the
tag documentation.

-- Jeff

On 7/6/05, Vijay K Anand <[EMAIL PROTECTED]> wrote:
> Hi All
> 
> I used the same way  you have said
> 
>                                         <bean:define
> id="create_portfolio">javascript:location.href='<html:rewrite
> page="/portfoliomgmt"/>'</bean:define>
>                                         <html:button property="Create"
> value="Create"  styleClass="NPIButton" onclick="<%=create_portfolio %>"
> />
> 
> html code generated is
> <input type="button" name="Create" value="Create"
> onclick="javascript:location.href='/portfoliomgmt'" class="NPIButton">
> 
> but the problem is .do missing ...
> 
> Any help brotheres?
> 
> 
> Bob Arnott wrote:
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to