aspose file tools
The moose likes Struts and the fly likes How to set values in s:textfiled tag in struts2 to update Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "How to set values in s:textfiled tag in struts2 to update " Watch "How to set values in s:textfiled tag in struts2 to update " New topic
Author

How to set values in s:textfiled tag in struts2 to update

sandeeps kulkarni
Greenhorn

Joined: May 30, 2009
Posts: 8

I am using struts2 .

In my screen my all fields are textfield. i.e <s:textfiled/ >

when user click edit link i want to show edited values in textfield to allow him to update those values
how we set the values in textfield to update in struts2 .


thanks in advance

Please reply me as early as possible.
Vikas K Gupta
Greenhorn

Joined: Dec 07, 2010
Posts: 6
Hi Sandeep,

I am also new here and saw a way to do this by using dijit.InlineEditBox from javascript framework of Dojo.

Use it http://dojotoolkit.org/reference-guide/dijit/InlineEditBox.html#id3

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to set values in s:textfiled tag in struts2 to update
 
Similar Threads
struts2
ajax and struts2
Struts2
struts2
How to use the select tag - Struts2