You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by salva <ma...@roomity.com> on 2006/01/13 16:47:22 UTC

Using parameters

Hello, is it possible to put the attributes from the form to the url if the user press the submit button? So the user can copy the link and use maybe later. Thx :) like //SearchPage http://www.sasdfsdf.com/Search.jsp isbn 31334 maxprice 23 //submit <------ -------------------------------------------------------------------------- // Result Page http://www.sasdfsdf.com/Result.do?isbn=31334&maxpriece23 <--------- the user coult copy the link an use it later Found 1 Great Cooking ISBN 31334 Price 18 C


Broadband interface (RIA) + mail box saftey = http://Struts_User_List.roomity.com
*Your* clubs, no sign up to read, ad supported; try broadband internet. 

Re: Using parameters

Posted by Emmanouil Batsis <Em...@eurodyn.com>.
Emmanouil Batsis wrote:

> salva wrote:
>
>> Hello, is it possible to put the attributes from the form to the url 
>> if the user press the submit button?
>
>
>
> Use GET as the submition method.


Nope, not a weird HTTP extention or anything. Should be submission ;-)

Manos

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


Re: Using parameters

Posted by Emmanouil Batsis <Em...@eurodyn.com>.
salva wrote:

>Hello, is it possible to put the attributes from the form to the url if the user press the submit button? 
>


Use GET as the submition method.

Manos

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


Re: bean:write & internationalization

Posted by Laurie Harper <la...@holoweb.net>.
Marco Mistroni wrote:
> Hello all,
>  	I m stuck with a very simple problem :(
> I have a bean:write key="my.key"
> 
> Where
> My.key =this is {0} message
> 
> I need to replace {0} with another property which is in my app resources
> file
> 
> But looks like this syntax does not work
> 
> <bean:write key="my.key" arg0="prompt.myvalue"/>

Note that message keys are case-sensitive: you have the message defined 
with the key 'My.key' bar are referencing it with 'my.key'.

If that's just a typo, what behaviour are you seeing from your use of 
bean:write? What you have above looks like it should work to me.

L.


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


bean:write & internationalization

Posted by Marco Mistroni <mm...@waersystems.com>.
Hello all,
 	I m stuck with a very simple problem :(
I have a bean:write key="my.key"

Where
My.key =this is {0} message

I need to replace {0} with another property which is in my app resources
file

But looks like this syntax does not work

<bean:write key="my.key" arg0="prompt.myvalue"/>


Anyone could help? 

Thanx and regards
 marco


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