Larry Johnson

Greenhorn
+ Follow
since Jan 13, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Larry Johnson

try this
<tiles:insert name="whatever" flush="false" />
19 years ago
you could change the action via javascript in the onchange of the box and then submit it
document.forms[0].action = 'action.do'
forms[0].submit()

something like that...
19 years ago
i'm not quite sure what you are asking but you shoudl be able to do this:

1st page


2nd page
19 years ago
For example, say I have an struts app that accepts a form and posts it to an action. This is working fine. Is it possible from anywhere (a different website for example), as long as I have a form with the expected fields, to post a similarform to the same action (as long as there are no firewall issues etc...)? Hope this makes sense. Thanks.
19 years ago