aspose file tools
The moose likes Struts and the fly likes How to program Sticky notes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "How to program Sticky notes" Watch "How to program Sticky notes" New topic
Author

How to program Sticky notes

Luke Zechariah
Ranch Hand

Joined: Sep 27, 2005
Posts: 106

My application is using the struts framework. Now I have situation, I need to code for sticky notes feature in my application. For eg there will be a table with multiple rows. Each row will have a button. When the button is clicked, the sticky notes should open. It needs to have "save" and "close" options on the sticky notes. If I type anything and "save", it should be available for next user, even if they are accessing from another machine.

Now I do not know what software to use to achieve my functionality and I also do not know if I am posting in the right section. Please kindly help. Thanks for your time.

Lz.

Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56174
    
  13

Please be sure to ask Struts questions in the Struts forum. I have moved this post there for you.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8260

You can use JavaScript to create such functionality. I'm surprised Bear didn't take the opportunity to hype JQuery, which takes a lot of the pain out of JavaScript and there's a Struts plug-in available.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
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 program Sticky notes
 
Similar Threads
How do i save a file that has been generated using JSP in excel format .
who can help me do the java bank program??
mock exam on Sun site
how to save a result jsp page with save button?
Accessing javabeans values in servlet